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 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### Fixes
6
+
7
+ - Checksum error when resolving the SDK via SPM (#3760 )
8
+
3
9
## 8.22.0
10
+ ** Warning:** this version is not working with SPM
4
11
5
12
### Improvements
6
13
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ let package = Package(
12
12
targets: [
13
13
. binaryTarget(
14
14
name: " Sentry " ,
15
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.22.0-alpha.0 /Sentry.xcframework.zip " ,
15
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.22.0/Sentry.xcframework.zip " ,
16
16
checksum: " a6b8d72656318314baf3756c8a9cf4c923fa94abaaca4df0838ba04adcd3d246 " //Sentry-Static
17
17
) ,
18
18
. binaryTarget(
19
19
name: " Sentry-Dynamic " ,
20
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.22.0-alpha.0 /Sentry-Dynamic.xcframework.zip " ,
20
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.22.0/Sentry-Dynamic.xcframework.zip " ,
21
21
checksum: " 410ffbb6eb325d579086b6434d720831b2984825f98496ff3f770dc1c532e32c " //Sentry-Dynamic
22
22
) ,
23
23
. target ( name: " SentrySwiftUI " ,
You can’t perform that action at this time.
0 commit comments