diff --git a/Package.swift b/Package.swift index 3662755e..851a31db 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-16-04-25" -let commonChecksum = "cc93f5fc56541ef40655d7431a8abc67a017642d8a716e9bb2af92c98bcffad1" +let commonVersion = "24.11.0-daily-2025-02-17-04-26" +let commonChecksum = "8cbce567c03a6b08019f09d876534efb2b0c2a02870609bc5cbbb1b0ed19da1f" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 271467c3..9ade39a2 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-16-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-17-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index f850407e..3a0acf00 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-16-04-25' + pod 'MapboxCommon', '24.11.0-daily-2025-02-17-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index b8a6360c..124dc4df 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-16-04-25 + branch: release/v24.11.0-daily-2025-02-17-04-26 targets: SPMTest: type: application