Skip to content

Commit 84c804f

Browse files
committed
v2.7.0-beta.2
1 parent 549edfb commit 84c804f

File tree

16 files changed

+43
-43
lines changed

16 files changed

+43
-43
lines changed

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string></string>
2323
<key>LSRequiresIPhoneOS</key>

MapboxCoreNavigation.podspec

Lines changed: 1 addition & 1 deletion
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.1'
6+
s.version = '2.7.0-beta.2'
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

MapboxNavigation-SPM.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
CLANG_ENABLE_OBJC_WEAK = YES;
780780
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
781781
CODE_SIGN_STYLE = Automatic;
782-
CURRENT_PROJECT_VERSION = 115;
782+
CURRENT_PROJECT_VERSION = 116;
783783
DEBUG_INFORMATION_FORMAT = dwarf;
784784
DEVELOPMENT_TEAM = GJZR2MEM28;
785785
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -821,7 +821,7 @@
821821
CLANG_ENABLE_OBJC_WEAK = YES;
822822
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
823823
CODE_SIGN_STYLE = Automatic;
824-
CURRENT_PROJECT_VERSION = 115;
824+
CURRENT_PROJECT_VERSION = 116;
825825
DEVELOPMENT_TEAM = GJZR2MEM28;
826826
ENABLE_TESTABILITY = YES;
827827
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -860,7 +860,7 @@
860860
CLANG_ENABLE_OBJC_WEAK = YES;
861861
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
862862
CODE_SIGN_STYLE = Automatic;
863-
CURRENT_PROJECT_VERSION = 115;
863+
CURRENT_PROJECT_VERSION = 116;
864864
DEBUG_INFORMATION_FORMAT = dwarf;
865865
DEVELOPMENT_TEAM = GJZR2MEM28;
866866
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -894,7 +894,7 @@
894894
CLANG_ENABLE_OBJC_WEAK = YES;
895895
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
896896
CODE_SIGN_STYLE = Automatic;
897-
CURRENT_PROJECT_VERSION = 115;
897+
CURRENT_PROJECT_VERSION = 116;
898898
DEVELOPMENT_TEAM = GJZR2MEM28;
899899
ENABLE_TESTABILITY = YES;
900900
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1001,7 +1001,7 @@
10011001
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10021002
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10031003
COPY_PHASE_STRIP = NO;
1004-
CURRENT_PROJECT_VERSION = 115;
1004+
CURRENT_PROJECT_VERSION = 116;
10051005
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10061006
ENABLE_STRICT_OBJC_MSGSEND = YES;
10071007
ENABLE_TESTABILITY = YES;
@@ -1066,7 +1066,7 @@
10661066
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10671067
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10681068
COPY_PHASE_STRIP = NO;
1069-
CURRENT_PROJECT_VERSION = 115;
1069+
CURRENT_PROJECT_VERSION = 116;
10701070
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10711071
ENABLE_NS_ASSERTIONS = NO;
10721072
ENABLE_STRICT_OBJC_MSGSEND = YES;

MapboxNavigation.podspec

Lines changed: 1 addition & 1 deletion
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.1'
6+
s.version = '2.7.0-beta.2'
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.xcodeproj/project.pbxproj

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,7 +3248,7 @@
32483248
DEFINES_MODULE = YES;
32493249
DEVELOPMENT_TEAM = GJZR2MEM28;
32503250
DYLIB_COMPATIBILITY_VERSION = 1;
3251-
DYLIB_CURRENT_VERSION = 115;
3251+
DYLIB_CURRENT_VERSION = 116;
32523252
DYLIB_INSTALL_NAME_BASE = "@rpath";
32533253
FRAMEWORK_SEARCH_PATHS = (
32543254
"$(inherited)",
@@ -3275,7 +3275,7 @@
32753275
DEFINES_MODULE = YES;
32763276
DEVELOPMENT_TEAM = GJZR2MEM28;
32773277
DYLIB_COMPATIBILITY_VERSION = 1;
3278-
DYLIB_CURRENT_VERSION = 115;
3278+
DYLIB_CURRENT_VERSION = 116;
32793279
DYLIB_INSTALL_NAME_BASE = "@rpath";
32803280
FRAMEWORK_SEARCH_PATHS = (
32813281
"$(inherited)",
@@ -3350,12 +3350,12 @@
33503350
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
33513351
CODE_SIGN_IDENTITY = "";
33523352
CODE_SIGN_STYLE = Automatic;
3353-
CURRENT_PROJECT_VERSION = 115;
3353+
CURRENT_PROJECT_VERSION = 116;
33543354
DEBUG_INFORMATION_FORMAT = dwarf;
33553355
DEFINES_MODULE = YES;
33563356
DEVELOPMENT_TEAM = GJZR2MEM28;
33573357
DYLIB_COMPATIBILITY_VERSION = 1;
3358-
DYLIB_CURRENT_VERSION = 115;
3358+
DYLIB_CURRENT_VERSION = 116;
33593359
DYLIB_INSTALL_NAME_BASE = "@rpath";
33603360
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
33613361
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3387,11 +3387,11 @@
33873387
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
33883388
CODE_SIGN_IDENTITY = "";
33893389
CODE_SIGN_STYLE = Automatic;
3390-
CURRENT_PROJECT_VERSION = 115;
3390+
CURRENT_PROJECT_VERSION = 116;
33913391
DEFINES_MODULE = YES;
33923392
DEVELOPMENT_TEAM = GJZR2MEM28;
33933393
DYLIB_COMPATIBILITY_VERSION = 1;
3394-
DYLIB_CURRENT_VERSION = 115;
3394+
DYLIB_CURRENT_VERSION = 116;
33953395
DYLIB_INSTALL_NAME_BASE = "@rpath";
33963396
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
33973397
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3445,7 +3445,7 @@
34453445
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
34463446
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34473447
COPY_PHASE_STRIP = NO;
3448-
CURRENT_PROJECT_VERSION = 115;
3448+
CURRENT_PROJECT_VERSION = 116;
34493449
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
34503450
ENABLE_STRICT_OBJC_MSGSEND = YES;
34513451
ENABLE_TESTABILITY = YES;
@@ -3510,7 +3510,7 @@
35103510
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
35113511
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
35123512
COPY_PHASE_STRIP = NO;
3513-
CURRENT_PROJECT_VERSION = 115;
3513+
CURRENT_PROJECT_VERSION = 116;
35143514
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
35153515
ENABLE_NS_ASSERTIONS = NO;
35163516
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3544,7 +3544,7 @@
35443544
DEFINES_MODULE = YES;
35453545
DEVELOPMENT_TEAM = GJZR2MEM28;
35463546
DYLIB_COMPATIBILITY_VERSION = 1;
3547-
DYLIB_CURRENT_VERSION = 115;
3547+
DYLIB_CURRENT_VERSION = 116;
35483548
DYLIB_INSTALL_NAME_BASE = "@rpath";
35493549
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35503550
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3570,7 +3570,7 @@
35703570
DEFINES_MODULE = YES;
35713571
DEVELOPMENT_TEAM = GJZR2MEM28;
35723572
DYLIB_COMPATIBILITY_VERSION = 1;
3573-
DYLIB_CURRENT_VERSION = 115;
3573+
DYLIB_CURRENT_VERSION = 116;
35743574
DYLIB_INSTALL_NAME_BASE = "@rpath";
35753575
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35763576
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3636,11 +3636,11 @@
36363636
CLANG_ENABLE_OBJC_WEAK = YES;
36373637
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
36383638
CODE_SIGN_STYLE = Automatic;
3639-
CURRENT_PROJECT_VERSION = 115;
3639+
CURRENT_PROJECT_VERSION = 116;
36403640
DEBUG_INFORMATION_FORMAT = dwarf;
36413641
DEFINES_MODULE = YES;
36423642
DYLIB_COMPATIBILITY_VERSION = 1;
3643-
DYLIB_CURRENT_VERSION = 115;
3643+
DYLIB_CURRENT_VERSION = 116;
36443644
DYLIB_INSTALL_NAME_BASE = "@rpath";
36453645
GCC_C_LANGUAGE_STANDARD = gnu11;
36463646
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -3669,10 +3669,10 @@
36693669
CLANG_ENABLE_OBJC_WEAK = YES;
36703670
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
36713671
CODE_SIGN_STYLE = Automatic;
3672-
CURRENT_PROJECT_VERSION = 115;
3672+
CURRENT_PROJECT_VERSION = 116;
36733673
DEFINES_MODULE = YES;
36743674
DYLIB_COMPATIBILITY_VERSION = 1;
3675-
DYLIB_CURRENT_VERSION = 115;
3675+
DYLIB_CURRENT_VERSION = 116;
36763676
DYLIB_INSTALL_NAME_BASE = "@rpath";
36773677
GCC_C_LANGUAGE_STANDARD = gnu11;
36783678
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;

README.md

Lines changed: 4 additions & 4 deletions
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.1"))
57+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.7.0-beta.2"))
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.1'
79-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.1'
78+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.2'
79+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.2'
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.1"
106+
github "mapbox/mapbox-navigation-ios" "v2.7.0-beta.2"
107107
```
108108

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

Sources/CarPlayTestHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
</dict>
2222
</plist>

Sources/MapboxCoreNavigation/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxCoreNavigation/MBXInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxNavigation/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxNavigation/MBXInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/TestHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>2.7.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>115</string>
20+
<string>116</string>
2121
</dict>
2222
</plist>

Tests/CocoaPodsTest/PodInstall/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- MapboxCommon (22.1.0-rc.1)
33
- MapboxCoreMaps (10.7.0-rc.1):
44
- MapboxCommon (~> 22.1.0-rc)
5-
- MapboxCoreNavigation (2.7.0-beta.1):
5+
- MapboxCoreNavigation (2.7.0-beta.2):
66
- MapboxDirections (~> 2.6)
77
- MapboxMobileEvents (~> 1.0)
88
- MapboxNavigationNative (~> 109.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.1):
19-
- MapboxCoreNavigation (= 2.7.0-beta.1)
18+
- MapboxNavigation (2.7.0-beta.2):
19+
- MapboxCoreNavigation (= 2.7.0-beta.2)
2020
- MapboxMaps (= 10.7.0-rc.1)
2121
- MapboxMobileEvents (~> 1.0)
2222
- MapboxSpeech (~> 2.0)
@@ -54,11 +54,11 @@ EXTERNAL SOURCES:
5454
SPEC CHECKSUMS:
5555
MapboxCommon: a4cf3c329d10c66d14d1b43d38af6dbd90a7d8f7
5656
MapboxCoreMaps: 03bb0539ed3a8913b9eb01211d15de0574dbf642
57-
MapboxCoreNavigation: 418a33b820340fa92b573d4d5396faf21edbe078
57+
MapboxCoreNavigation: 3638c5f7066385c49669522db0370b8deb5ddc25
5858
MapboxDirections: 4a51348c02146bd246ce67c3e3d06e809003fbba
5959
MapboxMaps: c982c6ffebd7cbd5c9f69153dbcdadd5adf3f631
6060
MapboxMobileEvents: febdd92835daa258ca1c1faad0821c0b3394ef40
61-
MapboxNavigation: 91fccff6ab293e7bb795304e224e9bca246ba396
61+
MapboxNavigation: e64b50a6ac039a006ea20a86ba8082d96abcd71d
6262
MapboxNavigationNative: 0d04a1f7ae03ea9a86ec40cff1e08e5be7af03ed
6363
MapboxSpeech: fb9129e1ca7cc2dd465397d2aea1f5f510de260e
6464
Polyline: fce41d72e1146c41c6d081f7656827226f643dff

Tests/MapboxCoreNavigationTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
2222
<string>Location Usage Description</string>
2323
<key>CFBundleVersion</key>
24-
<string>115</string>
24+
<string>116</string>
2525
</dict>
2626
</plist>

Tests/MapboxNavigationTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>NSLocationWhenInUseUsageDescription</key>
2222
<string>Location Usage Description</string>
2323
<key>CFBundleVersion</key>
24-
<string>115</string>
24+
<string>116</string>
2525
</dict>
2626
</plist>

custom-navigation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To install the MapboxCoreNavigation framework in another package rather than an
3939
// Latest stable release
4040
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", from: "2.6.0")
4141
// Latest prerelease
42-
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.7.0-beta.1"))
42+
.package(name: "MapboxCoreNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.7.0-beta.2"))
4343
```
4444

4545
### Using CocoaPods
@@ -59,7 +59,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):
5959
# Latest stable release
6060
pod 'MapboxCoreNavigation', '~> 2.6'
6161
# Latest prerelease
62-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.1'
62+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.7.0-beta.2'
6363
```
6464

6565
1. Run `pod repo update && pod install` and open the resulting Xcode workspace.
@@ -86,7 +86,7 @@ To install Mapbox Navigation using [Carthage](https://github.com/Carthage/Cartha
8686
# Latest stable release
8787
github "mapbox/mapbox-navigation-ios" ~> 2.6
8888
# Latest prerelease
89-
github "mapbox/mapbox-navigation-ios" "v2.7.0-beta.1"
89+
github "mapbox/mapbox-navigation-ios" "v2.7.0-beta.2"
9090
```
9191

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

0 commit comments

Comments
 (0)