Skip to content

Commit a6bfb3d

Browse files
Release SDK bot for Core SDK teammapbox-github-ci-writer-public-1[bot]
authored andcommitted
Release v24.10.0
1 parent 100dfa6 commit a6bfb3d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

β€ŽPackage.swiftβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let commonVersion = "24.11.0-daily-2025-02-12-04-27"
8-
let commonChecksum = "71cc93bd45d0b4519c83a5d9673804754380befd23837cfd653869d6b9e7b24c"
7+
let commonVersion = "24.10.0"
8+
let commonChecksum = "5f8ff849ffce7b00f2822871992693590fbd8ac1c5fff3530543f803b2e5cc7c"
99

1010
let turfVersion: Version = "4.0.0"
1111

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ machine api.mapbox.com
3838
###### Using SPM Package πŸ“±πŸ–₯πŸ’»
3939

4040
```swift
41-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.0"),
4242
```
4343

4444
##### CocoaPods πŸ“±πŸ–₯πŸ’»
4545

4646
```ruby
47-
pod 'MapboxCommon', '24.9.0'
47+
pod 'MapboxCommon', '24.10.0'
4848
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-12-04-27
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '12.0'
22

33
target 'PodInstall' do
4-
pod 'MapboxCommon', '24.11.0-daily-2025-02-12-04-27'
4+
pod 'MapboxCommon', '24.10.0'
55
end

β€ŽTests/Integration/SPM/project.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
packages:
55
MapboxCommon:
66
url: [email protected]:mapbox/mapbox-common-ios.git
7-
branch: release/v24.11.0-daily-2025-02-12-04-27
7+
branch: release/v24.10.0
88
targets:
99
SPMTest:
1010
type: application

0 commit comments

Comments
Β (0)