Skip to content

Commit 34e7fe3

Browse files
authored
version bump to 2.5.0-rc.1 (#3889)
1 parent 3b055bd commit 34e7fe3

File tree

16 files changed

+39
-39
lines changed

16 files changed

+39
-39
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>102</string>
20+
<string>103</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.3'
6+
s.version = '2.5.0-rc.1'
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 = 102;
609+
CURRENT_PROJECT_VERSION = 103;
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 = 102;
674+
CURRENT_PROJECT_VERSION = 103;
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.3'
6+
s.version = '2.5.0-rc.1'
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
@@ -3184,7 +3184,7 @@
31843184
DEFINES_MODULE = YES;
31853185
DEVELOPMENT_TEAM = GJZR2MEM28;
31863186
DYLIB_COMPATIBILITY_VERSION = 1;
3187-
DYLIB_CURRENT_VERSION = 102;
3187+
DYLIB_CURRENT_VERSION = 103;
31883188
DYLIB_INSTALL_NAME_BASE = "@rpath";
31893189
FRAMEWORK_SEARCH_PATHS = (
31903190
"$(inherited)",
@@ -3211,7 +3211,7 @@
32113211
DEFINES_MODULE = YES;
32123212
DEVELOPMENT_TEAM = GJZR2MEM28;
32133213
DYLIB_COMPATIBILITY_VERSION = 1;
3214-
DYLIB_CURRENT_VERSION = 102;
3214+
DYLIB_CURRENT_VERSION = 103;
32153215
DYLIB_INSTALL_NAME_BASE = "@rpath";
32163216
FRAMEWORK_SEARCH_PATHS = (
32173217
"$(inherited)",
@@ -3286,12 +3286,12 @@
32863286
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
32873287
CODE_SIGN_IDENTITY = "";
32883288
CODE_SIGN_STYLE = Automatic;
3289-
CURRENT_PROJECT_VERSION = 102;
3289+
CURRENT_PROJECT_VERSION = 103;
32903290
DEBUG_INFORMATION_FORMAT = dwarf;
32913291
DEFINES_MODULE = YES;
32923292
DEVELOPMENT_TEAM = GJZR2MEM28;
32933293
DYLIB_COMPATIBILITY_VERSION = 1;
3294-
DYLIB_CURRENT_VERSION = 102;
3294+
DYLIB_CURRENT_VERSION = 103;
32953295
DYLIB_INSTALL_NAME_BASE = "@rpath";
32963296
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
32973297
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3323,11 +3323,11 @@
33233323
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
33243324
CODE_SIGN_IDENTITY = "";
33253325
CODE_SIGN_STYLE = Automatic;
3326-
CURRENT_PROJECT_VERSION = 102;
3326+
CURRENT_PROJECT_VERSION = 103;
33273327
DEFINES_MODULE = YES;
33283328
DEVELOPMENT_TEAM = GJZR2MEM28;
33293329
DYLIB_COMPATIBILITY_VERSION = 1;
3330-
DYLIB_CURRENT_VERSION = 102;
3330+
DYLIB_CURRENT_VERSION = 103;
33313331
DYLIB_INSTALL_NAME_BASE = "@rpath";
33323332
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
33333333
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3381,7 +3381,7 @@
33813381
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
33823382
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
33833383
COPY_PHASE_STRIP = NO;
3384-
CURRENT_PROJECT_VERSION = 102;
3384+
CURRENT_PROJECT_VERSION = 103;
33853385
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
33863386
ENABLE_STRICT_OBJC_MSGSEND = YES;
33873387
ENABLE_TESTABILITY = YES;
@@ -3446,7 +3446,7 @@
34463446
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
34473447
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34483448
COPY_PHASE_STRIP = NO;
3449-
CURRENT_PROJECT_VERSION = 102;
3449+
CURRENT_PROJECT_VERSION = 103;
34503450
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
34513451
ENABLE_NS_ASSERTIONS = NO;
34523452
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3480,7 +3480,7 @@
34803480
DEFINES_MODULE = YES;
34813481
DEVELOPMENT_TEAM = GJZR2MEM28;
34823482
DYLIB_COMPATIBILITY_VERSION = 1;
3483-
DYLIB_CURRENT_VERSION = 102;
3483+
DYLIB_CURRENT_VERSION = 103;
34843484
DYLIB_INSTALL_NAME_BASE = "@rpath";
34853485
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
34863486
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3506,7 +3506,7 @@
35063506
DEFINES_MODULE = YES;
35073507
DEVELOPMENT_TEAM = GJZR2MEM28;
35083508
DYLIB_COMPATIBILITY_VERSION = 1;
3509-
DYLIB_CURRENT_VERSION = 102;
3509+
DYLIB_CURRENT_VERSION = 103;
35103510
DYLIB_INSTALL_NAME_BASE = "@rpath";
35113511
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
35123512
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -3572,11 +3572,11 @@
35723572
CLANG_ENABLE_OBJC_WEAK = YES;
35733573
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
35743574
CODE_SIGN_STYLE = Automatic;
3575-
CURRENT_PROJECT_VERSION = 102;
3575+
CURRENT_PROJECT_VERSION = 103;
35763576
DEBUG_INFORMATION_FORMAT = dwarf;
35773577
DEFINES_MODULE = YES;
35783578
DYLIB_COMPATIBILITY_VERSION = 1;
3579-
DYLIB_CURRENT_VERSION = 102;
3579+
DYLIB_CURRENT_VERSION = 103;
35803580
DYLIB_INSTALL_NAME_BASE = "@rpath";
35813581
GCC_C_LANGUAGE_STANDARD = gnu11;
35823582
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -3605,10 +3605,10 @@
36053605
CLANG_ENABLE_OBJC_WEAK = YES;
36063606
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
36073607
CODE_SIGN_STYLE = Automatic;
3608-
CURRENT_PROJECT_VERSION = 102;
3608+
CURRENT_PROJECT_VERSION = 103;
36093609
DEFINES_MODULE = YES;
36103610
DYLIB_COMPATIBILITY_VERSION = 1;
3611-
DYLIB_CURRENT_VERSION = 102;
3611+
DYLIB_CURRENT_VERSION = 103;
36123612
DYLIB_INSTALL_NAME_BASE = "@rpath";
36133613
GCC_C_LANGUAGE_STANDARD = gnu11;
36143614
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.3.0")
5656
// Latest prerelease
57-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.5.0-beta.3"))
57+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.5.0-rc.1"))
5858
```
5959

6060
### Using CocoaPods
@@ -75,8 +75,8 @@ To install the MapboxNavigation framework using [CocoaPods](https://cocoapods.or
7575
pod 'MapboxCoreNavigation', '~> 2.4'
7676
pod 'MapboxNavigation', '~> 2.4'
7777
# Latest prerelease
78-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-beta.3'
79-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-beta.3'
78+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-rc.1'
79+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.5.0-rc.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.4
105105
# Latest prerelease
106-
github "mapbox/mapbox-navigation-ios" "v2.5.0-beta.3"
106+
github "mapbox/mapbox-navigation-ios" "v2.5.0-rc.1"
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>102</string>
20+
<string>103</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>102</string>
20+
<string>103</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>102</string>
20+
<string>103</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>102</string>
20+
<string>103</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)