Skip to content

Commit a7a6331

Browse files
authored
chore: Merge changes from v8.57.2 (#6692)
1 parent 90d2a44 commit a7a6331

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

.github/last-release-runid

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

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

55
### Breaking Changes
66

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ var products: [Product] = [
2323
var targets: [Target] = [
2424
.binaryTarget(
2525
name: "Sentry",
26-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry.xcframework.zip",
27-
checksum: "f187d5cc4f8c34533efb5b5ac74cab59ca5354c846d7230f3cbf8ecc81f3fa50" //Sentry-Static
26+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry.xcframework.zip",
27+
checksum: "d5d3aeab545b605a345f27d15d69192ab56f20a5b46775cff6ab6f910701a91e" //Sentry-Static
2828
),
2929
.binaryTarget(
3030
name: "Sentry-Dynamic",
31-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-Dynamic.xcframework.zip",
32-
checksum: "191d76b1228cd52745ec2c875b2b5ed3d319f435db025ac9cea9ba300c62bbc6" //Sentry-Dynamic
31+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-Dynamic.xcframework.zip",
32+
checksum: "ea75510a87b285c9a4e3b66a720bdb3940cccb07d67fc08fbdc28dc003f358f5" //Sentry-Dynamic
3333
),
3434
.binaryTarget(
3535
name: "Sentry-Dynamic-WithARM64e",
36-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-Dynamic-WithARM64e.xcframework.zip",
37-
checksum: "cbd168b1b496daf5dc9668520f64c58a1843645e6f335613db3f62e45bb64b90" //Sentry-Dynamic-WithARM64e
36+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-Dynamic-WithARM64e.xcframework.zip",
37+
checksum: "db93da7d2e39d115c96727b98bb1a915575a16a9bcfa9d468941c822bb3376f3" //Sentry-Dynamic-WithARM64e
3838
),
3939
.binaryTarget(
4040
name: "Sentry-WithoutUIKitOrAppKit",
41-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
42-
checksum: "c38f99b532807f79ef3b7960099ba1db0a3e4663e8f2838875e100fa5b78611b" //Sentry-WithoutUIKitOrAppKit
41+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
42+
checksum: "0fcf652ddced26bfa58c0d29be7f84be20ae139f58310b84b04b1e6eec9ca817" //Sentry-WithoutUIKitOrAppKit
4343
),
4444
.binaryTarget(
4545
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
46-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.1/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
47-
checksum: "6f3b991969a02f02878d052d0edf7076110f0ea577f84b2c5ad706a9bd302c54" //Sentry-WithoutUIKitOrAppKit-WithARM64e
46+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/8.57.2/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
47+
checksum: "981d72375b712a6bb6bd8ae445473a437f902e8872d04192e111a6d6851dd7d1" //Sentry-WithoutUIKitOrAppKit-WithARM64e
4848
),
4949
.target(
5050
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.1"
3+
s.version = "8.57.2"
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.1"
3+
s.version = "8.57.2"
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.1"
3+
s.version = "8.57.2"
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.1"
22+
s.dependency 'Sentry/HybridSDK', "8.57.2"
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.1
13+
CURRENT_PROJECT_VERSION = 8.57.2
1414

1515
ALWAYS_SEARCH_USER_PATHS = NO
1616
CLANG_ENABLE_OBJC_ARC = YES

Sources/Configuration/SentrySwiftLog.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PRODUCT_NAME = SentrySwiftLog
2-
CURRENT_PROJECT_VERSION = 8.57.1
2+
CURRENT_PROJECT_VERSION = 8.57.2
33

44
GENERATE_INFOPLIST_FILE = YES
55
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.$(PRODUCT_NAME)

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.1
2+
CURRENT_PROJECT_VERSION = 8.57.2
33

44
MACOSX_DEPLOYMENT_TARGET = 12
55
IPHONEOS_DEPLOYMENT_TARGET = 15.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.1
2+
MARKETING_VERSION = 8.57.2

0 commit comments

Comments
 (0)