Skip to content

Commit 4ad5f99

Browse files
authored
v2.8.0-alpha.1 (#4055)
1 parent a4dd1e6 commit 4ad5f99

File tree

16 files changed

+54
-54
lines changed

16 files changed

+54
-54
lines changed

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.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string></string>
2323
<key>LSRequiresIPhoneOS</key>

MapboxCoreNavigation.podspec

+1-1
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.7.0-beta.3'
6+
s.version = '2.8.0-alpha.1'
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

MapboxNavigation-SPM.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
CLANG_ENABLE_OBJC_WEAK = YES;
914914
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
915915
CODE_SIGN_STYLE = Automatic;
916-
CURRENT_PROJECT_VERSION = 117;
916+
CURRENT_PROJECT_VERSION = 118;
917917
DEBUG_INFORMATION_FORMAT = dwarf;
918918
DEVELOPMENT_TEAM = GJZR2MEM28;
919919
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -953,7 +953,7 @@
953953
CLANG_ENABLE_OBJC_WEAK = YES;
954954
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
955955
CODE_SIGN_STYLE = Automatic;
956-
CURRENT_PROJECT_VERSION = 117;
956+
CURRENT_PROJECT_VERSION = 118;
957957
DEVELOPMENT_TEAM = GJZR2MEM28;
958958
GCC_C_LANGUAGE_STANDARD = gnu11;
959959
GENERATE_INFOPLIST_FILE = YES;
@@ -992,7 +992,7 @@
992992
CLANG_ENABLE_OBJC_WEAK = YES;
993993
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
994994
CODE_SIGN_STYLE = Automatic;
995-
CURRENT_PROJECT_VERSION = 117;
995+
CURRENT_PROJECT_VERSION = 118;
996996
DEBUG_INFORMATION_FORMAT = dwarf;
997997
DEVELOPMENT_TEAM = GJZR2MEM28;
998998
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1034,7 +1034,7 @@
10341034
CLANG_ENABLE_OBJC_WEAK = YES;
10351035
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10361036
CODE_SIGN_STYLE = Automatic;
1037-
CURRENT_PROJECT_VERSION = 117;
1037+
CURRENT_PROJECT_VERSION = 118;
10381038
DEVELOPMENT_TEAM = GJZR2MEM28;
10391039
ENABLE_TESTABILITY = YES;
10401040
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1073,7 +1073,7 @@
10731073
CLANG_ENABLE_OBJC_WEAK = YES;
10741074
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10751075
CODE_SIGN_STYLE = Automatic;
1076-
CURRENT_PROJECT_VERSION = 117;
1076+
CURRENT_PROJECT_VERSION = 118;
10771077
DEBUG_INFORMATION_FORMAT = dwarf;
10781078
DEVELOPMENT_TEAM = GJZR2MEM28;
10791079
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1107,7 +1107,7 @@
11071107
CLANG_ENABLE_OBJC_WEAK = YES;
11081108
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
11091109
CODE_SIGN_STYLE = Automatic;
1110-
CURRENT_PROJECT_VERSION = 117;
1110+
CURRENT_PROJECT_VERSION = 118;
11111111
DEVELOPMENT_TEAM = GJZR2MEM28;
11121112
ENABLE_TESTABILITY = YES;
11131113
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1214,7 +1214,7 @@
12141214
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12151215
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12161216
COPY_PHASE_STRIP = NO;
1217-
CURRENT_PROJECT_VERSION = 117;
1217+
CURRENT_PROJECT_VERSION = 118;
12181218
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12191219
ENABLE_STRICT_OBJC_MSGSEND = YES;
12201220
ENABLE_TESTABILITY = YES;
@@ -1279,7 +1279,7 @@
12791279
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12801280
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12811281
COPY_PHASE_STRIP = NO;
1282-
CURRENT_PROJECT_VERSION = 117;
1282+
CURRENT_PROJECT_VERSION = 118;
12831283
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12841284
ENABLE_NS_ASSERTIONS = NO;
12851285
ENABLE_STRICT_OBJC_MSGSEND = YES;

MapboxNavigation.podspec

+1-1
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.7.0-beta.3'
6+
s.version = '2.8.0-alpha.1'
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.xcodeproj/project.pbxproj

+14-14
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@
32523252
DEFINES_MODULE = YES;
32533253
DEVELOPMENT_TEAM = GJZR2MEM28;
32543254
DYLIB_COMPATIBILITY_VERSION = 1;
3255-
DYLIB_CURRENT_VERSION = 117;
3255+
DYLIB_CURRENT_VERSION = 118;
32563256
DYLIB_INSTALL_NAME_BASE = "@rpath";
32573257
FRAMEWORK_SEARCH_PATHS = (
32583258
"$(inherited)",
@@ -3279,7 +3279,7 @@
32793279
DEFINES_MODULE = YES;
32803280
DEVELOPMENT_TEAM = GJZR2MEM28;
32813281
DYLIB_COMPATIBILITY_VERSION = 1;
3282-
DYLIB_CURRENT_VERSION = 117;
3282+
DYLIB_CURRENT_VERSION = 118;
32833283
DYLIB_INSTALL_NAME_BASE = "@rpath";
32843284
FRAMEWORK_SEARCH_PATHS = (
32853285
"$(inherited)",
@@ -3354,12 +3354,12 @@
33543354
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
33553355
CODE_SIGN_IDENTITY = "";
33563356
CODE_SIGN_STYLE = Automatic;
3357-
CURRENT_PROJECT_VERSION = 117;
3357+
CURRENT_PROJECT_VERSION = 118;
33583358
DEBUG_INFORMATION_FORMAT = dwarf;
33593359
DEFINES_MODULE = YES;
33603360
DEVELOPMENT_TEAM = GJZR2MEM28;
33613361
DYLIB_COMPATIBILITY_VERSION = 1;
3362-
DYLIB_CURRENT_VERSION = 117;
3362+
DYLIB_CURRENT_VERSION = 118;
33633363
DYLIB_INSTALL_NAME_BASE = "@rpath";
33643364
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
33653365
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3391,11 +3391,11 @@
33913391
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
33923392
CODE_SIGN_IDENTITY = "";
33933393
CODE_SIGN_STYLE = Automatic;
3394-
CURRENT_PROJECT_VERSION = 117;
3394+
CURRENT_PROJECT_VERSION = 118;
33953395
DEFINES_MODULE = YES;
33963396
DEVELOPMENT_TEAM = GJZR2MEM28;
33973397
DYLIB_COMPATIBILITY_VERSION = 1;
3398-
DYLIB_CURRENT_VERSION = 117;
3398+
DYLIB_CURRENT_VERSION = 118;
33993399
DYLIB_INSTALL_NAME_BASE = "@rpath";
34003400
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
34013401
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3449,7 +3449,7 @@
34493449
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
34503450
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34513451
COPY_PHASE_STRIP = NO;
3452-
CURRENT_PROJECT_VERSION = 117;
3452+
CURRENT_PROJECT_VERSION = 118;
34533453
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
34543454
ENABLE_STRICT_OBJC_MSGSEND = YES;
34553455
ENABLE_TESTABILITY = YES;
@@ -3514,7 +3514,7 @@
35143514
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
35153515
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35163516
COPY_PHASE_STRIP = NO;
3517-
CURRENT_PROJECT_VERSION = 117;
3517+
CURRENT_PROJECT_VERSION = 118;
35183518
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
35193519
ENABLE_NS_ASSERTIONS = NO;
35203520
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3548,7 +3548,7 @@
35483548
DEFINES_MODULE = YES;
35493549
DEVELOPMENT_TEAM = GJZR2MEM28;
35503550
DYLIB_COMPATIBILITY_VERSION = 1;
3551-
DYLIB_CURRENT_VERSION = 117;
3551+
DYLIB_CURRENT_VERSION = 118;
35523552
DYLIB_INSTALL_NAME_BASE = "@rpath";
35533553
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35543554
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3574,7 +3574,7 @@
35743574
DEFINES_MODULE = YES;
35753575
DEVELOPMENT_TEAM = GJZR2MEM28;
35763576
DYLIB_COMPATIBILITY_VERSION = 1;
3577-
DYLIB_CURRENT_VERSION = 117;
3577+
DYLIB_CURRENT_VERSION = 118;
35783578
DYLIB_INSTALL_NAME_BASE = "@rpath";
35793579
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35803580
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3640,11 +3640,11 @@
36403640
CLANG_ENABLE_OBJC_WEAK = YES;
36413641
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
36423642
CODE_SIGN_STYLE = Automatic;
3643-
CURRENT_PROJECT_VERSION = 117;
3643+
CURRENT_PROJECT_VERSION = 118;
36443644
DEBUG_INFORMATION_FORMAT = dwarf;
36453645
DEFINES_MODULE = YES;
36463646
DYLIB_COMPATIBILITY_VERSION = 1;
3647-
DYLIB_CURRENT_VERSION = 117;
3647+
DYLIB_CURRENT_VERSION = 118;
36483648
DYLIB_INSTALL_NAME_BASE = "@rpath";
36493649
GCC_C_LANGUAGE_STANDARD = gnu11;
36503650
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -3673,10 +3673,10 @@
36733673
CLANG_ENABLE_OBJC_WEAK = YES;
36743674
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
36753675
CODE_SIGN_STYLE = Automatic;
3676-
CURRENT_PROJECT_VERSION = 117;
3676+
CURRENT_PROJECT_VERSION = 118;
36773677
DEFINES_MODULE = YES;
36783678
DYLIB_COMPATIBILITY_VERSION = 1;
3679-
DYLIB_CURRENT_VERSION = 117;
3679+
DYLIB_CURRENT_VERSION = 118;
36803680
DYLIB_INSTALL_NAME_BASE = "@rpath";
36813681
GCC_C_LANGUAGE_STANDARD = gnu11;
36823682
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;

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.6.0")
5656
// Latest prerelease
57-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.7.0-beta.3"))
57+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.8.0-alpha.1"))
5858
```
5959

6060
### Using CocoaPods
@@ -75,8 +75,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
7575
pod 'MapboxCoreNavigation', '~> 2.6'
7676
pod 'MapboxNavigation', '~> 2.6'
7777
# Latest prerelease
78-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.3'
79-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.3'
78+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.8.0-alpha.1'
79+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.8.0-alpha.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.6
105105
# Latest prerelease
106-
github "mapbox/mapbox-navigation-ios" "v2.7.0-beta.3"
106+
github "mapbox/mapbox-navigation-ios" "v2.8.0-alpha.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.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
</dict>
2222
</plist>

Sources/MapboxCoreNavigation/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxCoreNavigation/MBXInfo.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxNavigation/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxNavigation/MBXInfo.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/TestHelper/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>117</string>
20+
<string>118</string>
2121
</dict>
2222
</plist>

Tests/CocoaPodsTest/PodInstall/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- MapboxCommon (22.1.0)
33
- MapboxCoreMaps (10.7.0):
44
- MapboxCommon (~> 22.1)
5-
- MapboxCoreNavigation (2.7.0-beta.3):
5+
- MapboxCoreNavigation (2.8.0-alpha.1):
66
- MapboxDirections (~> 2.6)
77
- MapboxMobileEvents (~> 1.0)
88
- MapboxNavigationNative (~> 111.0)
@@ -15,8 +15,8 @@ PODS:
1515
- MapboxMobileEvents (= 1.0.8)
1616
- Turf (~> 2.0)
1717
- MapboxMobileEvents (1.0.8)
18-
- MapboxNavigation (2.7.0-beta.3):
19-
- MapboxCoreNavigation (= 2.7.0-beta.3)
18+
- MapboxNavigation (2.8.0-alpha.1):
19+
- MapboxCoreNavigation (= 2.8.0-alpha.1)
2020
- MapboxMaps (~> 10.7.0)
2121
- MapboxMobileEvents (~> 1.0)
2222
- MapboxSpeech (~> 2.0)
@@ -54,11 +54,11 @@ EXTERNAL SOURCES:
5454
SPEC CHECKSUMS:
5555
MapboxCommon: 1e26303f61682e6307a10162792ea0f018d037b9
5656
MapboxCoreMaps: 929f2cf9de62782347db31d6c04dc1b6b4ba80ad
57-
MapboxCoreNavigation: 65ed77779f6323751df9a34e89735008a0ba856d
57+
MapboxCoreNavigation: 5655326aef64100fe2043573fdde0138769482bc
5858
MapboxDirections: 4a51348c02146bd246ce67c3e3d06e809003fbba
5959
MapboxMaps: c7df1efe838d7acb54929ada9ee735949137fde9
6060
MapboxMobileEvents: febdd92835daa258ca1c1faad0821c0b3394ef40
61-
MapboxNavigation: 0776e0177008ab86ef82abf6be19a4fc4a180fa3
61+
MapboxNavigation: bedc1a37807c3d07c24ff1d03669662bf399099f
6262
MapboxNavigationNative: 62b6e12518362e7691fa97c0fa434ec950376bfb
6363
MapboxSpeech: fb9129e1ca7cc2dd465397d2aea1f5f510de260e
6464
Polyline: fce41d72e1146c41c6d081f7656827226f643dff

Tests/MapboxCoreNavigationTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>NSLocationWhenInUseUsageDescription</key>
2020
<string>Location Usage Description</string>
2121
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
2222
<string>Location Usage Description</string>
2323
<key>CFBundleVersion</key>
24-
<string>117</string>
24+
<string>118</string>
2525
</dict>
2626
</plist>

Tests/MapboxNavigationTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.7.0</string>
18+
<string>2.8.0</string>
1919
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
2020
<string>Location Usage Description</string>
2121
<key>NSLocationWhenInUseUsageDescription</key>
2222
<string>Location Usage Description</string>
2323
<key>CFBundleVersion</key>
24-
<string>117</string>
24+
<string>118</string>
2525
</dict>
2626
</plist>

0 commit comments

Comments
 (0)