From a6b561e2df622b582aca8f3b095f10986feaedc8 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Thu, 29 Aug 2024 13:28:15 +0000 Subject: [PATCH] Release v24.7.0-beta.1 --- 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 cdea9f0..06e285b 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-alpha.15" -let checksum = "cb43144def93dbd072ccbb7e629f0c210330b456fab007bf5b0829ead6b2b56c" +let version = "24.7.0-beta.1" +let checksum = "1e583b51e19e7456af8be6d00f06a073a5c5459551616caf2e46cd696211998d" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index fb82ecd..36df26f 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-alpha.15 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0-beta.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 0245d7f..b9a4737 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '24.7.0-alpha.15' + pod 'MapboxCommon', '24.7.0-beta.1' end