File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33import PackageDescription
44import Foundation
55
6- let version = " 206.2.2 "
7- let mapboxCommonVersion = Version ( " 23.10 .0 " )
8- let checksum = " 8b00ad32e26300ac61cfb42c66eb063deed8eae0cdc1011302a821604e9c6515 "
6+ let version = " 207.0.0 "
7+ let mapboxCommonVersion = Version ( " 23.11 .0 " )
8+ let checksum = " 160487c70f00ea2541b046ac9fa0c798b0990bb29f107573502c918722555a44 "
99
1010let package = Package (
1111 name: " MapboxNavigationNative " ,
Original file line number Diff line number Diff line change @@ -21,22 +21,22 @@ machine api.mapbox.com
2121###### Using SPM Package
2222
2323``` swift
24- .
package (
url :
" [email protected] :mapbox/mapbox-navigation-native-ios.git" ,
from :
" 206.2.2 " ),
24+ .
package (
url :
" [email protected] :mapbox/mapbox-navigation-native-ios.git" ,
from :
" 207.0.0 " ),
2525```
2626
2727##### CocoaPods
2828
2929``` ruby
30- pod ' MapboxNavigationNative' , ' 206.2.2 '
30+ pod ' MapboxNavigationNative' , ' 207.0.0 '
3131```
3232
3333##### Carthage
3434
3535Add the following code to your Cartfile.
3636
3737``` bash
38- binary " https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 206.2.2
39- binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.10 .0
38+ binary " https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" == 207.0.0
39+ binary " https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 23.11 .0
4040```
4141
4242Then run the following command in the Terminal.
Original file line number Diff line number Diff line change 11platform :ios , '12.0'
22
33target 'PodInstall' do
4- pod 'MapboxNavigationNative' , '206.2.2 '
4+ pod 'MapboxNavigationNative' , '207.0.0 '
55end
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ options:
33 bundleIdPrefix : com.mapbox.navigationnative.SPM
44packages :
55 MapboxCommon :
6- from : 23.10 .0
6+ from : 23.11 .0
77 url : https://github.com/mapbox/mapbox-common-ios.git
88 MapboxNavigationNative :
9- from : 206.2.2
9+ from : 207.0.0
1010 url : https://github.com/mapbox/mapbox-navigation-native-ios.git
1111
1212targets :
You can’t perform that action at this time.
0 commit comments