From 4bf53f1924b0e53db05974eac543bf943d8abd3b Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 5 Nov 2024 05:24:56 +0000 Subject: [PATCH] Release v24.9.0-daily-2024-11-05-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 5d34e56..f7022be 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.9.0-daily-2024-11-04-04-26" -let checksum = "2540303204005f0e9e5a3c85d81305df3b2ca0b049ac21d3436d41076d418178" +let version = "24.9.0-daily-2024-11-05-04-26" +let checksum = "59f2596130708343ab7b1e12e3b0df14b14cc440da78e3596fbff43f157b7720" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index bb81fd4..8462f5d 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.9.0-daily-2024-11-04-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-05-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 8b5ccfb..b1de75b 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.9.0-daily-2024-11-04-04-26' + pod 'MapboxCommon', '24.9.0-daily-2024-11-05-04-26' end