Skip to content

Commit e1e94ef

Browse files
committed
release: 8.57.1
1 parent b79b552 commit e1e94ef

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18492653556
1+
18926787303

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

55
### Fixes
66

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ var products: [Product] = [
2121
var targets: [Target] = [
2222
.binaryTarget(
2323
name: "Sentry",
24-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.0/Sentry.xcframework.zip",
25-
checksum: "2e7948d8fac8b7dfbcc24117c2ae02e79757a49ff3dfb15a06866fc405134a38" //Sentry-Static
24+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry.xcframework.zip",
25+
checksum: "f187d5cc4f8c34533efb5b5ac74cab59ca5354c846d7230f3cbf8ecc81f3fa50" //Sentry-Static
2626
),
2727
.binaryTarget(
2828
name: "Sentry-Dynamic",
29-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.0/Sentry-Dynamic.xcframework.zip",
30-
checksum: "03f88d2236cb896d45897f3e223aa50d68940734e81d48d96238793bc66bbd42" //Sentry-Dynamic
29+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-Dynamic.xcframework.zip",
30+
checksum: "191d76b1228cd52745ec2c875b2b5ed3d319f435db025ac9cea9ba300c62bbc6" //Sentry-Dynamic
3131
),
3232
.binaryTarget(
3333
name: "Sentry-Dynamic-WithARM64e",
34-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.0/Sentry-Dynamic-WithARM64e.xcframework.zip",
35-
checksum: "56357754f1235d49a0847598a46ed88790b0f7905895010c0e684c38edbad31c" //Sentry-Dynamic-WithARM64e
34+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-Dynamic-WithARM64e.xcframework.zip",
35+
checksum: "cbd168b1b496daf5dc9668520f64c58a1843645e6f335613db3f62e45bb64b90" //Sentry-Dynamic-WithARM64e
3636
),
3737
.binaryTarget(
3838
name: "Sentry-WithoutUIKitOrAppKit",
39-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
40-
checksum: "c3ca71808c6feb2a9fcb219a35afa84652c41fcee16b0fa4a6ab62cab23953ea" //Sentry-WithoutUIKitOrAppKit
39+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
40+
checksum: "c38f99b532807f79ef3b7960099ba1db0a3e4663e8f2838875e100fa5b78611b" //Sentry-WithoutUIKitOrAppKit
4141
),
4242
.binaryTarget(
4343
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
44-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
45-
checksum: "00f0805426b3b3defbb9b3dd1a5ceab316cb43e6909764c0f1c54dd206304d02" //Sentry-WithoutUIKitOrAppKit-WithARM64e
44+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
45+
checksum: "6f3b991969a02f02878d052d0edf7076110f0ea577f84b2c5ad706a9bd302c54" //Sentry-WithoutUIKitOrAppKit-WithARM64e
4646
),
4747
.target (
4848
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.0"
3+
s.version = "8.57.1"
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.0"
3+
s.version = "8.57.1"
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.0"
3+
s.version = "8.57.1"
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.0"
22+
s.dependency 'Sentry/HybridSDK', "8.57.1"
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.0
13+
CURRENT_PROJECT_VERSION = 8.57.1
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

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.0
2+
CURRENT_PROJECT_VERSION = 8.57.1
33

44
MACOSX_DEPLOYMENT_TARGET = 10.15
55
IPHONEOS_DEPLOYMENT_TARGET = 13.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.0
2+
MARKETING_VERSION = 8.57.1

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.57.0";
8+
static NSString *versionString = @"8.57.1";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

0 commit comments

Comments
 (0)