From 69e5f2bb30587b8167edcb6ba4893efcf556f725 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Wed, 6 Nov 2024 05:21:15 +0000 Subject: [PATCH] Release v24.9.0-daily-2024-11-06-04-26 --- Package.swift | 4 ++-- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 32aabe1..b98c5ea 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0" -let checksum = "a05cce4ae1574b5ec6e39c1e328102e2a44bd5309cd5ed061b4ad0258dcd80e0" +let version = "24.9.0-daily-2024-11-06-04-26" +let checksum = "0a396e35aee13d65e8637f5386be780670ff4e9b2b02ad9313c605a8d5c9a12d" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 1d5bebd..fee850a 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.8.0 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-06-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index bd0d14a..124ea33 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.8.0' + pod 'MapboxCommon', '24.9.0-daily-2024-11-06-04-26' end