From 27a05f1939644b7a787aaa1f64d502fc4c80269d Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Tue, 5 Nov 2024 17:10:08 +1100 Subject: [PATCH 1/2] Update Sentry to 8.39.0 This Sentry update includes a fix for SwiftUI previews on the Mac platform: https://github.com/getsentry/sentry-cocoa/issues/4350#issuecomment-2399086919. --- Automattic-Tracks-iOS.podspec | 2 +- Package.resolved | 4 ++-- Package.swift | 2 +- TracksDemo/TracksDemo.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Automattic-Tracks-iOS.podspec b/Automattic-Tracks-iOS.podspec index 6d1bbd08..fa53dcc3 100644 --- a/Automattic-Tracks-iOS.podspec +++ b/Automattic-Tracks-iOS.podspec @@ -36,6 +36,6 @@ Pod::Spec.new do |s| s.module_name = 'AutomatticTracks' s.ios.dependency 'UIDeviceIdentifier', '~> 2.0' - s.dependency 'Sentry', '~> 8.29' + s.dependency 'Sentry', '~> 8.39' s.dependency 'Sodium', '>= 0.9.1' end diff --git a/Package.resolved b/Package.resolved index 222e4555..c83fc7f7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -24,8 +24,8 @@ "repositoryURL": "https://github.com/getsentry/sentry-cocoa", "state": { "branch": null, - "revision": "c9a692ba837f4832ec7ce6378c071cb91cb55f92", - "version": "8.29.0" + "revision": "0b8ba88f5fd70062887d55f87a970c59b1ceebcf", + "version": "8.39.0" } }, { diff --git a/Package.swift b/Package.swift index 0a142559..4ecbf589 100644 --- a/Package.swift +++ b/Package.swift @@ -33,7 +33,7 @@ let package = Package( // // When changing these, make sure to update the matching declaration in // the `podspec` file. - .package(name: "Sentry", url: "https://github.com/getsentry/sentry-cocoa", from: "8.29.0"), + .package(name: "Sentry", url: "https://github.com/getsentry/sentry-cocoa", from: "8.39.0"), .package(name: "Sodium", url: "https://github.com/jedisct1/swift-sodium", from: "0.9.1"), .package(url: "https://github.com/squarefrog/UIDeviceIdentifier", from: "2.0.0"), // Tests dependencies diff --git a/TracksDemo/TracksDemo.xcodeproj/project.pbxproj b/TracksDemo/TracksDemo.xcodeproj/project.pbxproj index 5f670b05..f5535838 100644 --- a/TracksDemo/TracksDemo.xcodeproj/project.pbxproj +++ b/TracksDemo/TracksDemo.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ diff --git a/TracksDemo/TracksDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TracksDemo/TracksDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index da320986..8c1bf16d 100644 --- a/TracksDemo/TracksDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TracksDemo/TracksDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/getsentry/sentry-cocoa", "state": { "branch": null, - "revision": "2479b6f7ff69b66bcdea82184d097667e63828ed", - "version": "8.5.0" + "revision": "0b8ba88f5fd70062887d55f87a970c59b1ceebcf", + "version": "8.39.0" } }, { From 55343a90e29cdb605413cc712c93eff3c0af1d98 Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Tue, 5 Nov 2024 17:14:00 +1100 Subject: [PATCH 2/2] Update release notes --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd7d666..c2f62661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,8 +46,7 @@ _None._ ### Internal Changes -_None._ - +- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297] ### Breaking Changes