From 8d019f13300fbf2954b5d198c41e05a6886c6a08 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 1 Oct 2024 05:32:48 +0000 Subject: [PATCH] Release v24.8.0-daily-2024-10-01-04-25 --- 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 ab4bcc3..e080a92 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-09-30-04-26" -let checksum = "5e4acf4559e6bfc4eb48255b7a64052455fa67d46886237ac532b8f12a8afe00" +let version = "24.8.0-daily-2024-10-01-04-25" +let checksum = "6ebec612961bc6b990f4bda1f31b532f81b3ef5cf4c499f416844d35d42b5717" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index c86ded4..e4f3af6 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-30-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-10-01-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 13c94b4..346883c 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-30-04-26' + pod 'MapboxCommon', '24.8.0-daily-2024-10-01-04-25' end