Skip to content

Commit

Permalink
Release 162.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Navigation Native Release Bot committed Apr 2, 2024
1 parent 252cada commit 1140733
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 = "203.0.0"
let mapboxCommonVersion = Version("23.9.0")
let checksum = "ea56749f6967980ed25ccfdd220d88e82a8f94e4de17bf82f31d705f708258f2"
let version = "162.0.4"
let mapboxCommonVersion = Version("23.8.0")
let checksum = "3ebbeac83474736dd58f54d34f4a0234cb0f3e6c72b131e0976855ddff314706"

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: "203.0.0"),
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "162.0.4"),
```

##### CocoaPods

```ruby
pod 'MapboxNavigationNative', '203.0.0'
pod 'MapboxNavigationNative', '162.0.4'
```

##### Carthage

Add the following code to your Cartfile.

```bash
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 203.0.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.9.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 162.0.4
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.8.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', '203.0.0'
pod 'MapboxNavigationNative', '162.0.4'
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.9.0
from: 23.8.0
url: https://github.com/mapbox/mapbox-common-ios.git
MapboxNavigationNative:
from: 203.0.0
from: 162.0.4
url: https://github.com/mapbox/mapbox-navigation-native-ios.git

targets:
Expand Down

0 comments on commit 1140733

Please sign in to comment.