Skip to content

Commit b07c94c

Browse files
committed
release: 8.24.1-alpha.0
1 parent eb077dd commit b07c94c

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

.github/last-release-runid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8644123911
1+
8722409764

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Changelog
22

3-
## Unreleased
3+
## 8.24.1-alpha.0
44

55
### Features
66

77
- Add Session Replay, which is **still experimental**. (#3625)
88

99
### Fixes
1010

11-
- Save framework without UIKit/AppKit as Github Asset for releases (#3858)
11+
- Save framework without UIKit/AppKit as Github Asset for releases (#3858)
1212

1313
## 8.24.0
1414

Package.swift

+4-4
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.24.0/Sentry.xcframework.zip",
16-
checksum: "e0348b8e112bcc3864831e7a631478c2028335615f4d88ef5a77c6423b34c7f5" //Sentry-Static
15+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.24.1-alpha.0/Sentry.xcframework.zip",
16+
checksum: "6739f6a69454879bafb73f35cbefe8594266445e89724d528b839b68467b08f4" //Sentry-Static
1717
),
1818
.binaryTarget(
1919
name: "Sentry-Dynamic",
20-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.24.0/Sentry-Dynamic.xcframework.zip",
21-
checksum: "1dea62b0c53fc4ca2fd475808a46b1978ad75f19c4a4b8f56fa3c564c000d33e" //Sentry-Dynamic
20+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.24.1-alpha.0/Sentry-Dynamic.xcframework.zip",
21+
checksum: "d7a3c737959b6e13bac6e7e0b03720e87c37ad97f5272928626a13561812fcd7" //Sentry-Dynamic
2222
),
2323
.target ( name: "SentrySwiftUI",
2424
dependencies: ["Sentry", "SentryInternal"],

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@
12481248
"$(inherited)",
12491249
"@executable_path/Frameworks",
12501250
);
1251-
MARKETING_VERSION = 8.24.0;
1251+
MARKETING_VERSION = 8.24.1-alpha.0;
12521252
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12531253
PRODUCT_NAME = "$(TARGET_NAME)";
12541254
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1277,7 +1277,7 @@
12771277
"$(inherited)",
12781278
"@executable_path/Frameworks",
12791279
);
1280-
MARKETING_VERSION = 8.24.0;
1280+
MARKETING_VERSION = 8.24.1-alpha.0;
12811281
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
12821282
PRODUCT_NAME = "$(TARGET_NAME)";
12831283
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1926,7 +1926,7 @@
19261926
"$(inherited)",
19271927
"@executable_path/Frameworks",
19281928
);
1929-
MARKETING_VERSION = 8.24.0;
1929+
MARKETING_VERSION = 8.24.1-alpha.0;
19301930
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19311931
PRODUCT_NAME = "$(TARGET_NAME)";
19321932
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1961,7 +1961,7 @@
19611961
"$(inherited)",
19621962
"@executable_path/Frameworks",
19631963
);
1964-
MARKETING_VERSION = 8.24.0;
1964+
MARKETING_VERSION = 8.24.1-alpha.0;
19651965
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
19661966
PRODUCT_NAME = "$(TARGET_NAME)";
19671967
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip";

Sentry.podspec

+1-1
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.24.0"
3+
s.version = "8.24.1-alpha.0"
44
s.summary = "Sentry client for cocoa"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentryPrivate.podspec

+1-1
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.24.0"
3+
s.version = "8.24.1-alpha.0"
44
s.summary = "Sentry Private Library."
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

SentrySwiftUI.podspec

+2-2
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.24.0"
3+
s.version = "8.24.1-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.24.0"
22+
s.dependency 'Sentry', "8.24.1-alpha.0"
2323
end

Sources/Configuration/Sentry.xcconfig

+1-1
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.24.0
5+
CURRENT_PROJECT_VERSION = 8.24.1-alpha.0
66

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

Sources/Sentry/SentryMeta.m

+1-1
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.24.0";
8+
static NSString *versionString = @"8.24.1-alpha.0";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

Tests/HybridSDKTest/HybridPod.podspec

+1-1
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.24.0"
16+
s.dependency "Sentry/HybridSDK", "8.24.1-alpha.0"
1717
s.source_files = "HybridTest.swift"
1818
end

0 commit comments

Comments
 (0)