Skip to content

Commit 202c83d

Browse files
author
Bobby Sudekum
authored
Release v0.12.0 (#950)
1 parent 641b932 commit 202c83d

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

Examples/Objective-CTests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
</dict>
2222
</plist>

Examples/SwiftTests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
</dict>
2222
</plist>

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>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

MapboxCoreNavigationTests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
</dict>
2222
</plist>

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 = "0.11.0"
6+
s.version = "0.12.0"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@
17981798
DEFINES_MODULE = YES;
17991799
DEVELOPMENT_TEAM = GJZR2MEM28;
18001800
DYLIB_COMPATIBILITY_VERSION = 1;
1801-
DYLIB_CURRENT_VERSION = 13;
1801+
DYLIB_CURRENT_VERSION = 14;
18021802
DYLIB_INSTALL_NAME_BASE = "@rpath";
18031803
FRAMEWORK_SEARCH_PATHS = (
18041804
"$(inherited)",
@@ -1825,7 +1825,7 @@
18251825
DEFINES_MODULE = YES;
18261826
DEVELOPMENT_TEAM = GJZR2MEM28;
18271827
DYLIB_COMPATIBILITY_VERSION = 1;
1828-
DYLIB_CURRENT_VERSION = 13;
1828+
DYLIB_CURRENT_VERSION = 14;
18291829
DYLIB_INSTALL_NAME_BASE = "@rpath";
18301830
FRAMEWORK_SEARCH_PATHS = (
18311831
"$(inherited)",
@@ -2068,7 +2068,7 @@
20682068
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20692069
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
20702070
COPY_PHASE_STRIP = NO;
2071-
CURRENT_PROJECT_VERSION = 13;
2071+
CURRENT_PROJECT_VERSION = 14;
20722072
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20732073
ENABLE_STRICT_OBJC_MSGSEND = YES;
20742074
ENABLE_TESTABILITY = YES;
@@ -2130,7 +2130,7 @@
21302130
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21312131
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21322132
COPY_PHASE_STRIP = NO;
2133-
CURRENT_PROJECT_VERSION = 13;
2133+
CURRENT_PROJECT_VERSION = 14;
21342134
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21352135
ENABLE_NS_ASSERTIONS = NO;
21362136
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2163,7 +2163,7 @@
21632163
DEFINES_MODULE = YES;
21642164
DEVELOPMENT_TEAM = GJZR2MEM28;
21652165
DYLIB_COMPATIBILITY_VERSION = 1;
2166-
DYLIB_CURRENT_VERSION = 13;
2166+
DYLIB_CURRENT_VERSION = 14;
21672167
DYLIB_INSTALL_NAME_BASE = "@rpath";
21682168
FRAMEWORK_SEARCH_PATHS = (
21692169
"$(inherited)",
@@ -2190,7 +2190,7 @@
21902190
DEFINES_MODULE = YES;
21912191
DEVELOPMENT_TEAM = GJZR2MEM28;
21922192
DYLIB_COMPATIBILITY_VERSION = 1;
2193-
DYLIB_CURRENT_VERSION = 13;
2193+
DYLIB_CURRENT_VERSION = 14;
21942194
DYLIB_INSTALL_NAME_BASE = "@rpath";
21952195
FRAMEWORK_SEARCH_PATHS = (
21962196
"$(inherited)",

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>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

MapboxNavigationTests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
</dict>
2222
</plist>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To install Mapbox Navigation using [CocoaPods](https://cocoapods.org/):
3131

3232
1. Specify the following dependency in your Podfile:
3333
```ruby
34-
pod 'MapboxNavigation', '~> 0.11'
34+
pod 'MapboxNavigation', '~> 0.12'
3535
```
3636
1. Run `pod install` and open the resulting Xcode workspace.
3737

@@ -41,7 +41,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/
4141

4242
1. Specify the following dependency in your Cartfile:
4343
```cartfile
44-
github "mapbox/mapbox-navigation-ios" ~> 0.11
44+
github "mapbox/mapbox-navigation-ios" ~> 0.12
4545
```
4646

4747
1. Run `carthage update --platform iOS` to build just the iOS dependencies.

custom-navigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):
2020

2121
1. Specify the following dependency in your Podfile:
2222
```ruby
23-
pod 'MapboxCoreNavigation', '~> 0.11'
23+
pod 'MapboxCoreNavigation', '~> 0.12'
2424
```
2525

2626
1. Run `pod install` and open the resulting Xcode workspace.
@@ -31,7 +31,7 @@ Alternatively, to install Mapbox Core Navigation using [Carthage](https://github
3131

3232
1. Specify the following dependency in your Cartfile:
3333
```cartfile
34-
github "mapbox/mapbox-navigation-ios" ~> 0.11
34+
github "mapbox/mapbox-navigation-ios" ~> 0.12
3535
```
3636

3737
1. Run `carthage update --platform iOS` to build just the iOS dependencies.

0 commit comments

Comments
 (0)