diff --git a/Package.swift b/Package.swift index b401be2..71564d8 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2025-01-09-04-26" -let commonChecksum = "61cf88c67d192ba4936c7215d08b588eca34f29005698e0d3f7d4d27c86ad81d" +let commonVersion = "24.10.0-daily-2025-01-10-04-25" +let commonChecksum = "a7fe4386bcf8f449a099baac260261571fb7ecdadb4aba203b9f3fff557c7555" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 087b18a..808af4a 100644 --- a/Tests/Integration/Carthage/Cartfile +++ b/Tests/Integration/Carthage/Cartfile @@ -1 +1 @@ -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2025-01-09-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2025-01-10-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 32fc5d3..916934c 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.10.0-daily-2025-01-09-04-26' + pod 'MapboxCommon', '24.10.0-daily-2025-01-10-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 2e86abe..6de921d 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release/v24.10.0-daily-2025-01-09-04-26 + branch: release/v24.10.0-daily-2025-01-10-04-25 targets: SPMTest: type: application