File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 44
55- Your change here.
66
7- [ Unreleased ] : https://github.com/samsonjs/SJSAssetExportSession/compare/0.3.9...HEAD
7+ [ Unreleased ] : https://github.com/samsonjs/SJSAssetExportSession/compare/0.4.0...HEAD
8+
9+ ## [ 0.4.0] - 2025-09-10
10+
11+ ### Fixed
12+ - Fixed building with Xcode 26 RC
13+
14+ [ 0.4.0 ] : https://github.com/samsonjs/SJSAssetExportSession/compare/0.3.9...0.4.0
815
916## [ 0.3.9] - 2025-05-25
1017
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
3434When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
3535
3636``` swift
37- .package (url : " https://github.com/samsonjs/SJSAssetExportSession.git" , .upToNextMajor (from : " 0.3.8 " ))
37+ .package (url : " https://github.com/samsonjs/SJSAssetExportSession.git" , .upToNextMajor (from : " 0.4.0 " ))
3838```
3939
4040and then add ` "SJSAssetExportSession" ` to the list of dependencies in your target as well.
You can’t perform that action at this time.
0 commit comments