From 2f43bd564eb4d6c707b4ba33dacbf797a052a311 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Thu, 6 Feb 2025 05:18:03 +0000 Subject: [PATCH] Release v24.11.0-daily-2025-02-06-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 a5512ceb..bf20fe1d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2025-02-05-04-25" -let commonChecksum = "1028031f217aae56a4f62a60dca98598029eda7fc492669cd731c70b5efbcef5" +let commonVersion = "24.11.0-daily-2025-02-06-04-26" +let commonChecksum = "5013cff8899625518e6bcd296dba52c4a3b48fd0e9b6da9e894c135c3364108e" let turfVersion: Version = "4.0.0" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 6f71a6c6..8b33aaad 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-02-05-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-06-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 728fa39a..1de2a580 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-02-05-04-25' + pod 'MapboxCommon', '24.11.0-daily-2025-02-06-04-26' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index f599c6fa..d8f96fde 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-02-05-04-25 + branch: release/v24.11.0-daily-2025-02-06-04-26 targets: SPMTest: type: application