From e5ec80f8b65fff549819a269f9ecbb6ce08c39d0 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 7 May 2024 12:44:10 +0000 Subject: [PATCH] Release v24.4.0-rc.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 5cc5d61..d700d94 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.4.0-beta.3" -let checksum = "784a7de6022a0fed3b11b9844152b4ec2b5660919a93f181d9ce3e028ab421f0" +let version = "24.4.0-rc.1" +let checksum = "76d22d961cac648fc77ce71f39a5cf528b9122bea95a623b5c6f5e6f0eb9ac5c" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index f543332..20d12e6 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.4.0-beta.3 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.4.0-rc.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 476952b..0aa8d3b 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.4.0-beta.3' + pod 'MapboxCommon', '24.4.0-rc.1' end