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 11# Changelog
22
3+ ## 8.56.0-alpha.1
4+
5+ - No documented changes.
6+
37## 8.56.0-alpha.0
48
59### Features
Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ var products: [Product] = [
1919var targets : [ Target ] = [
2020 . binaryTarget(
2121 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
2424 ) ,
2525 . binaryTarget(
2626 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
2929 ) ,
3030 . binaryTarget(
3131 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
3434 ) ,
3535 . target (
3636 name: " SentrySwiftUI " ,
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Sentry"
3- s . version = "8.56.0-alpha.0 "
3+ s . version = "8.56.0-alpha.1 "
44 s . summary = "Sentry client for cocoa"
55 s . homepage = "https://github.com/getsentry/sentry-cocoa"
66 s . license = "mit"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SentryPrivate"
3- s . version = "8.56.0-alpha.0 "
3+ s . version = "8.56.0-alpha.1 "
44 s . summary = "Sentry Private Library."
55 s . homepage = "https://github.com/getsentry/sentry-cocoa"
66 s . license = "mit"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SentrySwiftUI"
3- s . version = "8.56.0-alpha.0 "
3+ s . version = "8.56.0-alpha.1 "
44 s . summary = "Sentry client for SwiftUI"
55 s . homepage = "https://github.com/getsentry/sentry-cocoa"
66 s . license = "mit"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919 s . watchos . framework = 'WatchKit'
2020
2121 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 "
2323end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ @implementation SentryMeta
55// Don't remove the static keyword. If you do the compiler adds the constant name to the global
66// symbol table and it might clash with other constants. When keeping the static keyword the
77// 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 " ;
99static NSString *sdkName = @" sentry.cocoa" ;
1010
1111+ (NSString *)versionString
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313 s . requires_arc = true
1414 s . frameworks = 'Foundation'
1515 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 "
1717 s . source_files = "HybridTest.swift"
1818end
You can’t perform that action at this time.
0 commit comments