From 25d2799f6116d7921b707b6eb217cf976e0a664a Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 24 Sep 2024 10:18:21 +0000 Subject: [PATCH] Release v24.7.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 2e522e0..cd58153 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-09-24-04-26" -let checksum = "fd249d0ad02cbd9d71718ec2d433f10ca37ab94eeda3159fd35507cd611e0be6" +let version = "24.7.0" +let checksum = "b9e7e9947dab59ca3855de4e84921bbee3cd855e9ddb1b92b148532ca48970aa" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index e90f64a..fbad9d9 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: "24.6.2"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.7.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.6.2' +pod 'MapboxCommon', '24.7.0' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '24.6.2' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.2 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 83bcd71..aa63ac1 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.8.0-daily-2024-09-24-04-26 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index fc2250a..d73abfe 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.8.0-daily-2024-09-24-04-26' + pod 'MapboxCommon', '24.7.0' end