From 08d5f82f3383785b74e2e43463358f26f788521e Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Wed, 2 Oct 2024 05:30:55 +0000 Subject: [PATCH] Release v24.8.0-daily-2024-10-02-04-26 --- 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 e080a92..dc86c48 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-10-01-04-25" -let checksum = "6ebec612961bc6b990f4bda1f31b532f81b3ef5cf4c499f416844d35d42b5717" +let version = "24.8.0-daily-2024-10-02-04-26" +let checksum = "488bb3afd93d16f7af2c512ca3097988e4945684463225c5a801d9328312f03f" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index e4f3af6..11f9de9 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-10-01-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-10-02-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 346883c..3a5311f 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-10-01-04-25' + pod 'MapboxCommon', '24.8.0-daily-2024-10-02-04-26' end