From f88a7c1f931e585d6aa32de21b5cfd4f14d38ede Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 26 Nov 2024 09:47:06 +0000 Subject: [PATCH] Release v24.9.0-daily-2024-11-26-08-57 --- Package.swift | 4 ++-- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- Tests/Integration/SPM/project.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 4a3d1a9..f5b79d4 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-daily-2024-11-26-04-25" -let commonChecksum = "769f51c9464b2ea2a77c4b5f433af1a0bdf99bcd183973fcc199e913aab6764b" +let commonVersion = "24.9.0-daily-2024-11-26-08-57" +let commonChecksum = "f43447d148fb691656b71e363d9561c8fc9d21f979690a831c7b037e35f96df8" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index d40ce36..025cb6c 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-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-26-08-57 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index af45c96..7f6a998 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-04-25' + pod 'MapboxCommon', '24.9.0-daily-2024-11-26-08-57' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 90016f9..ab10ea1 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-04-25 + branch: release/v24.9.0-daily-2024-11-26-08-57 targets: SPMTest: type: application