diff --git a/Package.swift b/Package.swift index 04b2ff5..ecdcaf2 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-sapial-release-naive-sdks-1-daily-2024-11-14-17-16" -let commonChecksum = "8fb013181e748c164fa64c13d865504dbef6cedaedd38bb05b13a7d9fa519bf4" +let commonVersion = "24.9.0-daily-2024-11-23-04-25" +let commonChecksum = "49e99705e3e4e6b71e21a89e5c9d925f4e9d20faabace24818427b5d02044f5e" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index e431c3d..ddfbda2 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.9.0-sapial-release-naive-sdks-1-daily-2024-11-14-17-16 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-23-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 27e0552..63305cd 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.9.0-sapial-release-naive-sdks-1-daily-2024-11-14-17-16' + pod 'MapboxCommon', '24.9.0-daily-2024-11-23-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index f60f9cc..fd4ab36 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.9.0-sapial-release-naive-sdks-1-daily-2024-11-14-17-16 + branch: release/v24.9.0-daily-2024-11-23-04-25 targets: SPMTest: type: application