From 038e8d5e26fbbd3ee90951b6d31c310538521df6 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 27 Aug 2024 10:54:31 +0000 Subject: [PATCH] Release v24.7.0-daily-2024-08-27-09-34 --- 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 15be6ea..1caf87d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-daily-2024-08-26-04-27" -let checksum = "bc170f65e43346c554c621c6bb94b506aaf269e99230043eef1dcdd5d883f3d9" +let version = "24.7.0-daily-2024-08-27-09-34" +let checksum = "c35f6c4a3882daf457e593e7742e59c6a925aeabe1bfcedfadbd1ee5080f70c8" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index cc65497..7770c28 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.7.0-daily-2024-08-26-04-27 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0-daily-2024-08-27-09-34 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index eebb3df..6628b57 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '24.7.0-daily-2024-08-26-04-27' + pod 'MapboxCommon', '24.7.0-daily-2024-08-27-09-34' end