Skip to content

Commit eb077dd

Browse files
authored
Save framework without UIKit/AppKit as Github Asset for releases (#3858)
The compiled framework that is not linked with UI APIs wast not being saved as asset
1 parent 97de6c8 commit eb077dd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
Carthage/Sentry.xcframework.zip
3636
Carthage/Sentry-Dynamic.xcframework.zip
3737
Carthage/SentrySwiftUI.xcframework.zip
38+
Carthage/Sentry-WihoutUIKitOrAppKit.zip
3839
overwrite: true
3940

4041
job_release:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Add Session Replay, which is **still experimental**. (#3625)
88

9+
### Fixes
10+
11+
- Save framework without UIKit/AppKit as Github Asset for releases (#3858)
12+
913
## 8.24.0
1014

1115
### Features

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ build-xcframework:
6565
ditto -c -k -X --rsrc --keepParent Carthage/Sentry.xcframework Carthage/Sentry.xcframework.zip
6666
ditto -c -k -X --rsrc --keepParent Carthage/Sentry-Dynamic.xcframework Carthage/Sentry-Dynamic.xcframework.zip
6767
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
6869

6970
build-xcframework-sample:
7071
./scripts/create-carthage-json.sh

0 commit comments

Comments
 (0)