diff --git a/Package.swift b/Package.swift index 851a31d..a188341 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-17-04-26" -let commonChecksum = "8cbce567c03a6b08019f09d876534efb2b0c2a02870609bc5cbbb1b0ed19da1f" +let commonVersion = "24.11.0-daily-2025-02-18-04-26" +let commonChecksum = "197f904cb560bb8adb7a2421f86467a68b818eecd423f9e71f1e6cd0e97762e8" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 9ade39a..8a719dd 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-17-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-18-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 3a0acf0..dfd060c 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-17-04-26' + pod 'MapboxCommon', '24.11.0-daily-2025-02-18-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 124dc4d..be43038 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-17-04-26 + branch: release/v24.11.0-daily-2025-02-18-04-26 targets: SPMTest: type: application