diff --git a/Package.swift b/Package.swift index 71564d8..d04ad63 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2025-01-10-04-25" -let commonChecksum = "a7fe4386bcf8f449a099baac260261571fb7ecdadb4aba203b9f3fff557c7555" +let commonVersion = "24.10.0-daily-2025-01-14-04-26" +let commonChecksum = "da8126f4961360e0459984503bd0278946ebc1b4f0965ee8a03814673d396f4b" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 808af4a..6c90fe1 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-10-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2025-01-14-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 916934c..ba544c6 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-10-04-25' + pod 'MapboxCommon', '24.10.0-daily-2025-01-14-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 6de921d..11cb6e0 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-10-04-25 + branch: release/v24.10.0-daily-2025-01-14-04-26 targets: SPMTest: type: application