Skip to content

Commit ab6e59e

Browse files
Update version 2.12.0-alpha.1 (#4398)
Co-authored-by: mapbox-ci <[email protected]>
1 parent e4b809a commit ab6e59e

File tree

16 files changed

+58
-58
lines changed

16 files changed

+58
-58
lines changed

Example/Info.plist

Lines changed: 2 additions & 2 deletions
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.11.0</string>
18+
<string>2.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>138</string>
20+
<string>139</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.11.0-beta.3'
6+
s.version = '2.12.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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
CLANG_ENABLE_OBJC_WEAK = YES;
10801080
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10811081
CODE_SIGN_STYLE = Automatic;
1082-
CURRENT_PROJECT_VERSION = 138;
1082+
CURRENT_PROJECT_VERSION = 139;
10831083
DEBUG_INFORMATION_FORMAT = dwarf;
10841084
DEVELOPMENT_TEAM = GJZR2MEM28;
10851085
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1118,7 +1118,7 @@
11181118
CLANG_ENABLE_OBJC_WEAK = YES;
11191119
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
11201120
CODE_SIGN_STYLE = Automatic;
1121-
CURRENT_PROJECT_VERSION = 138;
1121+
CURRENT_PROJECT_VERSION = 139;
11221122
DEVELOPMENT_TEAM = GJZR2MEM28;
11231123
GCC_C_LANGUAGE_STANDARD = gnu11;
11241124
GENERATE_INFOPLIST_FILE = YES;
@@ -1155,7 +1155,7 @@
11551155
CLANG_ENABLE_OBJC_WEAK = YES;
11561156
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
11571157
CODE_SIGN_STYLE = Automatic;
1158-
CURRENT_PROJECT_VERSION = 138;
1158+
CURRENT_PROJECT_VERSION = 139;
11591159
DEBUG_INFORMATION_FORMAT = dwarf;
11601160
DEVELOPMENT_TEAM = GJZR2MEM28;
11611161
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1195,7 +1195,7 @@
11951195
CLANG_ENABLE_OBJC_WEAK = YES;
11961196
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
11971197
CODE_SIGN_STYLE = Automatic;
1198-
CURRENT_PROJECT_VERSION = 138;
1198+
CURRENT_PROJECT_VERSION = 139;
11991199
DEVELOPMENT_TEAM = GJZR2MEM28;
12001200
GCC_C_LANGUAGE_STANDARD = gnu11;
12011201
GENERATE_INFOPLIST_FILE = YES;
@@ -1234,7 +1234,7 @@
12341234
CLANG_ENABLE_OBJC_WEAK = YES;
12351235
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
12361236
CODE_SIGN_STYLE = Automatic;
1237-
CURRENT_PROJECT_VERSION = 138;
1237+
CURRENT_PROJECT_VERSION = 139;
12381238
DEBUG_INFORMATION_FORMAT = dwarf;
12391239
DEVELOPMENT_TEAM = GJZR2MEM28;
12401240
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1276,7 +1276,7 @@
12761276
CLANG_ENABLE_OBJC_WEAK = YES;
12771277
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
12781278
CODE_SIGN_STYLE = Automatic;
1279-
CURRENT_PROJECT_VERSION = 138;
1279+
CURRENT_PROJECT_VERSION = 139;
12801280
DEVELOPMENT_TEAM = GJZR2MEM28;
12811281
ENABLE_TESTABILITY = YES;
12821282
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1315,7 +1315,7 @@
13151315
CLANG_ENABLE_OBJC_WEAK = YES;
13161316
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
13171317
CODE_SIGN_STYLE = Automatic;
1318-
CURRENT_PROJECT_VERSION = 138;
1318+
CURRENT_PROJECT_VERSION = 139;
13191319
DEBUG_INFORMATION_FORMAT = dwarf;
13201320
DEVELOPMENT_TEAM = GJZR2MEM28;
13211321
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1349,7 +1349,7 @@
13491349
CLANG_ENABLE_OBJC_WEAK = YES;
13501350
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
13511351
CODE_SIGN_STYLE = Automatic;
1352-
CURRENT_PROJECT_VERSION = 138;
1352+
CURRENT_PROJECT_VERSION = 139;
13531353
DEVELOPMENT_TEAM = GJZR2MEM28;
13541354
ENABLE_TESTABILITY = YES;
13551355
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -1458,7 +1458,7 @@
14581458
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
14591459
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14601460
COPY_PHASE_STRIP = NO;
1461-
CURRENT_PROJECT_VERSION = 138;
1461+
CURRENT_PROJECT_VERSION = 139;
14621462
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14631463
ENABLE_STRICT_OBJC_MSGSEND = YES;
14641464
ENABLE_TESTABILITY = YES;
@@ -1523,7 +1523,7 @@
15231523
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15241524
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15251525
COPY_PHASE_STRIP = NO;
1526-
CURRENT_PROJECT_VERSION = 138;
1526+
CURRENT_PROJECT_VERSION = 139;
15271527
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15281528
ENABLE_NS_ASSERTIONS = NO;
15291529
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.11.0-beta.3'
6+
s.version = '2.12.0-alpha.1'
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,7 +3758,7 @@
37583758
CLANG_ENABLE_OBJC_WEAK = YES;
37593759
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
37603760
CODE_SIGN_STYLE = Automatic;
3761-
CURRENT_PROJECT_VERSION = 138;
3761+
CURRENT_PROJECT_VERSION = 139;
37623762
DEBUG_INFORMATION_FORMAT = dwarf;
37633763
DEVELOPMENT_TEAM = GJZR2MEM28;
37643764
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3792,7 +3792,7 @@
37923792
CLANG_ENABLE_OBJC_WEAK = YES;
37933793
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
37943794
CODE_SIGN_STYLE = Automatic;
3795-
CURRENT_PROJECT_VERSION = 138;
3795+
CURRENT_PROJECT_VERSION = 139;
37963796
DEVELOPMENT_TEAM = GJZR2MEM28;
37973797
GCC_C_LANGUAGE_STANDARD = gnu11;
37983798
GENERATE_INFOPLIST_FILE = YES;
@@ -3823,7 +3823,7 @@
38233823
DEFINES_MODULE = YES;
38243824
DEVELOPMENT_TEAM = GJZR2MEM28;
38253825
DYLIB_COMPATIBILITY_VERSION = 1;
3826-
DYLIB_CURRENT_VERSION = 138;
3826+
DYLIB_CURRENT_VERSION = 139;
38273827
DYLIB_INSTALL_NAME_BASE = "@rpath";
38283828
FRAMEWORK_SEARCH_PATHS = (
38293829
"$(inherited)",
@@ -3851,7 +3851,7 @@
38513851
DEFINES_MODULE = YES;
38523852
DEVELOPMENT_TEAM = GJZR2MEM28;
38533853
DYLIB_COMPATIBILITY_VERSION = 1;
3854-
DYLIB_CURRENT_VERSION = 138;
3854+
DYLIB_CURRENT_VERSION = 139;
38553855
DYLIB_INSTALL_NAME_BASE = "@rpath";
38563856
FRAMEWORK_SEARCH_PATHS = (
38573857
"$(inherited)",
@@ -3929,12 +3929,12 @@
39293929
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
39303930
CODE_SIGN_IDENTITY = "";
39313931
CODE_SIGN_STYLE = Automatic;
3932-
CURRENT_PROJECT_VERSION = 138;
3932+
CURRENT_PROJECT_VERSION = 139;
39333933
DEBUG_INFORMATION_FORMAT = dwarf;
39343934
DEFINES_MODULE = YES;
39353935
DEVELOPMENT_TEAM = GJZR2MEM28;
39363936
DYLIB_COMPATIBILITY_VERSION = 1;
3937-
DYLIB_CURRENT_VERSION = 138;
3937+
DYLIB_CURRENT_VERSION = 139;
39383938
DYLIB_INSTALL_NAME_BASE = "@rpath";
39393939
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
39403940
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -3967,11 +3967,11 @@
39673967
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
39683968
CODE_SIGN_IDENTITY = "";
39693969
CODE_SIGN_STYLE = Automatic;
3970-
CURRENT_PROJECT_VERSION = 138;
3970+
CURRENT_PROJECT_VERSION = 139;
39713971
DEFINES_MODULE = YES;
39723972
DEVELOPMENT_TEAM = GJZR2MEM28;
39733973
DYLIB_COMPATIBILITY_VERSION = 1;
3974-
DYLIB_CURRENT_VERSION = 138;
3974+
DYLIB_CURRENT_VERSION = 139;
39753975
DYLIB_INSTALL_NAME_BASE = "@rpath";
39763976
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
39773977
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -4026,7 +4026,7 @@
40264026
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
40274027
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
40284028
COPY_PHASE_STRIP = NO;
4029-
CURRENT_PROJECT_VERSION = 138;
4029+
CURRENT_PROJECT_VERSION = 139;
40304030
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
40314031
ENABLE_STRICT_OBJC_MSGSEND = YES;
40324032
ENABLE_TESTABILITY = YES;
@@ -4091,7 +4091,7 @@
40914091
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
40924092
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
40934093
COPY_PHASE_STRIP = NO;
4094-
CURRENT_PROJECT_VERSION = 138;
4094+
CURRENT_PROJECT_VERSION = 139;
40954095
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
40964096
ENABLE_NS_ASSERTIONS = NO;
40974097
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -4125,7 +4125,7 @@
41254125
DEFINES_MODULE = YES;
41264126
DEVELOPMENT_TEAM = GJZR2MEM28;
41274127
DYLIB_COMPATIBILITY_VERSION = 1;
4128-
DYLIB_CURRENT_VERSION = 138;
4128+
DYLIB_CURRENT_VERSION = 139;
41294129
DYLIB_INSTALL_NAME_BASE = "@rpath";
41304130
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
41314131
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4152,7 +4152,7 @@
41524152
DEFINES_MODULE = YES;
41534153
DEVELOPMENT_TEAM = GJZR2MEM28;
41544154
DYLIB_COMPATIBILITY_VERSION = 1;
4155-
DYLIB_CURRENT_VERSION = 138;
4155+
DYLIB_CURRENT_VERSION = 139;
41564156
DYLIB_INSTALL_NAME_BASE = "@rpath";
41574157
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
41584158
INFOPLIST_FILE = Sources/MapboxCoreNavigation/Info.plist;
@@ -4221,11 +4221,11 @@
42214221
CLANG_ENABLE_OBJC_WEAK = YES;
42224222
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
42234223
CODE_SIGN_STYLE = Automatic;
4224-
CURRENT_PROJECT_VERSION = 138;
4224+
CURRENT_PROJECT_VERSION = 139;
42254225
DEBUG_INFORMATION_FORMAT = dwarf;
42264226
DEFINES_MODULE = YES;
42274227
DYLIB_COMPATIBILITY_VERSION = 1;
4228-
DYLIB_CURRENT_VERSION = 138;
4228+
DYLIB_CURRENT_VERSION = 139;
42294229
DYLIB_INSTALL_NAME_BASE = "@rpath";
42304230
GCC_C_LANGUAGE_STANDARD = gnu11;
42314231
INFOPLIST_FILE = Sources/CarPlayTestHelper/Info.plist;
@@ -4254,10 +4254,10 @@
42544254
CLANG_ENABLE_OBJC_WEAK = YES;
42554255
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
42564256
CODE_SIGN_STYLE = Automatic;
4257-
CURRENT_PROJECT_VERSION = 138;
4257+
CURRENT_PROJECT_VERSION = 139;
42584258
DEFINES_MODULE = YES;
42594259
DYLIB_COMPATIBILITY_VERSION = 1;
4260-
DYLIB_CURRENT_VERSION = 138;
4260+
DYLIB_CURRENT_VERSION = 139;
42614261
DYLIB_INSTALL_NAME_BASE = "@rpath";
42624262
GCC_C_LANGUAGE_STANDARD = gnu11;
42634263
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.11.0")
5656
// Latest prerelease
57-
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.11.0-beta.3"))
57+
.package(name: "MapboxNavigation", url: "https://github.com/mapbox/mapbox-navigation-ios.git", .exact("2.12.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.11'
7676
pod 'MapboxNavigation', '~> 2.11'
7777
# Latest prerelease
78-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.11.0-beta.3'
79-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.11.0-beta.3'
78+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.12.0-alpha.1'
79+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.12.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.11
105105
# Latest prerelease
106-
github "mapbox/mapbox-navigation-ios" "v2.11.0-beta.3"
106+
github "mapbox/mapbox-navigation-ios" "v2.12.0-alpha.1"
107107
```
108108

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

Sources/CarPlayTestHelper/Info.plist

Lines changed: 2 additions & 2 deletions
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.11.0</string>
18+
<string>2.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>138</string>
20+
<string>139</string>
2121
</dict>
2222
</plist>

Sources/MapboxCoreNavigation/Info.plist

Lines changed: 2 additions & 2 deletions
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.11.0</string>
18+
<string>2.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>138</string>
20+
<string>139</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxCoreNavigation/Resources/MBXInfo.plist

Lines changed: 2 additions & 2 deletions
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.11.0</string>
18+
<string>2.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>138</string>
20+
<string>139</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Sources/MapboxNavigation/Info.plist

Lines changed: 2 additions & 2 deletions
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.11.0</string>
18+
<string>2.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>138</string>
20+
<string>139</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)