File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 35
35
Carthage/Sentry.xcframework.zip
36
36
Carthage/Sentry-Dynamic.xcframework.zip
37
37
Carthage/SentrySwiftUI.xcframework.zip
38
+ Carthage/Sentry-WihoutUIKitOrAppKit.zip
38
39
overwrite : true
39
40
40
41
job_release :
Original file line number Diff line number Diff line change 6
6
7
7
- Add Session Replay, which is ** still experimental** . (#3625 )
8
8
9
+ ### Fixes
10
+
11
+ - Save framework without UIKit/AppKit as Github Asset for releases (#3858 )
12
+
9
13
## 8.24.0
10
14
11
15
### Features
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ build-xcframework:
65
65
ditto -c -k -X --rsrc --keepParent Carthage/Sentry.xcframework Carthage/Sentry.xcframework.zip
66
66
ditto -c -k -X --rsrc --keepParent Carthage/Sentry-Dynamic.xcframework Carthage/Sentry-Dynamic.xcframework.zip
67
67
ditto -c -k -X --rsrc --keepParent Carthage/SentrySwiftUI.xcframework Carthage/SentrySwiftUI.xcframework.zip
68
+ ditto -c -k -X --rsrc --keepParent Carthage/Sentry-WihoutUIKitOrAppKit.xcframework Carthage/Sentry-WihoutUIKitOrAppKit.zip
68
69
69
70
build-xcframework-sample :
70
71
./scripts/create-carthage-json.sh
You can’t perform that action at this time.
0 commit comments