diff --git a/Package.swift b/Package.swift index eedfda8..4a3d1a9 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-beta.1" -let commonChecksum = "3bf7bc632c40b762a76fbca30cf7e84f280e983b1f16809b53946c7dae81d8d3" +let commonVersion = "24.9.0-daily-2024-11-26-04-25" +let commonChecksum = "769f51c9464b2ea2a77c4b5f433af1a0bdf99bcd183973fcc199e913aab6764b" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 81573c7..d40ce36 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-beta.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-26-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 1b2f4bb..af45c96 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-beta.1' + pod 'MapboxCommon', '24.9.0-daily-2024-11-26-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 47f6cff..90016f9 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-beta.1 + branch: release/v24.9.0-daily-2024-11-26-04-25 targets: SPMTest: type: application