Skip to content

Commit 41e4ac9

Browse files
Merge branch 'main' into main
2 parents e729753 + af7b6ef commit 41e4ac9

File tree

22 files changed

+97
-96
lines changed

22 files changed

+97
-96
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
### Packaging
66

77
* MapboxCoreNavigation now requires [MapboxDirections v2.11.0](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v2.11.0). ([#4523](https://github.com/mapbox/mapbox-navigation-ios/pull/4523))
8+
* MapboxCoreNavigation now requires [MapboxNavigationNative v155._x_](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/155.0.0). ([#4529](https://github.com/mapbox/mapbox-navigation-ios/pull/4529))
9+
* MapboxNavigation now requires [MapboxMaps v10.16.0-beta.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.16.0-beta.1). ([#4529](https://github.com/mapbox/mapbox-navigation-ios/pull/4529))
810

911
### Other changes
1012

1113
* Added filling jartic traffic codes info reported `Incident`s while navigating. ([#4524](https://github.com/mapbox/mapbox-navigation-ios/pull/4524))
14+
* Fixed initial pan gesture in CarPlay. ([#4534](https://github.com/mapbox/mapbox-navigation-ios/pull/4534))
1215

1316
## v2.15.0
1417

Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.7.0
2-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 148.0.0
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.8.0-beta.1
2+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 155.0.0
33
github "mapbox/mapbox-directions-swift" ~> 2.11.0
44
github "mapbox/mapbox-events-ios" ~> 1.0.0

Cartfile.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "23.7.0"
2-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "148.0.0"
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "23.8.0-beta.1"
2+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "155.0.0"
33
github "mapbox/mapbox-directions-swift" "v2.11.0"
44
github "mapbox/mapbox-events-ios" "v1.0.10"
55
github "mapbox/turf-swift" "v2.6.1"

Example/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.15.0</string>
18+
<string>2.16.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>145</string>
20+
<string>146</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string></string>
2323
<key>LSRequiresIPhoneOS</key>

MapboxCoreNavigation.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxCoreNavigation"
6-
s.version = '2.15.0-beta.1'
6+
s.version = '2.16.0-beta.1'
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC
@@ -44,7 +44,7 @@ Pod::Spec.new do |s|
4444
s.requires_arc = true
4545
s.module_name = "MapboxCoreNavigation"
4646

47-
s.dependency "MapboxNavigationNative", "~> 148.0.0"
47+
s.dependency "MapboxNavigationNative", "~> 155.0.0"
4848
s.dependency "MapboxDirections", "~> 2.11.0"
4949
s.dependency "MapboxMobileEvents", "~> 1.0"
5050

MapboxNavigation-SPM.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@
10511051
CLANG_ENABLE_OBJC_WEAK = YES;
10521052
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10531053
CODE_SIGN_STYLE = Automatic;
1054-
CURRENT_PROJECT_VERSION = 145;
1054+
CURRENT_PROJECT_VERSION = 146;
10551055
DEBUG_INFORMATION_FORMAT = dwarf;
10561056
DEVELOPMENT_TEAM = GJZR2MEM28;
10571057
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1090,7 +1090,7 @@
10901090
CLANG_ENABLE_OBJC_WEAK = YES;
10911091
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10921092
CODE_SIGN_STYLE = Automatic;
1093-
CURRENT_PROJECT_VERSION = 145;
1093+
CURRENT_PROJECT_VERSION = 146;
10941094
DEVELOPMENT_TEAM = GJZR2MEM28;
10951095
GCC_C_LANGUAGE_STANDARD = gnu11;
10961096
GENERATE_INFOPLIST_FILE = YES;
@@ -1127,7 +1127,7 @@
11271127
CLANG_ENABLE_OBJC_WEAK = YES;
11281128
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
11291129
CODE_SIGN_STYLE = Automatic;
1130-
CURRENT_PROJECT_VERSION = 145;
1130+
CURRENT_PROJECT_VERSION = 146;
11311131
DEBUG_INFORMATION_FORMAT = dwarf;
11321132
DEVELOPMENT_TEAM = GJZR2MEM28;
11331133
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1167,7 +1167,7 @@
11671167
CLANG_ENABLE_OBJC_WEAK = YES;
11681168
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
11691169
CODE_SIGN_STYLE = Automatic;
1170-
CURRENT_PROJECT_VERSION = 145;
1170+
CURRENT_PROJECT_VERSION = 146;
11711171
DEVELOPMENT_TEAM = GJZR2MEM28;
11721172
GCC_C_LANGUAGE_STANDARD = gnu11;
11731173
GENERATE_INFOPLIST_FILE = YES;
@@ -1206,7 +1206,7 @@
12061206
CLANG_ENABLE_OBJC_WEAK = YES;
12071207
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
12081208
CODE_SIGN_STYLE = Automatic;
1209-
CURRENT_PROJECT_VERSION = 145;
1209+
CURRENT_PROJECT_VERSION = 146;
12101210
DEBUG_INFORMATION_FORMAT = dwarf;
12111211
DEVELOPMENT_TEAM = GJZR2MEM28;
12121212
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1248,7 +1248,7 @@
12481248
CLANG_ENABLE_OBJC_WEAK = YES;
12491249
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
12501250
CODE_SIGN_STYLE = Automatic;
1251-
CURRENT_PROJECT_VERSION = 145;
1251+
CURRENT_PROJECT_VERSION = 146;
12521252
DEVELOPMENT_TEAM = GJZR2MEM28;
12531253
ENABLE_TESTABILITY = YES;
12541254
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1287,7 +1287,7 @@
12871287
CLANG_ENABLE_OBJC_WEAK = YES;
12881288
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
12891289
CODE_SIGN_STYLE = Automatic;
1290-
CURRENT_PROJECT_VERSION = 145;
1290+
CURRENT_PROJECT_VERSION = 146;
12911291
DEBUG_INFORMATION_FORMAT = dwarf;
12921292
DEVELOPMENT_TEAM = GJZR2MEM28;
12931293
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1321,7 +1321,7 @@
13211321
CLANG_ENABLE_OBJC_WEAK = YES;
13221322
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
13231323
CODE_SIGN_STYLE = Automatic;
1324-
CURRENT_PROJECT_VERSION = 145;
1324+
CURRENT_PROJECT_VERSION = 146;
13251325
DEVELOPMENT_TEAM = GJZR2MEM28;
13261326
ENABLE_TESTABILITY = YES;
13271327
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1430,7 +1430,7 @@
14301430
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
14311431
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14321432
COPY_PHASE_STRIP = NO;
1433-
CURRENT_PROJECT_VERSION = 145;
1433+
CURRENT_PROJECT_VERSION = 146;
14341434
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14351435
ENABLE_STRICT_OBJC_MSGSEND = YES;
14361436
ENABLE_TESTABILITY = YES;
@@ -1495,7 +1495,7 @@
14951495
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
14961496
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14971497
COPY_PHASE_STRIP = NO;
1498-
CURRENT_PROJECT_VERSION = 145;
1498+
CURRENT_PROJECT_VERSION = 146;
14991499
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15001500
ENABLE_NS_ASSERTIONS = NO;
15011501
ENABLE_STRICT_OBJC_MSGSEND = YES;

MapboxNavigation-SPM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "e5cb508f09e80b877a695a0914140d95a41152fc",
28-
"version": "23.7.0"
27+
"revision": "f285346249993928f1b4b3ad149ce4a22e83b964",
28+
"version": "23.8.0-beta.1"
2929
}
3030
},
3131
{
3232
"package": "MapboxCoreMaps",
3333
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
3434
"state": {
3535
"branch": null,
36-
"revision": "de58d2110c67f657badae735aacd924ca7349c59",
37-
"version": "10.15.0"
36+
"revision": "6d39335dcb53899828120d39ad54a506a18fff53",
37+
"version": "10.16.0-beta.1"
3838
}
3939
},
4040
{
@@ -60,17 +60,17 @@
6060
"repositoryURL": "https://github.com/mapbox/mapbox-maps-ios.git",
6161
"state": {
6262
"branch": null,
63-
"revision": "aeef597eea99f897afcbd03bbc9afc7640bc3801",
64-
"version": "10.15.0"
63+
"revision": "f2caa052909061e6e97147bad914716fdbfe672e",
64+
"version": "10.16.0-beta.1"
6565
}
6666
},
6767
{
6868
"package": "MapboxNavigationNative",
6969
"repositoryURL": "https://github.com/mapbox/mapbox-navigation-native-ios.git",
7070
"state": {
7171
"branch": null,
72-
"revision": "20901ac3427e02723ad516ca0d98ccb60da39b5f",
73-
"version": "148.0.0"
72+
"revision": "27d506ad9c216432aca0cdc8a77625720d2f794d",
73+
"version": "155.0.0"
7474
}
7575
},
7676
{

MapboxNavigation.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation"
6-
s.version = '2.15.0-beta.1'
6+
s.version = '2.16.0-beta.1'
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC
@@ -44,7 +44,7 @@ Pod::Spec.new do |s|
4444
s.module_name = "MapboxNavigation"
4545

4646
s.dependency "MapboxCoreNavigation", "#{s.version.to_s}"
47-
s.dependency "MapboxMaps", "~> 10.15.0"
47+
s.dependency "MapboxMaps", "~> 10.16.0-beta.1"
4848
s.dependency "Solar-dev", "~> 3.0"
4949
s.dependency "MapboxSpeech", "~> 2.0"
5050
s.dependency "MapboxMobileEvents", "~> 1.0"

MapboxNavigation.xcodeproj/project.pbxproj

+16-16
Original file line numberDiff line numberDiff line change
@@ -3896,7 +3896,7 @@
38963896
CLANG_ENABLE_OBJC_WEAK = YES;
38973897
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
38983898
CODE_SIGN_STYLE = Automatic;
3899-
CURRENT_PROJECT_VERSION = 145;
3899+
CURRENT_PROJECT_VERSION = 146;
39003900
DEBUG_INFORMATION_FORMAT = dwarf;
39013901
DEVELOPMENT_TEAM = GJZR2MEM28;
39023902
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3930,7 +3930,7 @@
39303930
CLANG_ENABLE_OBJC_WEAK = YES;
39313931
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
39323932
CODE_SIGN_STYLE = Automatic;
3933-
CURRENT_PROJECT_VERSION = 145;
3933+
CURRENT_PROJECT_VERSION = 146;
39343934
DEVELOPMENT_TEAM = GJZR2MEM28;
39353935
GCC_C_LANGUAGE_STANDARD = gnu11;
39363936
GENERATE_INFOPLIST_FILE = YES;
@@ -3961,7 +3961,7 @@
39613961
DEFINES_MODULE = YES;
39623962
DEVELOPMENT_TEAM = GJZR2MEM28;
39633963
DYLIB_COMPATIBILITY_VERSION = 1;
3964-
DYLIB_CURRENT_VERSION = 145;
3964+
DYLIB_CURRENT_VERSION = 146;
39653965
DYLIB_INSTALL_NAME_BASE = "@rpath";
39663966
FRAMEWORK_SEARCH_PATHS = (
39673967
"$(inherited)",
@@ -3989,7 +3989,7 @@
39893989
DEFINES_MODULE = YES;
39903990
DEVELOPMENT_TEAM = GJZR2MEM28;
39913991
DYLIB_COMPATIBILITY_VERSION = 1;
3992-
DYLIB_CURRENT_VERSION = 145;
3992+
DYLIB_CURRENT_VERSION = 146;
39933993
DYLIB_INSTALL_NAME_BASE = "@rpath";
39943994
FRAMEWORK_SEARCH_PATHS = (
39953995
"$(inherited)",
@@ -4067,12 +4067,12 @@
40674067
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
40684068
CODE_SIGN_IDENTITY = "";
40694069
CODE_SIGN_STYLE = Automatic;
4070-
CURRENT_PROJECT_VERSION = 145;
4070+
CURRENT_PROJECT_VERSION = 146;
40714071
DEBUG_INFORMATION_FORMAT = dwarf;
40724072
DEFINES_MODULE = YES;
40734073
DEVELOPMENT_TEAM = GJZR2MEM28;
40744074
DYLIB_COMPATIBILITY_VERSION = 1;
4075-
DYLIB_CURRENT_VERSION = 145;
4075+
DYLIB_CURRENT_VERSION = 146;
40764076
DYLIB_INSTALL_NAME_BASE = "@rpath";
40774077
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
40784078
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4105,11 +4105,11 @@
41054105
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
41064106
CODE_SIGN_IDENTITY = "";
41074107
CODE_SIGN_STYLE = Automatic;
4108-
CURRENT_PROJECT_VERSION = 145;
4108+
CURRENT_PROJECT_VERSION = 146;
41094109
DEFINES_MODULE = YES;
41104110
DEVELOPMENT_TEAM = GJZR2MEM28;
41114111
DYLIB_COMPATIBILITY_VERSION = 1;
4112-
DYLIB_CURRENT_VERSION = 145;
4112+
DYLIB_CURRENT_VERSION = 146;
41134113
DYLIB_INSTALL_NAME_BASE = "@rpath";
41144114
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
41154115
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4164,7 +4164,7 @@
41644164
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
41654165
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
41664166
COPY_PHASE_STRIP = NO;
4167-
CURRENT_PROJECT_VERSION = 145;
4167+
CURRENT_PROJECT_VERSION = 146;
41684168
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
41694169
ENABLE_STRICT_OBJC_MSGSEND = YES;
41704170
ENABLE_TESTABILITY = YES;
@@ -4229,7 +4229,7 @@
42294229
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
42304230
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
42314231
COPY_PHASE_STRIP = NO;
4232-
CURRENT_PROJECT_VERSION = 145;
4232+
CURRENT_PROJECT_VERSION = 146;
42334233
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
42344234
ENABLE_NS_ASSERTIONS = NO;
42354235
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -4263,7 +4263,7 @@
42634263
DEFINES_MODULE = YES;
42644264
DEVELOPMENT_TEAM = GJZR2MEM28;
42654265
DYLIB_COMPATIBILITY_VERSION = 1;
4266-
DYLIB_CURRENT_VERSION = 145;
4266+
DYLIB_CURRENT_VERSION = 146;
42674267
DYLIB_INSTALL_NAME_BASE = "@rpath";
42684268
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
42694269
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4290,7 +4290,7 @@
42904290
DEFINES_MODULE = YES;
42914291
DEVELOPMENT_TEAM = GJZR2MEM28;
42924292
DYLIB_COMPATIBILITY_VERSION = 1;
4293-
DYLIB_CURRENT_VERSION = 145;
4293+
DYLIB_CURRENT_VERSION = 146;
42944294
DYLIB_INSTALL_NAME_BASE = "@rpath";
42954295
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
42964296
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4359,11 +4359,11 @@
43594359
CLANG_ENABLE_OBJC_WEAK = YES;
43604360
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
43614361
CODE_SIGN_STYLE = Automatic;
4362-
CURRENT_PROJECT_VERSION = 145;
4362+
CURRENT_PROJECT_VERSION = 146;
43634363
DEBUG_INFORMATION_FORMAT = dwarf;
43644364
DEFINES_MODULE = YES;
43654365
DYLIB_COMPATIBILITY_VERSION = 1;
4366-
DYLIB_CURRENT_VERSION = 145;
4366+
DYLIB_CURRENT_VERSION = 146;
43674367
DYLIB_INSTALL_NAME_BASE = "@rpath";
43684368
GCC_C_LANGUAGE_STANDARD = gnu11;
43694369
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -4392,10 +4392,10 @@
43924392
CLANG_ENABLE_OBJC_WEAK = YES;
43934393
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
43944394
CODE_SIGN_STYLE = Automatic;
4395-
CURRENT_PROJECT_VERSION = 145;
4395+
CURRENT_PROJECT_VERSION = 146;
43964396
DEFINES_MODULE = YES;
43974397
DYLIB_COMPATIBILITY_VERSION = 1;
4398-
DYLIB_CURRENT_VERSION = 145;
4398+
DYLIB_CURRENT_VERSION = 146;
43994399
DYLIB_INSTALL_NAME_BASE = "@rpath";
44004400
GCC_C_LANGUAGE_STANDARD = gnu11;
44014401
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
dependencies: [
2525
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "2.11.0"),
2626
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", from: "1.0.0"),
27-
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "148.0.0"),
28-
.package(name: "MapboxMaps", url: "https://github.com/mapbox/mapbox-maps-ios.git", from: "10.15.0"),
27+
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "155.0.0"),
28+
.package(name: "MapboxMaps", url: "https://github.com/mapbox/mapbox-maps-ios.git", from: "10.16.0-beta.1"),
2929
.package(name: "Solar", url: "https://github.com/ceeK/Solar.git", from: "3.0.0"),
3030
.package(name: "MapboxSpeech", url: "https://github.com/mapbox/mapbox-speech-swift.git", from: "2.0.0"),
3131
.package(name: "CwlPreconditionTesting", url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To install the MapboxNavigation framework in another package rather than an appl
5454
// Latest stable release
5555
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.15.0")
5656
// Latest prerelease
57-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.15.0-beta.1"))
57+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.16.0-beta.1"))
5858
```
5959

6060
### Using CocoaPods
@@ -75,8 +75,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
7575
pod 'MapboxCoreNavigation', '~> 2.15'
7676
pod 'MapboxNavigation', '~> 2.15'
7777
# Latest prerelease
78-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.15.0-beta.1'
79-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.15.0-beta.1'
78+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.16.0-beta.1'
79+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.16.0-beta.1'
8080
```
8181

8282
1. Run `pod repo update && pod install` and open the resulting Xcode workspace.
@@ -103,7 +103,7 @@ To install the MapboxNavigation framework using [Carthage](https://github.com/Ca
103103
# Latest stable release
104104
github "mapbox/mapbox-navigation-ios" ~> 2.15
105105
# Latest prerelease
106-
github "mapbox/mapbox-navigation-ios" "v2.15.0-beta.1"
106+
github "mapbox/mapbox-navigation-ios" "v2.16.0-beta.1"
107107
```
108108

109109
1. Run `carthage bootstrap --platform iOS --use-xcframeworks --cache-builds --use-netrc`.

Sources/CarPlayTestHelper/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.15.0</string>
18+
<string>2.16.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>145</string>
20+
<string>146</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)