From 60ca080c4aa9c1a8a68b19aa1a76f68f962a1c6f Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Sun, 26 Jan 2025 05:20:07 +0000 Subject: [PATCH] Release v24.10.0-daily-2025-01-26-04-25 --- 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 8a22b3c..a1c7814 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2025-01-23-04-31" -let commonChecksum = "f615505914bea2b883961a3e08ebc84a432391392a2717a4f2034d4096c7de0f" +let commonVersion = "24.10.0-daily-2025-01-26-04-25" +let commonChecksum = "144f1ba258d41733496507b23293831f79dbc57c94e7f3c588b9a6b0ad513f56" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 40c4122..6116c40 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-2025-01-23-04-31 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2025-01-26-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 1f5dea3..199a228 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-2025-01-23-04-31' + pod 'MapboxCommon', '24.10.0-daily-2025-01-26-04-25' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 8fd7586..4587b17 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-2025-01-23-04-31 + branch: release/v24.10.0-daily-2025-01-26-04-25 targets: SPMTest: type: application