diff --git a/Package.swift b/Package.swift index 3a73f45f..377c6bcd 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-19-04-25" -let commonChecksum = "872763b099774436b772e24d7f1883eb2570d299fa22d3f8a28e922a1c51e78b" +let commonVersion = "24.11.0-daily-2025-02-19-08-39" +let commonChecksum = "3588439cab63e0ddeca33bd59c85c5972ed754ba651c3df5fb8af36688ee5e8b" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 2983c10b..ce93f7b7 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.11.0-daily-2025-02-19-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-19-08-39 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 3afd6ec1..2055fef8 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.11.0-daily-2025-02-19-04-25' + pod 'MapboxCommon', '24.11.0-daily-2025-02-19-08-39' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 372ac209..321ba168 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.11.0-daily-2025-02-19-04-25 + branch: release/v24.11.0-daily-2025-02-19-08-39 targets: SPMTest: type: application