Skip to content

Commit 5e3afc1

Browse files
authored
v2.5.0-beta.2
1 parent ce2477d commit 5e3afc1

File tree

16 files changed

+44
-44
lines changed

16 files changed

+44
-44
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.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>100</string>
20+
<string>101</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.5.0-beta.1'
6+
s.version = '2.5.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
607607
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
608608
COPY_PHASE_STRIP = NO;
609-
CURRENT_PROJECT_VERSION = 100;
609+
CURRENT_PROJECT_VERSION = 101;
610610
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
611611
ENABLE_STRICT_OBJC_MSGSEND = YES;
612612
ENABLE_TESTABILITY = YES;
@@ -671,7 +671,7 @@
671671
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
672672
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
673673
COPY_PHASE_STRIP = NO;
674-
CURRENT_PROJECT_VERSION = 100;
674+
CURRENT_PROJECT_VERSION = 101;
675675
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
676676
ENABLE_NS_ASSERTIONS = NO;
677677
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.5.0-beta.1'
6+
s.version = '2.5.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
@@ -3180,7 +3180,7 @@
31803180
DEFINES_MODULE = YES;
31813181
DEVELOPMENT_TEAM = GJZR2MEM28;
31823182
DYLIB_COMPATIBILITY_VERSION = 1;
3183-
DYLIB_CURRENT_VERSION = 100;
3183+
DYLIB_CURRENT_VERSION = 101;
31843184
DYLIB_INSTALL_NAME_BASE = "@rpath";
31853185
FRAMEWORK_SEARCH_PATHS = (
31863186
"$(inherited)",
@@ -3207,7 +3207,7 @@
32073207
DEFINES_MODULE = YES;
32083208
DEVELOPMENT_TEAM = GJZR2MEM28;
32093209
DYLIB_COMPATIBILITY_VERSION = 1;
3210-
DYLIB_CURRENT_VERSION = 100;
3210+
DYLIB_CURRENT_VERSION = 101;
32113211
DYLIB_INSTALL_NAME_BASE = "@rpath";
32123212
FRAMEWORK_SEARCH_PATHS = (
32133213
"$(inherited)",
@@ -3282,12 +3282,12 @@
32823282
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
32833283
CODE_SIGN_IDENTITY = "";
32843284
CODE_SIGN_STYLE = Automatic;
3285-
CURRENT_PROJECT_VERSION = 100;
3285+
CURRENT_PROJECT_VERSION = 101;
32863286
DEBUG_INFORMATION_FORMAT = dwarf;
32873287
DEFINES_MODULE = YES;
32883288
DEVELOPMENT_TEAM = GJZR2MEM28;
32893289
DYLIB_COMPATIBILITY_VERSION = 1;
3290-
DYLIB_CURRENT_VERSION = 100;
3290+
DYLIB_CURRENT_VERSION = 101;
32913291
DYLIB_INSTALL_NAME_BASE = "@rpath";
32923292
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
32933293
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3319,11 +3319,11 @@
33193319
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
33203320
CODE_SIGN_IDENTITY = "";
33213321
CODE_SIGN_STYLE = Automatic;
3322-
CURRENT_PROJECT_VERSION = 100;
3322+
CURRENT_PROJECT_VERSION = 101;
33233323
DEFINES_MODULE = YES;
33243324
DEVELOPMENT_TEAM = GJZR2MEM28;
33253325
DYLIB_COMPATIBILITY_VERSION = 1;
3326-
DYLIB_CURRENT_VERSION = 100;
3326+
DYLIB_CURRENT_VERSION = 101;
33273327
DYLIB_INSTALL_NAME_BASE = "@rpath";
33283328
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
33293329
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3377,7 +3377,7 @@
33773377
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
33783378
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
33793379
COPY_PHASE_STRIP = NO;
3380-
CURRENT_PROJECT_VERSION = 100;
3380+
CURRENT_PROJECT_VERSION = 101;
33813381
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
33823382
ENABLE_STRICT_OBJC_MSGSEND = YES;
33833383
ENABLE_TESTABILITY = YES;
@@ -3442,7 +3442,7 @@
34423442
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
34433443
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34443444
COPY_PHASE_STRIP = NO;
3445-
CURRENT_PROJECT_VERSION = 100;
3445+
CURRENT_PROJECT_VERSION = 101;
34463446
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
34473447
ENABLE_NS_ASSERTIONS = NO;
34483448
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3476,7 +3476,7 @@
34763476
DEFINES_MODULE = YES;
34773477
DEVELOPMENT_TEAM = GJZR2MEM28;
34783478
DYLIB_COMPATIBILITY_VERSION = 1;
3479-
DYLIB_CURRENT_VERSION = 100;
3479+
DYLIB_CURRENT_VERSION = 101;
34803480
DYLIB_INSTALL_NAME_BASE = "@rpath";
34813481
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
34823482
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3502,7 +3502,7 @@
35023502
DEFINES_MODULE = YES;
35033503
DEVELOPMENT_TEAM = GJZR2MEM28;
35043504
DYLIB_COMPATIBILITY_VERSION = 1;
3505-
DYLIB_CURRENT_VERSION = 100;
3505+
DYLIB_CURRENT_VERSION = 101;
35063506
DYLIB_INSTALL_NAME_BASE = "@rpath";
35073507
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35083508
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3568,11 +3568,11 @@
35683568
CLANG_ENABLE_OBJC_WEAK = YES;
35693569
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
35703570
CODE_SIGN_STYLE = Automatic;
3571-
CURRENT_PROJECT_VERSION = 100;
3571+
CURRENT_PROJECT_VERSION = 101;
35723572
DEBUG_INFORMATION_FORMAT = dwarf;
35733573
DEFINES_MODULE = YES;
35743574
DYLIB_COMPATIBILITY_VERSION = 1;
3575-
DYLIB_CURRENT_VERSION = 100;
3575+
DYLIB_CURRENT_VERSION = 101;
35763576
DYLIB_INSTALL_NAME_BASE = "@rpath";
35773577
GCC_C_LANGUAGE_STANDARD = gnu11;
35783578
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -3601,10 +3601,10 @@
36013601
CLANG_ENABLE_OBJC_WEAK = YES;
36023602
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
36033603
CODE_SIGN_STYLE = Automatic;
3604-
CURRENT_PROJECT_VERSION = 100;
3604+
CURRENT_PROJECT_VERSION = 101;
36053605
DEFINES_MODULE = YES;
36063606
DYLIB_COMPATIBILITY_VERSION = 1;
3607-
DYLIB_CURRENT_VERSION = 100;
3607+
DYLIB_CURRENT_VERSION = 101;
36083608
DYLIB_INSTALL_NAME_BASE = "@rpath";
36093609
GCC_C_LANGUAGE_STANDARD = gnu11;
36103610
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;

README.md

Lines changed: 7 additions & 7 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.3.0")
5656
// Latest prerelease
57-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.5.0-beta.1"))
57+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.5.0-beta.2"))
5858
```
5959

6060
### Using CocoaPods
@@ -72,11 +72,11 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
7272
1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
7373
```ruby
7474
# Latest stable release
75-
pod 'MapboxCoreNavigation', '~> 2.3'
76-
pod 'MapboxNavigation', '~> 2.3'
75+
pod 'MapboxCoreNavigation', '~> 2.4'
76+
pod 'MapboxNavigation', '~> 2.4'
7777
# Latest prerelease
78-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-beta.1'
79-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-beta.1'
78+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-beta.2'
79+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-beta.2'
8080
```
8181

8282
1. Run `pod repo update && pod install` and open the resulting Xcode workspace.
@@ -101,9 +101,9 @@ To install the MapboxNavigation framework using [Carthage](https://github.com/Ca
101101
1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency:
102102
```cartfile
103103
# Latest stable release
104-
github "mapbox/mapbox-navigation-ios" ~> 2.3
104+
github "mapbox/mapbox-navigation-ios" ~> 2.4
105105
# Latest prerelease
106-
github "mapbox/mapbox-navigation-ios" "v2.5.0-beta.1"
106+
github "mapbox/mapbox-navigation-ios" "v2.5.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.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>100</string>
20+
<string>101</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.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>100</string>
20+
<string>101</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.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>100</string>
20+
<string>101</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.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>100</string>
20+
<string>101</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)