From 7c1cdfa1b5a2581269f2dff758751b0ae65499ec Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Thu, 23 Nov 2023 15:32:22 +0000 Subject: [PATCH] Release v24.0.0 --- Package.swift | 4 ++-- README.md | 6 +++--- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 604d8f0..f26f72a 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.0.0-rc.3" -let checksum = "c59cda8ef6397c7843419b0d2325a929b4eefd97e6e7a4391c3acf2b1ff1ad3b" +let version = "24.0.0" +let checksum = "3090ec1bea7bad7edecd91ae7644a9ff978aaa2847e4e1a10a207ef4535d82e0" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 9ff006b..ad345c9 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.8.4"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.0.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.8.4' +pod 'MapboxCommon', '24.0.0' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '23.8.4' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.8.4 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 59ca848..185da86 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-rc.3 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index acd1a62..c798401 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-rc.3' + pod 'MapboxCommon', '24.0.0' end