From 88bda3114839971f4156f205071692601a87e41c Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Mon, 23 Sep 2024 05:28:04 +0000 Subject: [PATCH] Release v24.8.0-daily-2024-09-23-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 0416f0a..dcffa1f 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-09-20-04-26" -let checksum = "4f37eda57397a179c18a75ef8ebc868f36e9a77a94665ae89bf5e56b45877602" +let version = "24.8.0-daily-2024-09-23-04-26" +let checksum = "57b4214ed8e7d5ba4624e8536f40f7857f904acd47509f82bb43822e1db8c9b0" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 8e3eaec..cb16c90 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-daily-2024-09-20-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-09-23-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index e2f3baf..8abda1d 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-daily-2024-09-20-04-26' + pod 'MapboxCommon', '24.8.0-daily-2024-09-23-04-26' end