diff --git a/Package.swift b/Package.swift index d255d7d0..d12129aa 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-27-04-26" -let commonChecksum = "c1eca7fbbbd2d06ce0b0c95741e38b69a42f49b8573546be6f086e263356c8cc" +let commonVersion = "24.11.0-daily-2025-02-28-04-26" +let commonChecksum = "0b33988360ae5600d2009a6493111ea53a038e4afb0886db1e4bdd6613489ad0" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index a223159c..6ac96030 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-27-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-28-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index d923b169..142b9641 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-27-04-26' + pod 'MapboxCommon', '24.11.0-daily-2025-02-28-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 93f76bef..70584878 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-27-04-26 + branch: release/v24.11.0-daily-2025-02-28-04-26 targets: SPMTest: type: application