From 175c04fd12995721772128e801517fe179e83c42 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Sun, 29 Sep 2024 05:45:37 +0000 Subject: [PATCH] Release v24.8.0-daily-2024-09-29-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 890eee5..2890ed7 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-09-26-04-25" -let checksum = "85cea63a1f2ea200cd083b829ddf42b412ab3b1dc7e770c719943e9f3d53a350" +let version = "24.8.0-daily-2024-09-29-04-25" +let checksum = "efdb7859c6ab58ec4d28c3d620b487bf36fa5b8cd27ac3c4e7e4428ce4d603f8" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index c942055..8106a49 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-26-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-09-29-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 741a6a3..bb5747a 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-26-04-25' + pod 'MapboxCommon', '24.8.0-daily-2024-09-29-04-25' end