diff --git a/Package.swift b/Package.swift index e3e32fde..66d68882 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-10-04-25" -let commonChecksum = "ba6fc4197c543e130b3df16cd33e1abbff9fef8c02ca3744c951fde76aea7111" +let commonVersion = "24.11.0-daily-2025-02-11-04-26" +let commonChecksum = "49d3d34a1a07a9fe30de634f7e28091119f8bc44ada23189041223685aa04ea1" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index f19685db..1eee6c07 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-10-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-11-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 89a6c42c..4188d55c 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-10-04-25' + pod 'MapboxCommon', '24.11.0-daily-2025-02-11-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index e4efdf3f..c593c9c7 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-10-04-25 + branch: release/v24.11.0-daily-2025-02-11-04-26 targets: SPMTest: type: application