diff --git a/Package.swift b/Package.swift index f5b79d4..912fb1d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-daily-2024-11-26-08-57" -let commonChecksum = "f43447d148fb691656b71e363d9561c8fc9d21f979690a831c7b037e35f96df8" +let commonVersion = "24.9.0-daily-2024-11-27-04-26" +let commonChecksum = "b282d9f10afc11303b476a1cbaa018e34d65b684ba60b58668c9f4ed7c68c7ae" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 025cb6c..2db039b 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-daily-2024-11-26-08-57 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-27-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 7f6a998..5ca9139 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-daily-2024-11-26-08-57' + pod 'MapboxCommon', '24.9.0-daily-2024-11-27-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index ab10ea1..6eed40d 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-daily-2024-11-26-08-57 + branch: release/v24.9.0-daily-2024-11-27-04-26 targets: SPMTest: type: application