diff --git a/Package.swift b/Package.swift index 46554f0..18664ef 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-20-04-26" -let commonChecksum = "9b8b806a5547ddb558f7fbc8b7f739fab5cba95b12691367a5ffdc54b71d1614" +let commonVersion = "24.11.0-daily-2025-02-21-04-26" +let commonChecksum = "c720d481a8879bd29e45c35475c1d33b7bf30290df164f5194004fda2c3ba279" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index fa35ec2..cefc2eb 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-20-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-21-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index f146c14..1e09471 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-20-04-26' + pod 'MapboxCommon', '24.11.0-daily-2025-02-21-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 66cb2d4..7d3fbf2 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-20-04-26 + branch: release/v24.11.0-daily-2025-02-21-04-26 targets: SPMTest: type: application