Skip to content

Commit 27be067

Browse files
author
getsentry-bot
committed
Merge branch 'release/9.0.0-alpha.1'
2 parents 7a8b167 + 0011afd commit 27be067

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19230962812
1+
19306240247

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 9.0.0-alpha.1
44

55
### Breaking Changes
66

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@ var products: [Product] = [
2222
var targets: [Target] = [
2323
.binaryTarget(
2424
name: "Sentry",
25-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry.xcframework.zip",
26-
checksum: "37adb65b5bc6b096fb035901a3d2dbc217ffc063d25bb8943aa6df037410ac21" //Sentry-Static
25+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.1/Sentry.xcframework.zip",
26+
checksum: "eb8cebd331b14fc0b9b09a183cd0b53ec26814921a0f49d8ded70ee8d0a97592" //Sentry-Static
2727
),
2828
.binaryTarget(
2929
name: "Sentry-Dynamic",
30-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-Dynamic.xcframework.zip",
31-
checksum: "83cbb8d436e62ea4494aae7a563b0dc27ad887d75c5cf1e75ccab4bfa4912bb4" //Sentry-Dynamic
30+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.1/Sentry-Dynamic.xcframework.zip",
31+
checksum: "e47d947510d08599b63b05ac70493badc4703c2a28acf1ea8eacb4638458118c" //Sentry-Dynamic
3232
),
3333
.binaryTarget(
3434
name: "Sentry-Dynamic-WithARM64e",
35-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-Dynamic-WithARM64e.xcframework.zip",
36-
checksum: "93539cdcced549beeb80507ac6521a78e30592a07930cbc61bd68429b6b08d2c" //Sentry-Dynamic-WithARM64e
35+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.1/Sentry-Dynamic-WithARM64e.xcframework.zip",
36+
checksum: "8a9172b9a0c9debc1d565d9adddeb6261a44cd52b592bf935e5262c160203bea" //Sentry-Dynamic-WithARM64e
3737
),
3838
.binaryTarget(
3939
name: "Sentry-WithoutUIKitOrAppKit",
40-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
41-
checksum: "b4c8d004c86dcf0855ccf8b221cbfa4cb08e120181bdce9769120e60900b2afa" //Sentry-WithoutUIKitOrAppKit
40+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.1/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
41+
checksum: "e1252ac7bc9a2b391d4b2123d1700598e224333794f8a0a96a550d8293d0d6ad" //Sentry-WithoutUIKitOrAppKit
4242
),
4343
.binaryTarget(
4444
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
45-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
46-
checksum: "bb5f9068528b031a611efc9ac305f5ab43fa7d148e4c8c348d2fa3f0e737d1a0" //Sentry-WithoutUIKitOrAppKit-WithARM64e
45+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.1/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
46+
checksum: "a57c32ec5e8cc04bc382b91357858123cb7a32f316611c62aa03a011b1e197c8" //Sentry-WithoutUIKitOrAppKit-WithARM64e
4747
),
4848
.target(
4949
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 = "9.0.0-alpha.0"
3+
s.version = "9.0.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 = "9.0.0-alpha.0"
3+
s.version = "9.0.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 = "9.0.0-alpha.0"
3+
s.version = "9.0.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', "9.0.0-alpha.0"
22+
s.dependency 'Sentry/HybridSDK', "9.0.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 = @"9.0.0-alpha.0";
8+
static NSString *versionString = @"9.0.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", "9.0.0-alpha.0"
16+
s.dependency "Sentry/HybridSDK", "9.0.0-alpha.1"
1717
s.source_files = "HybridTest.swift"
1818
end

0 commit comments

Comments
 (0)