diff --git a/Package.swift b/Package.swift index 5718eba8..9dd070a8 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2024-11-28-04-25" -let commonChecksum = "dd468b6bd88336db8d838514f9ad300bac237f51d5990a252b7183d686377e51" +let commonVersion = "24.10.0-daily-2024-11-29-04-25" +let commonChecksum = "be821da23a41d7b2ede437fe5b8160ea20ea0e53a6e27aab07c89d25af2819d6" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 440ef467..4842f1a8 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-11-28-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2024-11-29-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 52974ef4..da14030e 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-11-28-04-25' + pod 'MapboxCommon', '24.10.0-daily-2024-11-29-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 50a52ffb..7ca4b20e 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-11-28-04-25 + branch: release/v24.10.0-daily-2024-11-29-04-25 targets: SPMTest: type: application