From 0041331ffb2859a2fcb173800a0f578d9ef83f96 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Mon, 2 Feb 2026 13:53:00 +0000 Subject: [PATCH] Release v23.12.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 13af0fe..9549a49 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.12.0-alpha.2" -let checksum = ""47cb38b8f82bfc36cc789006b8b486394deabef2018d290f786a29ec7800d602"" +let version = "23.12.0" +let checksum = ""02d746420f9fc777d0cfe2e72021676aed33c28d8360f46a0258c49001dec50c"" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 7d93408..c78646c 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.12.0-alpha.1"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.12.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.12.0-alpha.1' +pod 'MapboxCommon', '23.12.0' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '23.12.0-alpha.1' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 62a3b20..41f7b37 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" == 23.12.0-alpha.2 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 75777a7..86fc589 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '23.12.0-alpha.2' + pod 'MapboxCommon', '23.12.0' end