From e884f09ed3d2e80820115fe60bdb341302ba3dfd Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Thu, 19 Dec 2024 05:20:11 +0000 Subject: [PATCH] Release v24.10.0-daily-2024-12-19-04-26 --- 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 bfaefeb..881921d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2024-12-18-04-26" -let commonChecksum = "6c3ebc775244dce99be1f189b7e76f72529c2f9c5b6aa279fa702ba9591a8c98" +let commonVersion = "24.10.0-daily-2024-12-19-04-26" +let commonChecksum = "eba0aa433c84c1beca84841e2958ed5d1a5f604d41d8e522cdddcecdd7b342d9" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index bdf729a..787a687 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-2024-12-18-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2024-12-19-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 2eb746f..4f7b5f1 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-2024-12-18-04-26' + pod 'MapboxCommon', '24.10.0-daily-2024-12-19-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 39bb0cb..7e4bb8f 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-2024-12-18-04-26 + branch: release/v24.10.0-daily-2024-12-19-04-26 targets: SPMTest: type: application