From 7979ca254149e74de9d86f65d5bc2335dcff2b04 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Fri, 11 Oct 2024 05:20:41 +0000 Subject: [PATCH] Release v24.9.0-daily-2024-10-11-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 f3e9c12..7db700f 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.9.0-daily-2024-10-10-04-26" -let checksum = "2b1d0bb0d148025140bac2c5692e23e3cd575e11805555d0b783814720896824" +let version = "24.9.0-daily-2024-10-11-04-26" +let checksum = "787a7d772d16b60c49f8370159e39f13dc23d7910ea40f322e6f31dda43107f7" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 530580b..aacbbed 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.9.0-daily-2024-10-10-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-10-11-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 8dba310..176a7fa 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.9.0-daily-2024-10-10-04-26' + pod 'MapboxCommon', '24.9.0-daily-2024-10-11-04-26' end