From 79b8b7ff5b2375a4d6ca2fdf8b3725b584eb8df6 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Fri, 8 Nov 2024 05:21:03 +0000 Subject: [PATCH] Release v24.9.0-daily-2024-11-08-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 0f3aabd..88fc83b 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.9.0-daily-2024-11-07-04-25" -let checksum = "1aafd395c5db7dd9e02d766e195fd80a8d5a96ab5234463fa1a027e482bc22ae" +let version = "24.9.0-daily-2024-11-08-04-26" +let checksum = "c345215659b6bb98ba89cafdcfd8428e5528ec0c6be7464b57ba3cd9244d465b" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 011377f..aaecf84 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-07-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-11-08-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 3322b5e..ba4e39d 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-07-04-25' + pod 'MapboxCommon', '24.9.0-daily-2024-11-08-04-26' end