From 3bee05b52ebb50f2d1ef1e6bbc60ae276acccaa7 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Wed, 28 Aug 2024 06:04:43 +0000 Subject: [PATCH] Release v24.7.0-daily-2024-08-28-04-29 --- 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 ebe44a2..4151d05 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-daily-2024-08-27-13-00" -let checksum = "75634f6ae1f5a46417cda50f93d6f73888f8c69bd3ff345bf39e8ac616c2209d" +let version = "24.7.0-daily-2024-08-28-04-29" +let checksum = "52ee2f1c4ea2e60c03a148041a58916ce3761c088bceb894da8e906d6155c5bc" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index ee368ac..d11c3e4 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-27-13-00 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0-daily-2024-08-28-04-29 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 5de16fc..2e81d67 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-27-13-00' + pod 'MapboxCommon', '24.7.0-daily-2024-08-28-04-29' end