diff --git a/Package.swift b/Package.swift index 48cfdcd..6172e02 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-23-04-25" -let commonChecksum = "8eb86b207dcc218eafd2923dfcd405b288e821507df5dbca2f529e70ad128c82" +let commonVersion = "24.11.0-daily-2025-02-24-04-25" +let commonChecksum = "41133c63ca1a7da73ddc1f9bf67faea0650212fed1b6a9452eb20c586c76aba0" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 491cdce..356f893 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-23-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-24-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 61e1723..58dd4b3 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-23-04-25' + pod 'MapboxCommon', '24.11.0-daily-2025-02-24-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index c5d5a8b..de2af59 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-23-04-25 + branch: release/v24.11.0-daily-2025-02-24-04-25 targets: SPMTest: type: application