Skip to content

Commit 7c1d627

Browse files
committed
release: 8.37.0
1 parent d20045b commit 7c1d627

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.github/last-release-runid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10958820944
1+
11218598585

CHANGELOG.md

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

3-
## Unreleased
3+
## 8.37.0
44

55
### Features
66

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.37.0-beta.1/Sentry.xcframework.zip",
16-
checksum: "ec3883674ff8374d56f936d5d0155ffa01ee7bfadc31e086d768b6126843476d" //Sentry-Static
15+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.37.0/Sentry.xcframework.zip",
16+
checksum: "0c79818cdcbc5907624ecf1a3d1c99432593763bf5c4804d54277e4aeafae52c" //Sentry-Static
1717
),
1818
.binaryTarget(
1919
name: "Sentry-Dynamic",
20-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.37.0-beta.1/Sentry-Dynamic.xcframework.zip",
21-
checksum: "fdd797fb6aec8830e5aa541f7d7eddabd435a9118853525f0ebd847b40e5c90d" //Sentry-Dynamic
20+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.37.0/Sentry-Dynamic.xcframework.zip",
21+
checksum: "cff53279f172838ddeac511c574436ab0d4779ae0a05b753b67132c988026ae1" //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
@@ -1417,7 +1417,7 @@
14171417
"$(inherited)",
14181418
"@executable_path/Frameworks",
14191419
);
1420-
MARKETING_VERSION = 8.37.0-beta.1;
1420+
MARKETING_VERSION = 8.37.0;
14211421
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
14221422
PRODUCT_NAME = "$(TARGET_NAME)";
14231423
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1446,7 +1446,7 @@
14461446
"$(inherited)",
14471447
"@executable_path/Frameworks",
14481448
);
1449-
MARKETING_VERSION = 8.37.0-beta.1;
1449+
MARKETING_VERSION = 8.37.0;
14501450
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
14511451
PRODUCT_NAME = "$(TARGET_NAME)";
14521452
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -2095,7 +2095,7 @@
20952095
"$(inherited)",
20962096
"@executable_path/Frameworks",
20972097
);
2098-
MARKETING_VERSION = 8.37.0-beta.1;
2098+
MARKETING_VERSION = 8.37.0;
20992099
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
21002100
PRODUCT_NAME = "$(TARGET_NAME)";
21012101
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -2130,7 +2130,7 @@
21302130
"$(inherited)",
21312131
"@executable_path/Frameworks",
21322132
);
2133-
MARKETING_VERSION = 8.37.0-beta.1;
2133+
MARKETING_VERSION = 8.37.0;
21342134
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
21352135
PRODUCT_NAME = "$(TARGET_NAME)";
21362136
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.37.0-beta.1"
3+
s.version = "8.37.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.37.0-beta.1"
3+
s.version = "8.37.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.37.0-beta.1"
3+
s.version = "8.37.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.37.0-beta.1"
22+
s.dependency 'Sentry', "8.37.0"
2323
end

Sources/Configuration/SDK.xcconfig

+1-1
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.37.0-beta.1
13+
CURRENT_PROJECT_VERSION = 8.37.0
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

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

0 commit comments

Comments
 (0)