From b99528c21ffe6fc6ec7517c78e6fc16722761876 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Sat, 24 Aug 2024 05:51:55 +0000 Subject: [PATCH] Release v24.7.0-daily-2024-08-24-04-28 --- 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 210b594..85e7f41 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-daily-2024-08-23-04-28" -let checksum = "1f98c5b6a6b6a0d4f913bc45a127b8ec88ae4a7b620c311b30123ee69f1e6e14" +let version = "24.7.0-daily-2024-08-24-04-28" +let checksum = "8cfe9d181a8cae194c7412ed06a74be4dc5ef5c886f09157ae94d07e820fba4f" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 646aefd..296c694 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-23-04-28 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0-daily-2024-08-24-04-28 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 26b5fb2..9bcd3ad 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-23-04-28' + pod 'MapboxCommon', '24.7.0-daily-2024-08-24-04-28' end