diff --git a/Example/Info.plist b/Example/Info.plist
index e1ac0260088..72419241f83 100644
--- a/Example/Info.plist
+++ b/Example/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
LSApplicationCategoryType
LSRequiresIPhoneOS
diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec
index 6c346c58323..62f57bf7868 100644
--- a/MapboxCoreNavigation.podspec
+++ b/MapboxCoreNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxCoreNavigation"
- s.version = '2.15.0-rc.1'
+ s.version = '2.15.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 f2eaa282091..e0e8ef5f16d 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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
diff --git a/MapboxNavigation.podspec b/MapboxNavigation.podspec
index 6b58c264aca..ead821d6dff 100644
--- a/MapboxNavigation.podspec
+++ b/MapboxNavigation.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MapboxNavigation"
- s.version = '2.15.0-rc.1'
+ s.version = '2.15.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 418d6254df7..5f01125784e 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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
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 = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 = 146;
+ CURRENT_PROJECT_VERSION = 147;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 146;
+ DYLIB_CURRENT_VERSION = 147;
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 48f56e45122..ce5fdc0cc92 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.14.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.15.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.14.0")
+.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.15.0")
// Latest prerelease
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.15.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.14'
- pod 'MapboxNavigation', '~> 2.14'
+ pod 'MapboxCoreNavigation', '~> 2.15'
+ pod 'MapboxNavigation', '~> 2.15'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.15.0-rc.1'
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.15.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.14
+ github "mapbox/mapbox-navigation-ios" ~> 2.15
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.15.0-rc.1"
```
diff --git a/Sources/CarPlayTestHelper/Info.plist b/Sources/CarPlayTestHelper/Info.plist
index bdd9a158e7f..9a8ca2a2099 100644
--- a/Sources/CarPlayTestHelper/Info.plist
+++ b/Sources/CarPlayTestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
diff --git a/Sources/MapboxCoreNavigation/Info.plist b/Sources/MapboxCoreNavigation/Info.plist
index 5d663b171c7..b50f9d41a4d 100644
--- a/Sources/MapboxCoreNavigation/Info.plist
+++ b/Sources/MapboxCoreNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
NSPrincipalClass
diff --git a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
index 8883e9d16f5..b379075bcf3 100644
--- a/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxCoreNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Info.plist b/Sources/MapboxNavigation/Info.plist
index 5d663b171c7..b50f9d41a4d 100644
--- a/Sources/MapboxNavigation/Info.plist
+++ b/Sources/MapboxNavigation/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
NSPrincipalClass
diff --git a/Sources/MapboxNavigation/Resources/MBXInfo.plist b/Sources/MapboxNavigation/Resources/MBXInfo.plist
index ff7f049d711..389205286e2 100644
--- a/Sources/MapboxNavigation/Resources/MBXInfo.plist
+++ b/Sources/MapboxNavigation/Resources/MBXInfo.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
NSPrincipalClass
diff --git a/Sources/TestHelper/Info.plist b/Sources/TestHelper/Info.plist
index c9b3c6dfd67..dba1b912ff0 100644
--- a/Sources/TestHelper/Info.plist
+++ b/Sources/TestHelper/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
2.15.0
CFBundleVersion
- 146
+ 147
diff --git a/Tests/CocoaPodsTest/PodInstall/Podfile.lock b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
index 61403a8ff1c..728e4558210 100644
--- a/Tests/CocoaPodsTest/PodInstall/Podfile.lock
+++ b/Tests/CocoaPodsTest/PodInstall/Podfile.lock
@@ -2,7 +2,7 @@ PODS:
- MapboxCommon (23.7.0)
- MapboxCoreMaps (10.15.0):
- MapboxCommon (~> 23.7)
- - MapboxCoreNavigation (2.15.0-rc.1):
+ - MapboxCoreNavigation (2.15.0):
- MapboxDirections (~> 2.10.0)
- MapboxMobileEvents (~> 1.0)
- MapboxNavigationNative (~> 148.0.0)
@@ -15,8 +15,8 @@ PODS:
- MapboxMobileEvents (= 1.0.10)
- Turf (~> 2.0)
- MapboxMobileEvents (1.0.10)
- - MapboxNavigation (2.15.0-rc.1):
- - MapboxCoreNavigation (= 2.15.0-rc.1)
+ - MapboxNavigation (2.15.0):
+ - MapboxCoreNavigation (= 2.15.0)
- MapboxMaps (~> 10.15.0)
- MapboxMobileEvents (~> 1.0)
- MapboxSpeech (~> 2.0)
@@ -54,11 +54,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
MapboxCommon: dcbdb86acbcfc1a23efd341ed097c6c63ab532a9
MapboxCoreMaps: bcbaac14467616940187f79bba49ca491cd37906
- MapboxCoreNavigation: 8aced490a1965b907005ef200b9bacb206413c9f
+ MapboxCoreNavigation: 8dff4719061f30f8604c4de799bfe1af3a7d4b0d
MapboxDirections: a620d78a54312c392323ba211df8ae7dd9a28ab4
MapboxMaps: 1fd9d97d0e8eceb7a45b9ac8bf87a8922da881a8
MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6
- MapboxNavigation: 6bb4aeab35e7e4d6a44efec84c159e9b382d1488
+ MapboxNavigation: 932346d54d123aaf3211e8609faada894d1a14b6
MapboxNavigationNative: 69682e4b092788bea0a80f56fae3f148cb3e177a
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 2d40fabe396..d5a19f3b802 100644
--- a/Tests/MapboxCoreNavigationTests/Info.plist
+++ b/Tests/MapboxCoreNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationAlwaysAndWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 146
+ 147
diff --git a/Tests/MapboxNavigationTests/Info.plist b/Tests/MapboxNavigationTests/Info.plist
index 5e99d2454cf..d5a9c78f788 100644
--- a/Tests/MapboxNavigationTests/Info.plist
+++ b/Tests/MapboxNavigationTests/Info.plist
@@ -21,6 +21,6 @@
NSLocationWhenInUseUsageDescription
Location Usage Description
CFBundleVersion
- 146
+ 147
diff --git a/custom-navigation.md b/custom-navigation.md
index a6a54581f7a..5b9a8499cb9 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.14.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.15.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.14.0")
+.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.15.0")
// Latest prerelease
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.15.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.15'
# Latest prerelease
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.15.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.15
# Latest prerelease
github "mapbox/mapbox-navigation-ios" "v2.15.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.14.0` as the minimum version requirement. Click Next.
+1. Set Rules to Version, Up to Next Major, and enter `2.15.0` as the minimum version requirement. Click Next.