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
- 17667020095
1
+ 17674303183
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 8.56.0-alpha.3
4
4
5
5
### Fixes
6
6
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.2 /Sentry.xcframework.zip " ,
23
- checksum: " c892c35431cf50bd99285009861c03018057075c464133868235d6503517754a " //Sentry-Static
22
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.3 /Sentry.xcframework.zip " ,
23
+ checksum: " a78d6d16cbad0e21218c3816929d12391277e3db9bee862f986212e1cb0ef694 " //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.2 /Sentry-Dynamic.xcframework.zip " ,
28
- checksum: " 3558e7ffe0bc7c426f7eddc9b01e74987c72e1c5322876bd9c438a58cbc8cd5a " //Sentry-Dynamic
27
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.3 /Sentry-Dynamic.xcframework.zip " ,
28
+ checksum: " d70a5deffe9db7fd755e001e96a080956022136496dbf83ce56eb5af8f550a1d " //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.2 /Sentry-Dynamic-WithARM64e.xcframework.zip " ,
33
- checksum: " c4d87b0e1233a8b22c765402c4ca23531f6f46a96041cbc5eab1d53dc03e1790 " //Sentry-Dynamic-WithARM64e
32
+ url: " https://github.com/getsentry/sentry-cocoa/releases/download/8.56.0-alpha.3 /Sentry-Dynamic-WithARM64e.xcframework.zip " ,
33
+ checksum: " 5a7eb7c6e6d49bb90e252d946f3e03477597d40604a860bbec74ee5aaf2d4272 " //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.2 "
3
+ s . version = "8.56.0-alpha.3 "
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.2 "
3
+ s . version = "8.56.0-alpha.3 "
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.2 "
3
+ s . version = "8.56.0-alpha.3 "
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.2 "
22
+ s . dependency 'Sentry/HybridSDK' , "8.56.0-alpha.3 "
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.2 " ;
8
+ static NSString *versionString = @" 8.56.0-alpha.3 " ;
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.2 "
16
+ s . dependency "Sentry/HybridSDK" , "8.56.0-alpha.3 "
17
17
s . source_files = "HybridTest.swift"
18
18
end
You can’t perform that action at this time.
0 commit comments