File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- 16895282346
1
+ 16943271959
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 8.54.1-alpha.2
4
4
5
5
> [ !Important]
6
6
> Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them.
Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ var products: [Product] = [
19
19
var targets : [ Target ] = [
20
20
. binaryTarget(
21
21
name: " Sentry " ,
22
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.54.1-alpha.1 /Sentry.xcframework.zip " ,
23
- checksum: " dd40d912578d1e5567a25fdc393958189fd4e82c33e03165df7b4db98c378968 " //Sentry-Static
22
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.54.1-alpha.2 /Sentry.xcframework.zip " ,
23
+ checksum: " badbe2cfe3339d2743a2e85ae4df7dfe641621d28f8d2afbe9fe1b2b9fcebd05 " //Sentry-Static
24
24
) ,
25
25
. binaryTarget(
26
26
name: " Sentry-Dynamic " ,
27
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.54.1-alpha.1 /Sentry-Dynamic.xcframework.zip " ,
28
- checksum: " b648c18fe2e57be90d43740003a92601eeab1c6d0e33bd29cb321cc09783bac2 " //Sentry-Dynamic
27
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.54.1-alpha.2 /Sentry-Dynamic.xcframework.zip " ,
28
+ checksum: " c6a5439069127a8eec7af3530950a8a566210b02a8bef4a40f2df4428b5de9b2 " //Sentry-Dynamic
29
29
) ,
30
30
. binaryTarget(
31
31
name: " Sentry-Dynamic-WithARM64e " ,
32
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.54.1-alpha.1 /Sentry-Dynamic-WithARM64e.xcframework.zip " ,
33
- checksum: " 2625b02516b00127d92e4ddc0ae59dec90f87114a5956c484d8906b7d049856e " //Sentry-Dynamic-WithARM64e
32
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.54.1-alpha.2 /Sentry-Dynamic-WithARM64e.xcframework.zip " ,
33
+ checksum: " 307656cc0502ddd1067bb5dcf3bd026f626e0f6b33caa0e6cd9cac3f5088a427 " //Sentry-Dynamic-WithARM64e
34
34
) ,
35
35
. target (
36
36
name: " SentrySwiftUI " ,
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Sentry"
3
- s . version = "8.54.1-alpha.1 "
3
+ s . version = "8.54.1-alpha.2 "
4
4
s . summary = "Sentry client for cocoa"
5
5
s . homepage = "https://github.com/getsentry/sentry-cocoa"
6
6
s . license = "mit"
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SentryPrivate"
3
- s . version = "8.54.1-alpha.1 "
3
+ s . version = "8.54.1-alpha.2 "
4
4
s . summary = "Sentry Private Library."
5
5
s . homepage = "https://github.com/getsentry/sentry-cocoa"
6
6
s . license = "mit"
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SentrySwiftUI"
3
- s . version = "8.54.1-alpha.1 "
3
+ s . version = "8.54.1-alpha.2 "
4
4
s . summary = "Sentry client for SwiftUI"
5
5
s . homepage = "https://github.com/getsentry/sentry-cocoa"
6
6
s . license = "mit"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
s . watchos . framework = 'WatchKit'
20
20
21
21
s . source_files = "Sources/SentrySwiftUI/**/*.{swift,h,m}"
22
- s . dependency 'Sentry/HybridSDK' , "8.54.1-alpha.1 "
22
+ s . dependency 'Sentry/HybridSDK' , "8.54.1-alpha.2 "
23
23
end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ @implementation SentryMeta
5
5
// Don't remove the static keyword. If you do the compiler adds the constant name to the global
6
6
// symbol table and it might clash with other constants. When keeping the static keyword the
7
7
// compiler replaces all occurrences with the value.
8
- static NSString *versionString = @" 8.54.1-alpha.1 " ;
8
+ static NSString *versionString = @" 8.54.1-alpha.2 " ;
9
9
static NSString *sdkName = @" sentry.cocoa" ;
10
10
11
11
+ (NSString *)versionString
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
13
s . requires_arc = true
14
14
s . frameworks = 'Foundation'
15
15
s . swift_versions = "5.5"
16
- s . dependency "Sentry/HybridSDK" , "8.54.1-alpha.1 "
16
+ s . dependency "Sentry/HybridSDK" , "8.54.1-alpha.2 "
17
17
s . source_files = "HybridTest.swift"
18
18
end
You can’t perform that action at this time.
0 commit comments