Skip to content

Commit 9fcb5df

Browse files
Release SDK bot for Core SDK teamMapboxCI
authored andcommitted
Release v24.10.2
1 parent fae1244 commit 9fcb5df

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.10.1"
8-
let commonChecksum = "49b24e8b2def452aca40f8ecb3f3986a7d242dda295dd7af8ad4be3c96a8bb5f"
7+
let commonVersion = "24.10.2"
8+
let commonChecksum = "c328590b955fdb6efe40c250f9aef82cb8910928b72211e1bacfa7291c5eac7b"
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.5.1"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.2"),
4242
```
4343

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

4646
```ruby
47-
pod 'MapboxCommon', '24.5.1'
47+
pod 'MapboxCommon', '24.10.2'
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.5.1
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.2
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.5.1'
4+
pod 'MapboxCommon', '24.10.2'
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.5.1
7+
branch: release/v24.10.2
88
targets:
99
SPMTest:
1010
type: application

0 commit comments

Comments
Β (0)