Skip to content

Commit 343fe4b

Browse files
committed
release: 8.22.3-beta.0
1 parent 626b91b commit 343fe4b

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8344713708
1+
8362428185

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+
## 8.22.3-beta.0
44

55
### Fixes
66

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "Sentry",
15-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.22.2/Sentry.xcframework.zip",
16-
checksum: "b88b715cedae91cd984f736289f4a1e059d93862f8c1c088ac6971f06cd51c0b" //Sentry-Static
15+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.22.3-beta.0/Sentry.xcframework.zip",
16+
checksum: "bc5b9ad3bf031044c5ebaaadade8d80e10b8a4cccc9db34ee08bf954653bb0ca" //Sentry-Static
1717
),
1818
.binaryTarget(
1919
name: "Sentry-Dynamic",
20-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.22.2/Sentry-Dynamic.xcframework.zip",
21-
checksum: "d745789064ec0b66d4222817056436f8816fed3d378abebbeab5629863af9e3f" //Sentry-Dynamic
20+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.22.3-beta.0/Sentry-Dynamic.xcframework.zip",
21+
checksum: "97da4cba5613cf86f3db19ddfb22dbead5a090ddde20c5098790e15976d9a97b" //Sentry-Dynamic
2222
),
2323
.target ( name: "SentrySwiftUI",
2424
dependencies: ["Sentry", "SentryInternal"],

Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@
12381238
"$(inherited)",
12391239
"@executable_path/Frameworks",
12401240
);
1241-
MARKETING_VERSION = 8.22.2;
1241+
MARKETING_VERSION = 8.22.3-beta.0;
12421242
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12431243
PRODUCT_NAME = "$(TARGET_NAME)";
12441244
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1267,7 +1267,7 @@
12671267
"$(inherited)",
12681268
"@executable_path/Frameworks",
12691269
);
1270-
MARKETING_VERSION = 8.22.2;
1270+
MARKETING_VERSION = 8.22.3-beta.0;
12711271
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12721272
PRODUCT_NAME = "$(TARGET_NAME)";
12731273
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1914,7 +1914,7 @@
19141914
"$(inherited)",
19151915
"@executable_path/Frameworks",
19161916
);
1917-
MARKETING_VERSION = 8.22.2;
1917+
MARKETING_VERSION = 8.22.3-beta.0;
19181918
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19191919
PRODUCT_NAME = "$(TARGET_NAME)";
19201920
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1949,7 +1949,7 @@
19491949
"$(inherited)",
19501950
"@executable_path/Frameworks",
19511951
);
1952-
MARKETING_VERSION = 8.22.2;
1952+
MARKETING_VERSION = 8.22.3-beta.0;
19531953
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19541954
PRODUCT_NAME = "$(TARGET_NAME)";
19551955
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip";

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.22.2"
3+
s.version = "8.22.3-beta.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.22.2"
3+
s.version = "8.22.3-beta.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.22.2"
3+
s.version = "8.22.3-beta.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', "8.22.2"
22+
s.dependency 'Sentry', "8.22.3-beta.0"
2323
end

Sources/Configuration/Sentry.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PRODUCT_NAME = Sentry
22
INFOPLIST_FILE = Sources/Resources/Info.plist
33
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
44

5-
CURRENT_PROJECT_VERSION = 8.22.2
5+
CURRENT_PROJECT_VERSION = 8.22.3-beta.0
66

77
MODULEMAP_FILE = $(SRCROOT)/Sources/Resources/Sentry.modulemap
88

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.22.2";
8+
static NSString *versionString = @"8.22.3-beta.0";
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.22.2"
16+
s.dependency "Sentry/HybridSDK", "8.22.3-beta.0"
1717
s.source_files = "HybridTest.swift"
1818
end

0 commit comments

Comments
 (0)