Skip to content

Commit 52d4b24

Browse files
committed
release: 9.0.0-alpha.0
1 parent 62378a9 commit 52d4b24

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

.github/last-release-runid

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

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.0
44

55
### Breaking Changes
66

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ var products: [Product] = [
2323
var targets: [Target] = [
2424
.binaryTarget(
2525
name: "Sentry",
26-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry.xcframework.zip",
27-
checksum: "d5d3aeab545b605a345f27d15d69192ab56f20a5b46775cff6ab6f910701a91e" //Sentry-Static
26+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry.xcframework.zip",
27+
checksum: "37adb65b5bc6b096fb035901a3d2dbc217ffc063d25bb8943aa6df037410ac21" //Sentry-Static
2828
),
2929
.binaryTarget(
3030
name: "Sentry-Dynamic",
31-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-Dynamic.xcframework.zip",
32-
checksum: "ea75510a87b285c9a4e3b66a720bdb3940cccb07d67fc08fbdc28dc003f358f5" //Sentry-Dynamic
31+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-Dynamic.xcframework.zip",
32+
checksum: "83cbb8d436e62ea4494aae7a563b0dc27ad887d75c5cf1e75ccab4bfa4912bb4" //Sentry-Dynamic
3333
),
3434
.binaryTarget(
3535
name: "Sentry-Dynamic-WithARM64e",
36-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-Dynamic-WithARM64e.xcframework.zip",
37-
checksum: "db93da7d2e39d115c96727b98bb1a915575a16a9bcfa9d468941c822bb3376f3" //Sentry-Dynamic-WithARM64e
36+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-Dynamic-WithARM64e.xcframework.zip",
37+
checksum: "93539cdcced549beeb80507ac6521a78e30592a07930cbc61bd68429b6b08d2c" //Sentry-Dynamic-WithARM64e
3838
),
3939
.binaryTarget(
4040
name: "Sentry-WithoutUIKitOrAppKit",
41-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
42-
checksum: "0fcf652ddced26bfa58c0d29be7f84be20ae139f58310b84b04b1e6eec9ca817" //Sentry-WithoutUIKitOrAppKit
41+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
42+
checksum: "b4c8d004c86dcf0855ccf8b221cbfa4cb08e120181bdce9769120e60900b2afa" //Sentry-WithoutUIKitOrAppKit
4343
),
4444
.binaryTarget(
4545
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
46-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
47-
checksum: "981d72375b712a6bb6bd8ae445473a437f902e8872d04192e111a6d6851dd7d1" //Sentry-WithoutUIKitOrAppKit-WithARM64e
46+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.0.0-alpha.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
47+
checksum: "bb5f9068528b031a611efc9ac305f5ab43fa7d148e4c8c348d2fa3f0e737d1a0" //Sentry-WithoutUIKitOrAppKit-WithARM64e
4848
),
4949
.target(
5050
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.57.2"
3+
s.version = "9.0.0-alpha.0"
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.57.2"
3+
s.version = "9.0.0-alpha.0"
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.57.2"
3+
s.version = "9.0.0-alpha.0"
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.57.2"
22+
s.dependency 'Sentry/HybridSDK', "9.0.0-alpha.0"
2323
end

Sources/Configuration/SDK.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DYLIB_INSTALL_NAME_BASE = @rpath
1010
MACH_O_TYPE = mh_dylib
1111
FRAMEWORK_VERSION = A
1212

13-
CURRENT_PROJECT_VERSION = 8.57.2
13+
CURRENT_PROJECT_VERSION = 9.0.0
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

Sources/Configuration/SentrySwiftLog.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PRODUCT_NAME = SentrySwiftLog
2-
CURRENT_PROJECT_VERSION = 8.57.2
3-
MARKETING_VERSION = 8.57.2
2+
CURRENT_PROJECT_VERSION = 9.0.0
3+
MARKETING_VERSION = 9.0.0
44

55
GENERATE_INFOPLIST_FILE = YES
66
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.$(PRODUCT_NAME)

Sources/Configuration/SentrySwiftUI.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PRODUCT_NAME = SentrySwiftUI
2-
CURRENT_PROJECT_VERSION = 8.57.2
2+
CURRENT_PROJECT_VERSION = 9.0.0
33

44
MACOSX_DEPLOYMENT_TARGET = 12
55
IPHONEOS_DEPLOYMENT_TARGET = 15.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CURRENT_PROJECT_VERSION = 1
2-
MARKETING_VERSION = 8.57.2
2+
MARKETING_VERSION = 9.0.0

0 commit comments

Comments
 (0)