diff --git a/Example/Info.plist b/Example/Info.plist
index 089d70e8709..06b103febf1 100644
--- a/Example/Info.plist
+++ b/Example/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
LSApplicationCategoryType
LSRequiresIPhoneOS
diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec
index 9b7911ee3ed..b981b3b5c1e 100644
--- a/MapboxCoreNavigation.podspec
+++ b/MapboxCoreNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxCoreNavigation"
- s.version = '2.16.0-rc.1'
+ s.version = '2.16.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 e0e8ef5f16d..97b55e1ae32 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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
diff --git a/MapboxNavigation.podspec b/MapboxNavigation.podspec
index b120e5ea77d..3a6d5396e39 100644
--- a/MapboxNavigation.podspec
+++ b/MapboxNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxNavigation"
- s.version = '2.16.0-rc.1'
+ s.version = '2.16.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 5f01125784e..ac844716526 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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
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 = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 = 147;
+ CURRENT_PROJECT_VERSION = 148;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 147;
+ DYLIB_CURRENT_VERSION = 148;
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 0610010efb3..4b8e333e0d9 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.15.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.16.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.15.0")
+.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.16.0")
// Latest prerelease
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.16.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.15'
- pod 'MapboxNavigation', '~> 2.15'
+ pod 'MapboxCoreNavigation', '~> 2.16'
+ pod 'MapboxNavigation', '~> 2.16'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.16.0-rc.1'
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.16.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.15
+ github "mapbox/mapbox-navigation-ios" ~> 2.16
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.16.0-rc.1"
```
diff --git a/Sources/CarPlayTestHelper/Info.plist b/Sources/CarPlayTestHelper/Info.plist
index f3154bd9459..5058bf8fa07 100644
--- a/Sources/CarPlayTestHelper/Info.plist
+++ b/Sources/CarPlayTestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
diff --git a/Sources/MapboxCoreNavigation/Info.plist b/Sources/MapboxCoreNavigation/Info.plist
index 7d10dbec4b8..ed4dcadc167 100644
--- a/Sources/MapboxCoreNavigation/Info.plist
+++ b/Sources/MapboxCoreNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
NSPrincipalClass
diff --git a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
index d414b770a1a..de474e58d04 100644
--- a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Info.plist b/Sources/MapboxNavigation/Info.plist
index 7d10dbec4b8..ed4dcadc167 100644
--- a/Sources/MapboxNavigation/Info.plist
+++ b/Sources/MapboxNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Resources/MBXInfo.plist b/Sources/MapboxNavigation/Resources/MBXInfo.plist
index 5926c39f5c8..ac97bc27f6a 100644
--- a/Sources/MapboxNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
NSPrincipalClass
diff --git a/Sources/TestHelper/Info.plist b/Sources/TestHelper/Info.plist
index 06f067d6bf1..8bfebffde1a 100644
--- a/Sources/TestHelper/Info.plist
+++ b/Sources/TestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.16.0
CFBundleVersion
- 147
+ 148
diff --git a/Tests/CocoaPodsTest/PodInstall/Podfile.lock b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
index 70e3854ece8..03c2c85dc06 100644
--- a/Tests/CocoaPodsTest/PodInstall/Podfile.lock
+++ b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
@@ -2,7 +2,7 @@ PODS:
- MapboxCommon (23.8.0)
- MapboxCoreMaps (10.16.0):
- MapboxCommon (~> 23.8)
- - MapboxCoreNavigation (2.16.0-rc.1):
+ - MapboxCoreNavigation (2.16.0):
- MapboxDirections (~> 2.11.1)
- MapboxMobileEvents (~> 1.0)
- MapboxNavigationNative (~> 157.0.0)
@@ -15,8 +15,8 @@ PODS:
- MapboxMobileEvents (= 1.0.10)
- Turf (~> 2.0)
- MapboxMobileEvents (1.0.10)
- - MapboxNavigation (2.16.0-rc.1):
- - MapboxCoreNavigation (= 2.16.0-rc.1)
+ - MapboxNavigation (2.16.0):
+ - MapboxCoreNavigation (= 2.16.0)
- MapboxMaps (~> 10.16.0)
- MapboxMobileEvents (~> 1.0)
- MapboxSpeech (~> 2.0)
@@ -54,11 +54,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MapboxCommon: 8592a003eae487508461d452d62cfc5906a9682a
MapboxCoreMaps: faa14a797417dc32088c98019a3ce72e46cda5cd
- MapboxCoreNavigation: 31d6a4f79c1bd869ed42f4e7947cfe24118ef21e
+ MapboxCoreNavigation: 9414a9ba6681070f1186cca16c14d65d5663d700
MapboxDirections: 31d61b8369d5dde6f6828f72905ab9a7e054cd2c
MapboxMaps: f10aecadbfb7cf96368852ca313101eb4171da53
MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6
- MapboxNavigation: b5652d8473cbded62ef3f1be6a7bcf2304cde2b5
+ MapboxNavigation: e781ce4c3b987180a0eb46145e3118c465eb8e92
MapboxNavigationNative: 2953310e4e05fcc3b335bdbeee861347272ac38f
MapboxSpeech: cd25ef99c3a3d2e0da72620ff558276ea5991a77
Polyline: 2a1f29f87f8d9b7de868940f4f76deb8c678a5b1
@@ -67,4 +67,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: bde8103af0e9b326531ee57cf1fa935cbd5f2e18
-COCOAPODS: 1.12.1
+COCOAPODS: 1.11.3
diff --git a/Tests/MapboxCoreNavigationTests/Info.plist b/Tests/MapboxCoreNavigationTests/Info.plist
index 9522bc272e3..96363810df0 100644
--- a/Tests/MapboxCoreNavigationTests/Info.plist
+++ b/Tests/MapboxCoreNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationAlwaysAndWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 147
+ 148
diff --git a/Tests/MapboxNavigationTests/Info.plist b/Tests/MapboxNavigationTests/Info.plist
index bca5f6ad127..834e574b5f0 100644
--- a/Tests/MapboxNavigationTests/Info.plist
+++ b/Tests/MapboxNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 147
+ 148
diff --git a/custom-navigation.md b/custom-navigation.md
index 154f17718e7..e0337d2fa64 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.15.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.16.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.15.0")
+.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.16.0")
// Latest prerelease
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.16.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.6'
+ pod 'MapboxCoreNavigation', '~> 2.16'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.16.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.6
+ github "mapbox/mapbox-navigation-ios" ~> 2.16
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.16.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.15.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.16.0` as the minimum version requirement. Click Next.