File tree Expand file tree Collapse file tree 8 files changed +17
-13
lines changed Expand file tree Collapse file tree 8 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
- 17591387593
1
+ 17594240990
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 8.56.0-alpha.1
4
+
5
+ - No documented changes.
6
+
3
7
## 8.56.0-alpha.0
4
8
5
9
### Features
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.56.0-alpha.0 /Sentry.xcframework.zip " ,
23
- checksum: " 9990da5cac386ac32793f3c55bdc5ef1f4b0d7a3c1bc4751845f1724b64423f4 " //Sentry-Static
22
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.1 /Sentry.xcframework.zip " ,
23
+ checksum: " 954102e27c167fb5ca54e39408aaacac8c339b67632e4be0d47e267a0d82b963 " //Sentry-Static
24
24
) ,
25
25
. binaryTarget(
26
26
name: " Sentry-Dynamic " ,
27
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.0 /Sentry-Dynamic.xcframework.zip " ,
28
- checksum: " 413d7d06ea1085ff35e6262cf0f1ece5bd4b91810ddbe410e75a84ee9688c6ac " //Sentry-Dynamic
27
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.1 /Sentry-Dynamic.xcframework.zip " ,
28
+ checksum: " 4ea2e94bdbd4aa7c68c1cb8c8f2c966484cc189d1b366ea1f2981c8c7e97eebe " //Sentry-Dynamic
29
29
) ,
30
30
. binaryTarget(
31
31
name: " Sentry-Dynamic-WithARM64e " ,
32
- url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.0 /Sentry-Dynamic-WithARM64e.xcframework.zip " ,
33
- checksum: " 36636fc107727264d1568168acba75896788e5f0b3678cf0cbc13c423f0edb6d " //Sentry-Dynamic-WithARM64e
32
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.1 /Sentry-Dynamic-WithARM64e.xcframework.zip " ,
33
+ checksum: " eba419537927c5fc6fd844fb6a348ed128634b741de42001227ceb41c9722eaf " //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.56.0-alpha.0 "
3
+ s . version = "8.56.0-alpha.1 "
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.56.0-alpha.0 "
3
+ s . version = "8.56.0-alpha.1 "
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.56.0-alpha.0 "
3
+ s . version = "8.56.0-alpha.1 "
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.56.0-alpha.0 "
22
+ s . dependency 'Sentry/HybridSDK' , "8.56.0-alpha.1 "
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.56.0-alpha.0 " ;
8
+ static NSString *versionString = @" 8.56.0-alpha.1 " ;
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.56.0-alpha.0 "
16
+ s . dependency "Sentry/HybridSDK" , "8.56.0-alpha.1 "
17
17
s . source_files = "HybridTest.swift"
18
18
end
You can’t perform that action at this time.
0 commit comments