Skip to content

Commit

Permalink
Release 204.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Navigation Native Release Bot committed Sep 4, 2024
1 parent eb90c48 commit 5c4d191
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import PackageDescription
import Foundation

let version = "206.0.0"
let mapboxCommonVersion = Version("23.10.0")
let checksum = "ef3a18e3ceb82348bcadecd1bae4ab84b16487a0d612dd512f46f030b0d12219"
let version = "204.1.0"
let mapboxCommonVersion = Version("23.9.0")
let checksum = "43a151eff03ab6f62fee19933aa78c524a21dd3c543ee617efa102d267768e7e"

let package = Package(
name: "MapboxNavigationNative",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ machine api.mapbox.com
###### Using SPM Package

```swift
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "206.0.0"),
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "204.1.0"),
```

##### CocoaPods

```ruby
pod 'MapboxNavigationNative', '206.0.0'
pod 'MapboxNavigationNative', '204.1.0'
```

##### Carthage

Add the following code to your Cartfile.

```bash
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 206.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.10.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 204.1.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.9.0
```

Then run the following command in the Terminal.
Expand Down
2 changes: 1 addition & 1 deletion Tests/CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '11.0'

target 'PodInstall' do
pod 'MapboxNavigationNative', '206.0.0'
pod 'MapboxNavigationNative', '204.1.0'
end
4 changes: 2 additions & 2 deletions Tests/SPM/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ options:
bundleIdPrefix: com.mapbox.navigationnative.SPM
packages:
MapboxCommon:
from: 23.10.0
from: 23.9.0
url: https://github.com/mapbox/mapbox-common-ios.git
MapboxNavigationNative:
from: 206.0.0
from: 204.1.0
url: https://github.com/mapbox/mapbox-navigation-native-ios.git

targets:
Expand Down

0 comments on commit 5c4d191

Please sign in to comment.