Skip to content

Commit 411df04

Browse files
committed
release: 8.56.0-alpha.1
1 parent 0ac4c65 commit 411df04

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17591387593
1+
17594240990

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 8.56.0-alpha.1
4+
5+
- No documented changes.
6+
37
## 8.56.0-alpha.0
48

59
### Features

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ var products: [Product] = [
1919
var 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",

Sentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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"

SentryPrivate.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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"

SentrySwiftUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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"
2323
end

Sources/Sentry/SentryMeta.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

Tests/HybridSDKTest/HybridPod.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1818
end

0 commit comments

Comments
 (0)