Skip to content

Commit

Permalink
Release 161.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Navigation Native Release Bot committed Nov 28, 2023
1 parent 4984437 commit f813f82
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,9 +4,9 @@ import PackageDescription
import Foundation

let registry = SDKRegistry()
let version = "161.1.1"
let version = "161.1.2"
let mapboxCommonVersion = Version("23.8.0")
let checksum = "5df364668ca561fee39333a567f041b2e6101ae82c9b66d99e6da1d8eb520301"
let checksum = "1eb794c25d05fa41803b58a73a256590030b52f690376cc0ff3a8f7590411a5c"

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

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

##### CocoaPods

```ruby
pod 'MapboxNavigationNative', '161.1.1'
pod 'MapboxNavigationNative', '161.1.2'
```

##### Carthage

Add the following code to your Cartfile.

```bash
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 161.1.1
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 161.1.2
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.8.0
```

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', '161.1.1'
pod 'MapboxNavigationNative', '161.1.2'
end
2 changes: 1 addition & 1 deletion Tests/SPM/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
from: 23.8.0
url: https:/mapbox/mapbox-common-ios.git
MapboxNavigationNative:
from: 161.1.1
from: 161.1.2
url: https:/mapbox/mapbox-navigation-native-ios.git

targets:
Expand Down

0 comments on commit f813f82

Please sign in to comment.