diff --git a/Package.swift b/Package.swift index 941cbda..22aee1d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2024-11-30-04-25" -let commonChecksum = "57766486b1a19b1f05f88e702985ac2685d85810c67a4533c03caaba500608cb" +let commonVersion = "24.10.0-daily-2024-12-02-04-26" +let commonChecksum = "a93726e316e363a9bf8c9b8362b433afd8f2c63eb5dcd994b180632153034a47" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 5859009..f57a198 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-30-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2024-12-02-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 3f24910..9d3739c 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-30-04-25' + pod 'MapboxCommon', '24.10.0-daily-2024-12-02-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 7e9a31d..6b99078 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-30-04-25 + branch: release/v24.10.0-daily-2024-12-02-04-26 targets: SPMTest: type: application