From 0cc1eff6fdf147732c377d16314eebd63759a425 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Wed, 18 Sep 2024 11:54:24 +0000 Subject: [PATCH] Release v24.8.0-daily-2024-09-18-10-47 --- 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 269ef65..262c623 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-rc.2" -let checksum = "ad1ba5342a5224c595a771f6d989bf60c72808ff3b74f576768cddec12b83022" +let version = "24.8.0-daily-2024-09-18-10-47" +let checksum = "08836960caddfabd3a26e58bcc6f75e2081b4c892b2f2e7fcf6a55e1ec70c18f" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 7989389..97bc531 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-rc.2 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-09-18-10-47 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 9dc9455..f599210 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.7.0-rc.2' + pod 'MapboxCommon', '24.8.0-daily-2024-09-18-10-47' end