diff --git a/Package.swift b/Package.swift index b0944cb7..f2699914 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2024-12-09-04-26" -let commonChecksum = "0ebdfe567ae6cc34c003c5d853e4e1b85206b4dae2739d3bce743bc270eb3938" +let commonVersion = "24.10.0-daily-2024-12-10-04-26" +let commonChecksum = "f37d75b9d2d940ef5902bb755d7b01bae9938c5da91f526b48039aec68a1fc96" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 19b3bc93..e74d4eba 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-09-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2024-12-10-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index f4f8f3a3..21a05444 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-09-04-26' + pod 'MapboxCommon', '24.10.0-daily-2024-12-10-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 36d3f5fa..224a3b97 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-09-04-26 + branch: release/v24.10.0-daily-2024-12-10-04-26 targets: SPMTest: type: application