diff --git a/Example/Info.plist b/Example/Info.plist
index 751277ee7b9..58fd555e0e0 100644
--- a/Example/Info.plist
+++ b/Example/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
LSApplicationCategoryType
LSRequiresIPhoneOS
diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec
index 3fe096360a7..9671a07e6fd 100644
--- a/MapboxCoreNavigation.podspec
+++ b/MapboxCoreNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxCoreNavigation"
- s.version = '2.17.0-rc.1'
+ s.version = '2.17.0'
s.summary = "Core components for turn-by-turn navigation on iOS."
s.description = <<-DESC
diff --git a/MapboxNavigation-SPM.xcodeproj/project.pbxproj b/MapboxNavigation-SPM.xcodeproj/project.pbxproj
index 274a502f02f..025e1b6ba30 100644
--- a/MapboxNavigation-SPM.xcodeproj/project.pbxproj
+++ b/MapboxNavigation-SPM.xcodeproj/project.pbxproj
@@ -1051,7 +1051,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1090,7 +1090,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
@@ -1127,7 +1127,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1167,7 +1167,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
@@ -1206,7 +1206,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1248,7 +1248,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEVELOPMENT_TEAM = GJZR2MEM28;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1287,7 +1287,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1321,7 +1321,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEVELOPMENT_TEAM = GJZR2MEM28;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1430,7 +1430,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -1495,7 +1495,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
diff --git a/MapboxNavigation.podspec b/MapboxNavigation.podspec
index 6c7cfb0d932..ddbb6006dcf 100644
--- a/MapboxNavigation.podspec
+++ b/MapboxNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxNavigation"
- s.version = '2.17.0-rc.1'
+ s.version = '2.17.0'
s.summary = "Complete turn-by-turn navigation interface for iOS."
s.description = <<-DESC
diff --git a/MapboxNavigation.xcodeproj/project.pbxproj b/MapboxNavigation.xcodeproj/project.pbxproj
index f0d69c21b58..1dc5476fdd5 100644
--- a/MapboxNavigation.xcodeproj/project.pbxproj
+++ b/MapboxNavigation.xcodeproj/project.pbxproj
@@ -3896,7 +3896,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3930,7 +3930,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEVELOPMENT_TEAM = GJZR2MEM28;
GCC_C_LANGUAGE_STANDARD = gnu11;
GENERATE_INFOPLIST_FILE = YES;
@@ -3961,7 +3961,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -3989,7 +3989,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -4067,12 +4067,12 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4105,11 +4105,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4164,7 +4164,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -4229,7 +4229,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -4263,7 +4263,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4290,7 +4290,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4359,11 +4359,11 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -4392,10 +4392,10 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 150;
+ CURRENT_PROJECT_VERSION = 151;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 150;
+ DYLIB_CURRENT_VERSION = 151;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
diff --git a/README.md b/README.md
index bf68a789b54..f5e6fb61f88 100644
--- a/README.md
+++ b/README.md
@@ -46,13 +46,13 @@ To install the MapboxNavigation framework in an application using [Swift Package
1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next.
-1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.
To install the MapboxNavigation framework in another package rather than an application, run `swift package init` to create a Package.swift, then add the following dependency:
```swift
// Latest stable release
-.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.16.0")
+.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.17.0")
// Latest prerelease
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.17.0-rc.1"))
```
@@ -72,8 +72,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
```ruby
# Latest stable release
- pod 'MapboxCoreNavigation', '~> 2.16'
- pod 'MapboxNavigation', '~> 2.16'
+ pod 'MapboxCoreNavigation', '~> 2.17'
+ pod 'MapboxNavigation', '~> 2.17'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.17.0-rc.1'
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.17.0-rc.1'
@@ -101,7 +101,7 @@ To install the MapboxNavigation framework using [Carthage](https://github.com/Ca
1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency:
```cartfile
# Latest stable release
- github "mapbox/mapbox-navigation-ios" ~> 2.16
+ github "mapbox/mapbox-navigation-ios" ~> 2.17
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.17.0-rc.1"
```
diff --git a/Sources/CarPlayTestHelper/Info.plist b/Sources/CarPlayTestHelper/Info.plist
index 5c059b8ee15..ebbbc7ed453 100644
--- a/Sources/CarPlayTestHelper/Info.plist
+++ b/Sources/CarPlayTestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
diff --git a/Sources/MapboxCoreNavigation/Info.plist b/Sources/MapboxCoreNavigation/Info.plist
index 1e5a554a43c..8cf5272e70f 100644
--- a/Sources/MapboxCoreNavigation/Info.plist
+++ b/Sources/MapboxCoreNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
NSPrincipalClass
diff --git a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
index f77d42e9bcd..c0c0df04b22 100644
--- a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Info.plist b/Sources/MapboxNavigation/Info.plist
index 1e5a554a43c..8cf5272e70f 100644
--- a/Sources/MapboxNavigation/Info.plist
+++ b/Sources/MapboxNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Resources/MBXInfo.plist b/Sources/MapboxNavigation/Resources/MBXInfo.plist
index b26be562793..26a02c4f9a3 100644
--- a/Sources/MapboxNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
NSPrincipalClass
diff --git a/Sources/TestHelper/Info.plist b/Sources/TestHelper/Info.plist
index ded2122a6dc..681ef408632 100644
--- a/Sources/TestHelper/Info.plist
+++ b/Sources/TestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.17.0
CFBundleVersion
- 150
+ 151
diff --git a/Tests/CocoaPodsTest/PodInstall/Podfile.lock b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
index 10f463b0c1c..c1d0e4b0e1b 100644
--- a/Tests/CocoaPodsTest/PodInstall/Podfile.lock
+++ b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
@@ -2,7 +2,7 @@ PODS:
- MapboxCommon (23.8.3)
- MapboxCoreMaps (10.16.1):
- MapboxCommon (~> 23.8)
- - MapboxCoreNavigation (2.17.0-rc.1):
+ - MapboxCoreNavigation (2.17.0):
- MapboxDirections (~> 2.11.1)
- MapboxMobileEvents (~> 1.0)
- MapboxNavigationNative (~> 160.0.0)
@@ -15,8 +15,8 @@ PODS:
- MapboxMobileEvents (= 1.0.10)
- Turf (~> 2.0)
- MapboxMobileEvents (1.0.10)
- - MapboxNavigation (2.17.0-rc.1):
- - MapboxCoreNavigation (= 2.17.0-rc.1)
+ - MapboxNavigation (2.17.0):
+ - MapboxCoreNavigation (= 2.17.0)
- MapboxMaps (~> 10.16.1)
- MapboxMobileEvents (~> 1.0)
- MapboxSpeech (~> 2.0)
@@ -54,11 +54,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MapboxCommon: b2c348867dfed7d7a23545e6c2024d712bfda10f
MapboxCoreMaps: c66f482b5ea983cf873122853c4ee94c159bec43
- MapboxCoreNavigation: 10b8de6400f0f864b68dc5ca8add539a4574aaa5
+ MapboxCoreNavigation: fb7967e584e1fb81060fe0b1380fb36781e71f5e
MapboxDirections: 31d61b8369d5dde6f6828f72905ab9a7e054cd2c
MapboxMaps: fdbe05e3899abd24f31a7f91789586e44e57f7fc
MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6
- MapboxNavigation: f46249fd6dd8288cdccaa631bc86daedfdd6550f
+ MapboxNavigation: 2818173bfd07cfd3263776e5ff6664410083dcd7
MapboxNavigationNative: f501a2f469374e6ad1caa807c9fd8ac8e3b49082
MapboxSpeech: cd25ef99c3a3d2e0da72620ff558276ea5991a77
Polyline: 2a1f29f87f8d9b7de868940f4f76deb8c678a5b1
diff --git a/Tests/MapboxCoreNavigationTests/Info.plist b/Tests/MapboxCoreNavigationTests/Info.plist
index 83bc4525435..fcdf7d1ff60 100644
--- a/Tests/MapboxCoreNavigationTests/Info.plist
+++ b/Tests/MapboxCoreNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationAlwaysAndWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 150
+ 151
diff --git a/Tests/MapboxNavigationTests/Info.plist b/Tests/MapboxNavigationTests/Info.plist
index 47cb48b0788..17a29b8d5a5 100644
--- a/Tests/MapboxNavigationTests/Info.plist
+++ b/Tests/MapboxNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 150
+ 151
diff --git a/custom-navigation.md b/custom-navigation.md
index b1fadf5c157..6cb6ee7765e 100644
--- a/custom-navigation.md
+++ b/custom-navigation.md
@@ -31,13 +31,13 @@ To install the MapboxCoreNavigation framework in an application using [Swift Pac
1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next.
-1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.
To install the MapboxCoreNavigation framework in another package rather than an application, run `swift package init` to create a Package.swift, then add the following dependency:
```swift
// Latest stable release
-.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.16.0")
+.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.17.0")
// Latest prerelease
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.17.0-rc.1"))
```
@@ -57,7 +57,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):
1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
```ruby
# Latest stable release
- pod 'MapboxCoreNavigation', '~> 2.16'
+ pod 'MapboxCoreNavigation', '~> 2.17'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.17.0-rc.1'
```
@@ -86,7 +86,7 @@ To install Mapbox Navigation using [Carthage](https://github.com/Carthage/Cartha
1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency:
```cartfile
# Latest stable release
- github "mapbox/mapbox-navigation-ios" ~> 2.16
+ github "mapbox/mapbox-navigation-ios" ~> 2.17
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.17.0-rc.1"
```
@@ -111,4 +111,4 @@ To install the MapboxCoreNavigation framework using [Swift Package Manager](http
1. Enter `https://github.com/mapbox/mapbox-navigation-ios.git` as the package repository and click Next.
-1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.17.0` as the minimum version requirement. Click Next.