Skip to content

Commit

Permalink
Bump to v23.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DorkMatter committed May 27, 2024
1 parent 6c31ad7 commit e51375e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import PackageDescription
import Foundation

let version = "24.4.0"
let checksum = "b5e9e2a720b7176993dee4dac8b2da880a95e3bf30f360a15d4ec28a40348da1"
let version = "23.10.1"
let checksum = "69041691b99e90f374d65b3302dec8e4076658b5babc78fb17f19fc5111a438c"

let package = Package(
name: "MapboxCommon",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ machine api.mapbox.com
###### Using SPM Package 📱🖥💻

```swift
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.4.0"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.10.1"),
```

##### CocoaPods 📱🖥💻

```ruby
pod 'MapboxCommon', '24.4.0'
pod 'MapboxCommon', '23.10.1'
```

##### Carthage 📱

Add the following code to your Cartfile.

```bash
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.4.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.10.1
```

Then run the following command in the Terminal.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Integration/Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.4.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.10.1
2 changes: 1 addition & 1 deletion Tests/Integration/CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '11.0'

target 'PodInstall' do
pod 'MapboxCommon', '24.4.0'
pod 'MapboxCommon', '23.10.1'
end

0 comments on commit e51375e

Please sign in to comment.