diff --git a/Package.swift b/Package.swift index bf20fe1..1a4f96b 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.11.0-daily-2025-02-06-04-26" -let commonChecksum = "5013cff8899625518e6bcd296dba52c4a3b48fd0e9b6da9e894c135c3364108e" +let commonVersion = "24.11.0-daily-2025-02-07-04-25" +let commonChecksum = "6a3a254c03adb4f26eecbaa8e44e39bf5273cb71adac1ec2a9c88c70b2276609" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 8b33aaa..6e7d23e 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-06-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-07-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 1de2a58..557ddf3 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-06-04-26' + pod 'MapboxCommon', '24.11.0-daily-2025-02-07-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index d8f96fd..9592fae 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-06-04-26 + branch: release/v24.11.0-daily-2025-02-07-04-25 targets: SPMTest: type: application