Skip to content

Commit b4f00ef

Browse files
committed
v2.0.0-beta.20
1 parent 3ae3cf3 commit b4f00ef

File tree

19 files changed

+41
-41
lines changed

19 files changed

+41
-41
lines changed

Bench/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.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>63</string>
20+
<string>64</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MBXAccessToken</key>

BenchTests/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.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>63</string>
20+
<string>64</string>
2121
</dict>
2222
</plist>

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.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>63</string>
20+
<string>64</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.0.0-beta.19'
6+
s.version = '2.0.0-beta.20'
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

MapboxNavigation-Documentation.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-Documentation"
6-
s.version = '2.0.0-beta.19'
6+
s.version = '2.0.0-beta.20'
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation-SPM.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
939939
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
940940
COPY_PHASE_STRIP = NO;
941-
CURRENT_PROJECT_VERSION = 63;
941+
CURRENT_PROJECT_VERSION = 64;
942942
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
943943
ENABLE_STRICT_OBJC_MSGSEND = YES;
944944
ENABLE_TESTABILITY = YES;
@@ -1003,7 +1003,7 @@
10031003
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10041004
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10051005
COPY_PHASE_STRIP = NO;
1006-
CURRENT_PROJECT_VERSION = 63;
1006+
CURRENT_PROJECT_VERSION = 64;
10071007
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10081008
ENABLE_NS_ASSERTIONS = NO;
10091009
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.0.0-beta.19'
6+
s.version = '2.0.0-beta.20'
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
@@ -2706,7 +2706,7 @@
27062706
DEFINES_MODULE = YES;
27072707
DEVELOPMENT_TEAM = GJZR2MEM28;
27082708
DYLIB_COMPATIBILITY_VERSION = 1;
2709-
DYLIB_CURRENT_VERSION = 63;
2709+
DYLIB_CURRENT_VERSION = 64;
27102710
DYLIB_INSTALL_NAME_BASE = "@rpath";
27112711
FRAMEWORK_SEARCH_PATHS = (
27122712
"$(inherited)",
@@ -2733,7 +2733,7 @@
27332733
DEFINES_MODULE = YES;
27342734
DEVELOPMENT_TEAM = GJZR2MEM28;
27352735
DYLIB_COMPATIBILITY_VERSION = 1;
2736-
DYLIB_CURRENT_VERSION = 63;
2736+
DYLIB_CURRENT_VERSION = 64;
27372737
DYLIB_INSTALL_NAME_BASE = "@rpath";
27382738
FRAMEWORK_SEARCH_PATHS = (
27392739
"$(inherited)",
@@ -2810,12 +2810,12 @@
28102810
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
28112811
CODE_SIGN_IDENTITY = "";
28122812
CODE_SIGN_STYLE = Automatic;
2813-
CURRENT_PROJECT_VERSION = 63;
2813+
CURRENT_PROJECT_VERSION = 64;
28142814
DEBUG_INFORMATION_FORMAT = dwarf;
28152815
DEFINES_MODULE = YES;
28162816
DEVELOPMENT_TEAM = GJZR2MEM28;
28172817
DYLIB_COMPATIBILITY_VERSION = 1;
2818-
DYLIB_CURRENT_VERSION = 63;
2818+
DYLIB_CURRENT_VERSION = 64;
28192819
DYLIB_INSTALL_NAME_BASE = "@rpath";
28202820
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
28212821
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2847,11 +2847,11 @@
28472847
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
28482848
CODE_SIGN_IDENTITY = "";
28492849
CODE_SIGN_STYLE = Automatic;
2850-
CURRENT_PROJECT_VERSION = 63;
2850+
CURRENT_PROJECT_VERSION = 64;
28512851
DEFINES_MODULE = YES;
28522852
DEVELOPMENT_TEAM = GJZR2MEM28;
28532853
DYLIB_COMPATIBILITY_VERSION = 1;
2854-
DYLIB_CURRENT_VERSION = 63;
2854+
DYLIB_CURRENT_VERSION = 64;
28552855
DYLIB_INSTALL_NAME_BASE = "@rpath";
28562856
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
28572857
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2905,7 +2905,7 @@
29052905
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29062906
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
29072907
COPY_PHASE_STRIP = NO;
2908-
CURRENT_PROJECT_VERSION = 63;
2908+
CURRENT_PROJECT_VERSION = 64;
29092909
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29102910
ENABLE_STRICT_OBJC_MSGSEND = YES;
29112911
ENABLE_TESTABILITY = YES;
@@ -2970,7 +2970,7 @@
29702970
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29712971
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
29722972
COPY_PHASE_STRIP = NO;
2973-
CURRENT_PROJECT_VERSION = 63;
2973+
CURRENT_PROJECT_VERSION = 64;
29742974
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29752975
ENABLE_NS_ASSERTIONS = NO;
29762976
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3004,7 +3004,7 @@
30043004
DEFINES_MODULE = YES;
30053005
DEVELOPMENT_TEAM = GJZR2MEM28;
30063006
DYLIB_COMPATIBILITY_VERSION = 1;
3007-
DYLIB_CURRENT_VERSION = 63;
3007+
DYLIB_CURRENT_VERSION = 64;
30083008
DYLIB_INSTALL_NAME_BASE = "@rpath";
30093009
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
30103010
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3030,7 +3030,7 @@
30303030
DEFINES_MODULE = YES;
30313031
DEVELOPMENT_TEAM = GJZR2MEM28;
30323032
DYLIB_COMPATIBILITY_VERSION = 1;
3033-
DYLIB_CURRENT_VERSION = 63;
3033+
DYLIB_CURRENT_VERSION = 64;
30343034
DYLIB_INSTALL_NAME_BASE = "@rpath";
30353035
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
30363036
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3096,11 +3096,11 @@
30963096
CLANG_ENABLE_OBJC_WEAK = YES;
30973097
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
30983098
CODE_SIGN_STYLE = Automatic;
3099-
CURRENT_PROJECT_VERSION = 63;
3099+
CURRENT_PROJECT_VERSION = 64;
31003100
DEBUG_INFORMATION_FORMAT = dwarf;
31013101
DEFINES_MODULE = YES;
31023102
DYLIB_COMPATIBILITY_VERSION = 1;
3103-
DYLIB_CURRENT_VERSION = 63;
3103+
DYLIB_CURRENT_VERSION = 64;
31043104
DYLIB_INSTALL_NAME_BASE = "@rpath";
31053105
GCC_C_LANGUAGE_STANDARD = gnu11;
31063106
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -3129,10 +3129,10 @@
31293129
CLANG_ENABLE_OBJC_WEAK = YES;
31303130
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
31313131
CODE_SIGN_STYLE = Automatic;
3132-
CURRENT_PROJECT_VERSION = 63;
3132+
CURRENT_PROJECT_VERSION = 64;
31333133
DEFINES_MODULE = YES;
31343134
DYLIB_COMPATIBILITY_VERSION = 1;
3135-
DYLIB_CURRENT_VERSION = 63;
3135+
DYLIB_CURRENT_VERSION = 64;
31363136
DYLIB_INSTALL_NAME_BASE = "@rpath";
31373137
GCC_C_LANGUAGE_STANDARD = gnu11;
31383138
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install the MapboxNavigation framework in an application using [Swift Package
5151
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:
5252

5353
```swift
54-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.0.0-beta.19"))
54+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.0.0-beta.20"))
5555
```
5656

5757
### Using CocoaPods
@@ -68,8 +68,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
6868

6969
1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
7070
```ruby
71-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-beta.19'
72-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-beta.19'
71+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-beta.20'
72+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-beta.20'
7373
```
7474

7575
1. Run `pod repo update && pod install` and open the resulting Xcode workspace.

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.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>63</string>
20+
<string>64</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)