From 55b42e98b663c12aeca55296cd41bf578386cabe Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Mon, 16 Oct 2023 10:27:40 +0000 Subject: [PATCH] Release v24.0.0-beta.7 --- Package.swift | 4 ++-- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- Tests/Integration/SPM/project.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index d0e6a50..f687d7a 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.0.0-beta.6" -let checksum = "c52f73bee85f59d1108b2f0355dc6599f7a99bccf214caa669c3ca0f40e4883c" +let version = "24.0.0-beta.7" +let checksum = "7b2d5582d52bdc775f96078873b48ed2cd2dbbe985d3a4ef567e356909df2df7" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 6eb1205..719057a 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.0.0-beta.6 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0-beta.7 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 4a3c789..f525d66 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.0.0-beta.6' + pod 'MapboxCommon', '24.0.0-beta.7' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 0386a9a..e7411f2 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release-v24.0.0-beta.6 + branch: release-v24.0.0-beta.7 targets: SPMTest: type: application