From 4827c543d8f73325e88fd709f89d826605a9d77d Mon Sep 17 00:00:00 2001 From: Shawn Schantz Date: Wed, 23 Oct 2024 09:34:25 +0700 Subject: [PATCH] chore(mac): update cartfile to support ios builds with xcode 16 --- ios/Cartfile | 2 +- ios/Cartfile.resolved | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ios/Cartfile b/ios/Cartfile index 0dae92f36b5..9ffc07d3305 100644 --- a/ios/Cartfile +++ b/ios/Cartfile @@ -1,4 +1,4 @@ github "weichsel/ZIPFoundation" ~> 0.9 github "devicekit/DeviceKit" ~> 5.0 github "ashleymills/Reachability.swift" -github "getsentry/sentry-cocoa" ~> 8.7.0 +github "getsentry/sentry-cocoa" ~> 8.38.0 diff --git a/ios/Cartfile.resolved b/ios/Cartfile.resolved index 95e608b9323..4e1a058a515 100644 --- a/ios/Cartfile.resolved +++ b/ios/Cartfile.resolved @@ -1,4 +1,4 @@ -github "ashleymills/Reachability.swift" "v5.1.0" -github "devicekit/DeviceKit" "5.1.0" -github "getsentry/sentry-cocoa" "8.15.2" -github "weichsel/ZIPFoundation" "0.9.17" +github "ashleymills/Reachability.swift" "v5.2.4" +github "devicekit/DeviceKit" "5.5.0" +github "getsentry/sentry-cocoa" "8.38.0" +github "weichsel/ZIPFoundation" "0.9.19"