diff --git a/Package.swift b/Package.swift index 63bc3e91..a5512ceb 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2025-02-04-04-26" -let commonChecksum = "99b5e6c24fb2f4f8c119adaa7f6d779bda62d7916cc0f98e7e368ab9c579efa9" +let commonVersion = "24.10.0-daily-2025-02-05-04-25" +let commonChecksum = "1028031f217aae56a4f62a60dca98598029eda7fc492669cd731c70b5efbcef5" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 406aabf3..6f71a6c6 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.10.0-daily-2025-02-04-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2025-02-05-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 6fbdeb99..728fa39a 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.10.0-daily-2025-02-04-04-26' + pod 'MapboxCommon', '24.10.0-daily-2025-02-05-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 570ba3e1..f599c6fa 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.10.0-daily-2025-02-04-04-26 + branch: release/v24.10.0-daily-2025-02-05-04-25 targets: SPMTest: type: application