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