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