Skip to content

Commit cd2f7cc

Browse files
Release SDK bot for Core SDK teammapbox-github-ci-writer-public-1[bot]
authored andcommitted
Release v24.5.1
1 parent 4c015d4 commit cd2f7cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

β€Ž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.10.1"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.1"),
4242
```
4343

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

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

0 commit comments

Comments
Β (0)