Skip to content

Commit e216a81

Browse files
committed
release: 8.22.0-alpha.0
1 parent aa2e765 commit e216a81

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

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

55
### Improvements
66

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let package = Package(
1111
targets: [
1212
.binaryTarget(
1313
name: "Sentry",
14-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.21.0-beta.0/Sentry.xcframework.zip",
15-
checksum: "185ad7b9b9f8ff4811c8bcf511e0bdd3071bade8bdea945905e58ee6a169776d" //generated by "8047964629"
14+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.22.0-alpha.0/Sentry.xcframework.zip",
15+
checksum: "86156301aee5c8774a8cd5c240286f914f6e7721aaac5a7c9d049ea613a4b730" //generated by "8049876825"
1616
),
1717
.target ( name: "SentrySwiftUI",
1818
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
@@ -1253,7 +1253,7 @@
12531253
"$(inherited)",
12541254
"@executable_path/Frameworks",
12551255
);
1256-
MARKETING_VERSION = 8.21.0-beta.0;
1256+
MARKETING_VERSION = 8.22.0-alpha.0;
12571257
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12581258
PRODUCT_NAME = "$(TARGET_NAME)";
12591259
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1282,7 +1282,7 @@
12821282
"$(inherited)",
12831283
"@executable_path/Frameworks",
12841284
);
1285-
MARKETING_VERSION = 8.21.0-beta.0;
1285+
MARKETING_VERSION = 8.22.0-alpha.0;
12861286
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12871287
PRODUCT_NAME = "$(TARGET_NAME)";
12881288
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1929,7 +1929,7 @@
19291929
"$(inherited)",
19301930
"@executable_path/Frameworks",
19311931
);
1932-
MARKETING_VERSION = 8.21.0-beta.0;
1932+
MARKETING_VERSION = 8.22.0-alpha.0;
19331933
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19341934
PRODUCT_NAME = "$(TARGET_NAME)";
19351935
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1964,7 +1964,7 @@
19641964
"$(inherited)",
19651965
"@executable_path/Frameworks",
19661966
);
1967-
MARKETING_VERSION = 8.21.0-beta.0;
1967+
MARKETING_VERSION = 8.22.0-alpha.0;
19681968
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19691969
PRODUCT_NAME = "$(TARGET_NAME)";
19701970
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.21.0-beta.0"
3+
s.version = "8.22.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.21.0-beta.0"
3+
s.version = "8.22.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.21.0-beta.0"
3+
s.version = "8.22.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', "8.21.0-beta.0"
22+
s.dependency 'Sentry', "8.22.0-alpha.0"
2323
end

Sources/Configuration/Sentry.xcconfig

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

5-
CURRENT_PROJECT_VERSION = 8.21.0-beta.0
5+
CURRENT_PROJECT_VERSION = 8.22.0-alpha.0
66

77
MODULEMAP_FILE = $(SRCROOT)/Sources/Resources/Sentry.modulemap
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PRODUCT_NAME = SentryPrivate
22
MACH_O_TYPE = staticlib
3-
CURRENT_PROJECT_VERSION = 8.21.0-beta.0
3+
CURRENT_PROJECT_VERSION = 8.22.0-alpha.0

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

0 commit comments

Comments
 (0)