From 589dc69c741dc887a43a6916db4f36f2460446a5 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Thu, 16 Jan 2025 05:23:52 +0000 Subject: [PATCH] Release v24.10.0-daily-2025-01-16-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 cccc7c9..a5df043 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2025-01-15-04-26" -let commonChecksum = "29fdd512dbafb8f3e0a69dcbbaae930964728c3cc7c49052f117f62b9e62a92b" +let commonVersion = "24.10.0-daily-2025-01-16-04-26" +let commonChecksum = "f5f1d4f36263c16654979ca425df3d212aeb8db5fa6cd62a1f8889dade66184e" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index ae7d2cc..eee7655 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-15-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0-daily-2025-01-16-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index a76006b..9a249ba 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-15-04-26' + pod 'MapboxCommon', '24.10.0-daily-2025-01-16-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 818baae..21a6eae 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-15-04-26 + branch: release/v24.10.0-daily-2025-01-16-04-26 targets: SPMTest: type: application