diff --git a/Package.swift b/Package.swift index f269991..8d6cae5 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2024-12-10-04-26" -let commonChecksum = "f37d75b9d2d940ef5902bb755d7b01bae9938c5da91f526b48039aec68a1fc96" +let commonVersion = "24.10.0-daily-2024-12-10-09-22" +let commonChecksum = "36e07c5a836dcb5122ba7ce2c14d097ee0455f6a98ff48707803e7125f4552c0" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index e74d4eb..4bdc021 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-2024-12-10-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2024-12-10-09-22 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 21a0544..9c4ba0a 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-2024-12-10-04-26' + pod 'MapboxCommon', '24.10.0-daily-2024-12-10-09-22' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 224a3b9..2bc1544 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-2024-12-10-04-26 + branch: release/v24.10.0-daily-2024-12-10-09-22 targets: SPMTest: type: application