Skip to content

Commit 78aad96

Browse files
Merge branch 'release/9.18.0'
2 parents 5804f33 + 43abfbf commit 78aad96

15 files changed

Lines changed: 55 additions & 55 deletions

File tree

.github/last-release-runid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27355706742
1+
27693598762

3rd-party-integrations/SentryCocoaLumberjack/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack", from: "3.8.0"),
15-
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.17.1")
15+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.18.0")
1616
],
1717
targets: [
1818
.target(

3rd-party-integrations/SentryPulse/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/kean/Pulse", from: "5.0.0"),
15-
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.17.1")
15+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.18.0")
1616
],
1717
targets: [
1818
.target(

3rd-party-integrations/SentrySwiftLog/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/apple/swift-log", from: "1.5.0"),
15-
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.17.1")
15+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.18.0")
1616
],
1717
targets: [
1818
.target(

3rd-party-integrations/SentrySwiftyBeaver/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
)
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.17.1"),
14+
.package(url: "https://github.com/getsentry/sentry-cocoa", from: "9.18.0"),
1515
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver.git", from: "2.0.0")
1616
],
1717
targets: [

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+
## 9.18.0
44

55
### Features
66

Package.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@ var targets: [Target] = [
2828
// BEGIN:BINARY_TARGETS
2929
.binaryTarget(
3030
name: "Sentry",
31-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry.xcframework.zip",
32-
checksum: "c565f064a1fd3a267b01ea1e84de4f15f5769bd2deed4c14636949ceaa2f4498" //Sentry-Static
31+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry.xcframework.zip",
32+
checksum: "51c0ae35a0c68e9e4e3ab9d6078f936f70d5e94b86590b1932ad64f1047df3f2" //Sentry-Static
3333
),
3434
.binaryTarget(
3535
name: "Sentry-Dynamic",
36-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-Dynamic.xcframework.zip",
37-
checksum: "ce17869a97088972a9e64592ef212857d2f28b6e9d4b8cf6356dc3769f39b993" //Sentry-Dynamic
36+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-Dynamic.xcframework.zip",
37+
checksum: "0207121a4b4c67c2e7c37a59d6b6cd4139d26255258dd887a7b714b58024a6d5" //Sentry-Dynamic
3838
),
3939
.binaryTarget(
4040
name: "Sentry-Dynamic-WithARM64e",
41-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-Dynamic-WithARM64e.xcframework.zip",
42-
checksum: "06487bb5e76fc594ccf3522a8f71c0444c62d677f6aef25a7cde42656ed38d0c" //Sentry-Dynamic-WithARM64e
41+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-Dynamic-WithARM64e.xcframework.zip",
42+
checksum: "e99ba5c7b466a7e771ddcab86c8d226a114903250b5fd6e5f9241725750922f4" //Sentry-Dynamic-WithARM64e
4343
),
4444
.binaryTarget(
4545
name: "Sentry-WithoutUIKitOrAppKit",
46-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
47-
checksum: "ba4102f7e4ecb0929f510b32753943bc69a624ffcd80db3e6db8685c6bfd633f" //Sentry-WithoutUIKitOrAppKit
46+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
47+
checksum: "ebe308c06ba4beefa94cbf7eb214fcb672f89f1bd3fcf73f526a83c6de2630ee" //Sentry-WithoutUIKitOrAppKit
4848
),
4949
.binaryTarget(
5050
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
51-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
52-
checksum: "29a3c9e9ed42d9828b7550b98b3c6a1304b330e23654e8a1719e42a1769fa8c9" //Sentry-WithoutUIKitOrAppKit-WithARM64e
51+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
52+
checksum: "6d556092c154843cc4997c06177ac2e8a60d2566d6a419d6e8b654ccaa6069bd" //Sentry-WithoutUIKitOrAppKit-WithARM64e
5353
),
5454
.binaryTarget(
5555
name: "SentryObjC-Dynamic",
56-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/SentryObjC-Dynamic.xcframework.zip",
57-
checksum: "a7e2cd5a66c546e0746ac61cff857fdc94716dc64c52f8a94ac5596221fc979b" //SentryObjC-Dynamic
56+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/SentryObjC-Dynamic.xcframework.zip",
57+
checksum: "d15514dd6df1a35c82ec236efd78d8b02bed05f81cd4d9ce7977491b66116bfa" //SentryObjC-Dynamic
5858
),
5959
.binaryTarget(
6060
name: "SentryObjC-Static",
61-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/SentryObjC-Static.xcframework.zip",
62-
checksum: "17324ae51ff9fe5f9a7ee368fb70c8bbe2aeee574a24b71307f79ee76d1d2c22" //SentryObjC-Static
61+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/SentryObjC-Static.xcframework.zip",
62+
checksum: "11bef7faf65778425326c385b972eb33faeb4b6f1d6ed98b5929098d19b4fc7a" //SentryObjC-Static
6363
),
6464
.target(
6565
name: "SentrySwiftUI",

Package@swift-6.1.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@ var targets: [Target] = [
2828
// BEGIN:BINARY_TARGETS
2929
.binaryTarget(
3030
name: "Sentry",
31-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry.xcframework.zip",
32-
checksum: "c565f064a1fd3a267b01ea1e84de4f15f5769bd2deed4c14636949ceaa2f4498" //Sentry-Static
31+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry.xcframework.zip",
32+
checksum: "51c0ae35a0c68e9e4e3ab9d6078f936f70d5e94b86590b1932ad64f1047df3f2" //Sentry-Static
3333
),
3434
.binaryTarget(
3535
name: "Sentry-Dynamic",
36-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-Dynamic.xcframework.zip",
37-
checksum: "ce17869a97088972a9e64592ef212857d2f28b6e9d4b8cf6356dc3769f39b993" //Sentry-Dynamic
36+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-Dynamic.xcframework.zip",
37+
checksum: "0207121a4b4c67c2e7c37a59d6b6cd4139d26255258dd887a7b714b58024a6d5" //Sentry-Dynamic
3838
),
3939
.binaryTarget(
4040
name: "Sentry-Dynamic-WithARM64e",
41-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-Dynamic-WithARM64e.xcframework.zip",
42-
checksum: "06487bb5e76fc594ccf3522a8f71c0444c62d677f6aef25a7cde42656ed38d0c" //Sentry-Dynamic-WithARM64e
41+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-Dynamic-WithARM64e.xcframework.zip",
42+
checksum: "e99ba5c7b466a7e771ddcab86c8d226a114903250b5fd6e5f9241725750922f4" //Sentry-Dynamic-WithARM64e
4343
),
4444
.binaryTarget(
4545
name: "Sentry-WithoutUIKitOrAppKit",
46-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
47-
checksum: "ba4102f7e4ecb0929f510b32753943bc69a624ffcd80db3e6db8685c6bfd633f" //Sentry-WithoutUIKitOrAppKit
46+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
47+
checksum: "ebe308c06ba4beefa94cbf7eb214fcb672f89f1bd3fcf73f526a83c6de2630ee" //Sentry-WithoutUIKitOrAppKit
4848
),
4949
.binaryTarget(
5050
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
51-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
52-
checksum: "29a3c9e9ed42d9828b7550b98b3c6a1304b330e23654e8a1719e42a1769fa8c9" //Sentry-WithoutUIKitOrAppKit-WithARM64e
51+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
52+
checksum: "6d556092c154843cc4997c06177ac2e8a60d2566d6a419d6e8b654ccaa6069bd" //Sentry-WithoutUIKitOrAppKit-WithARM64e
5353
),
5454
.binaryTarget(
5555
name: "SentryObjC-Dynamic",
56-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/SentryObjC-Dynamic.xcframework.zip",
57-
checksum: "a7e2cd5a66c546e0746ac61cff857fdc94716dc64c52f8a94ac5596221fc979b" //SentryObjC-Dynamic
56+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/SentryObjC-Dynamic.xcframework.zip",
57+
checksum: "d15514dd6df1a35c82ec236efd78d8b02bed05f81cd4d9ce7977491b66116bfa" //SentryObjC-Dynamic
5858
),
5959
.binaryTarget(
6060
name: "SentryObjC-Static",
61-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/SentryObjC-Static.xcframework.zip",
62-
checksum: "17324ae51ff9fe5f9a7ee368fb70c8bbe2aeee574a24b71307f79ee76d1d2c22" //SentryObjC-Static
61+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/SentryObjC-Static.xcframework.zip",
62+
checksum: "11bef7faf65778425326c385b972eb33faeb4b6f1d6ed98b5929098d19b4fc7a" //SentryObjC-Static
6363
),
6464
.target(
6565
name: "SentrySwiftUI",

Package@swift-6.2.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@ var targets: [Target] = [
2828
// BEGIN:BINARY_TARGETS
2929
.binaryTarget(
3030
name: "Sentry",
31-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry.xcframework.zip",
32-
checksum: "c565f064a1fd3a267b01ea1e84de4f15f5769bd2deed4c14636949ceaa2f4498" //Sentry-Static
31+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry.xcframework.zip",
32+
checksum: "51c0ae35a0c68e9e4e3ab9d6078f936f70d5e94b86590b1932ad64f1047df3f2" //Sentry-Static
3333
),
3434
.binaryTarget(
3535
name: "Sentry-Dynamic",
36-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-Dynamic.xcframework.zip",
37-
checksum: "ce17869a97088972a9e64592ef212857d2f28b6e9d4b8cf6356dc3769f39b993" //Sentry-Dynamic
36+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-Dynamic.xcframework.zip",
37+
checksum: "0207121a4b4c67c2e7c37a59d6b6cd4139d26255258dd887a7b714b58024a6d5" //Sentry-Dynamic
3838
),
3939
.binaryTarget(
4040
name: "Sentry-Dynamic-WithARM64e",
41-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-Dynamic-WithARM64e.xcframework.zip",
42-
checksum: "06487bb5e76fc594ccf3522a8f71c0444c62d677f6aef25a7cde42656ed38d0c" //Sentry-Dynamic-WithARM64e
41+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-Dynamic-WithARM64e.xcframework.zip",
42+
checksum: "e99ba5c7b466a7e771ddcab86c8d226a114903250b5fd6e5f9241725750922f4" //Sentry-Dynamic-WithARM64e
4343
),
4444
.binaryTarget(
4545
name: "Sentry-WithoutUIKitOrAppKit",
46-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
47-
checksum: "ba4102f7e4ecb0929f510b32753943bc69a624ffcd80db3e6db8685c6bfd633f" //Sentry-WithoutUIKitOrAppKit
46+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
47+
checksum: "ebe308c06ba4beefa94cbf7eb214fcb672f89f1bd3fcf73f526a83c6de2630ee" //Sentry-WithoutUIKitOrAppKit
4848
),
4949
.binaryTarget(
5050
name: "Sentry-WithoutUIKitOrAppKit-WithARM64e",
51-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
52-
checksum: "29a3c9e9ed42d9828b7550b98b3c6a1304b330e23654e8a1719e42a1769fa8c9" //Sentry-WithoutUIKitOrAppKit-WithARM64e
51+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
52+
checksum: "6d556092c154843cc4997c06177ac2e8a60d2566d6a419d6e8b654ccaa6069bd" //Sentry-WithoutUIKitOrAppKit-WithARM64e
5353
),
5454
.binaryTarget(
5555
name: "SentryObjC-Dynamic",
56-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/SentryObjC-Dynamic.xcframework.zip",
57-
checksum: "a7e2cd5a66c546e0746ac61cff857fdc94716dc64c52f8a94ac5596221fc979b" //SentryObjC-Dynamic
56+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/SentryObjC-Dynamic.xcframework.zip",
57+
checksum: "d15514dd6df1a35c82ec236efd78d8b02bed05f81cd4d9ce7977491b66116bfa" //SentryObjC-Dynamic
5858
),
5959
.binaryTarget(
6060
name: "SentryObjC-Static",
61-
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.17.1/SentryObjC-Static.xcframework.zip",
62-
checksum: "17324ae51ff9fe5f9a7ee368fb70c8bbe2aeee574a24b71307f79ee76d1d2c22" //SentryObjC-Static
61+
url: "https://github.com/getsentry/sentry-cocoa/releases/download/9.18.0/SentryObjC-Static.xcframework.zip",
62+
checksum: "11bef7faf65778425326c385b972eb33faeb4b6f1d6ed98b5929098d19b4fc7a" //SentryObjC-Static
6363
),
6464
.target(
6565
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 = "9.17.1"
3+
s.version = "9.18.0"
44
s.summary = "Sentry client for cocoa"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

0 commit comments

Comments
 (0)