-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Navigation Native Release Bot
committed
May 31, 2024
1 parent
d86d830
commit eb90c48
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,22 +21,22 @@ machine api.mapbox.com | |
###### Using SPM Package | ||
|
||
```swift | ||
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "162.0.6"), | ||
.package(url: "[email protected]:mapbox/mapbox-navigation-native-ios.git", from: "206.0.0"), | ||
``` | ||
|
||
##### CocoaPods | ||
|
||
```ruby | ||
pod 'MapboxNavigationNative', '162.0.6' | ||
pod 'MapboxNavigationNative', '206.0.0' | ||
``` | ||
|
||
##### Carthage | ||
|
||
Add the following code to your Cartfile. | ||
|
||
```bash | ||
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 162.0.6 | ||
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.8.0 | ||
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 | ||
``` | ||
|
||
Then run the following command in the Terminal. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
platform :ios, '11.0' | ||
|
||
target 'PodInstall' do | ||
pod 'MapboxNavigationNative', '162.0.6' | ||
pod 'MapboxNavigationNative', '206.0.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters