From fb97fbd202497406616d26a1a48a0e47aa9475a4 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 13 Mar 2025 19:44:40 -0700 Subject: [PATCH] Sentry: Update sentry-cocoa to version 8.47.0 This release is a bug fix against the Sentry integration from the upstream project. Signed-off-by: Christopher Snowhill --- Cog.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 03bb5e3d9..273e7d4c6 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -3176,7 +3176,7 @@ repositoryURL = "https://github.com/getsentry/sentry-cocoa.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 8.46.0; + minimumVersion = 8.47.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/Cog.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Cog.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 0963d4b30..724f0bae3 100644 --- a/Cog.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Cog.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa.git", "state" : { - "revision" : "e0fa062817b277fd9ab597b54b8e2f92dc65b009", - "version" : "8.46.0" + "revision" : "21223d1c864db0561d91f48d80f269a363a1625d", + "version" : "8.47.0" } } ],