diff --git a/Package.swift b/Package.swift index a732548..d255d7d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-26-04-26" -let commonChecksum = "1b69dfee08e1be774fde779a1eb266373c208baeb4b1cc33e7fb1aeb52f798a2" +let commonVersion = "24.11.0-daily-2025-02-27-04-26" +let commonChecksum = "c1eca7fbbbd2d06ce0b0c95741e38b69a42f49b8573546be6f086e263356c8cc" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 054c9b6..a223159 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-26-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-27-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index c0e86ed..d923b16 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-26-04-26' + pod 'MapboxCommon', '24.11.0-daily-2025-02-27-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 40b9535..93f76be 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-26-04-26 + branch: release/v24.11.0-daily-2025-02-27-04-26 targets: SPMTest: type: application