Skip to content

Commit 374995f

Browse files
author
Bobby Sudekum
authored
Merge pull request #1430 from mapbox/release-v0170
Release v0.17.0
2 parents a81e684 + a6a86a9 commit 374995f

File tree

15 files changed

+22
-23
lines changed

15 files changed

+22
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to the Mapbox Navigation SDK for iOS
22

3-
## master
3+
## v0.17.0 (May 14, 2018)
44

55
### Packaging
66

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "4.0.0"
1+
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "4.0.1"
22
github "ceeK/Solar" "2.1.0"
33
github "mapbox/MapboxDirections.swift" "v0.20.0"
44
github "mapbox/mapbox-events-ios" "v0.4.0"

Examples/Objective-CTests/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>0.17.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>25</string>
20+
<string>26</string>
2121
</dict>
2222
</plist>

Examples/SwiftTests/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>0.17.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>25</string>
20+
<string>26</string>
2121
</dict>
2222
</plist>

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 = "0.17.0-beta.1"
6+
s.version = "0.17.0"
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

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>0.17.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>25</string>
20+
<string>26</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

MapboxCoreNavigationTests/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>0.17.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>25</string>
20+
<string>26</string>
2121
</dict>
2222
</plist>

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

99
s.description = <<-DESC

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.17.0-beta.1"
6+
s.version = "0.17.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
@@ -2264,7 +2264,7 @@
22642264
DEFINES_MODULE = YES;
22652265
DEVELOPMENT_TEAM = GJZR2MEM28;
22662266
DYLIB_COMPATIBILITY_VERSION = 1;
2267-
DYLIB_CURRENT_VERSION = 25;
2267+
DYLIB_CURRENT_VERSION = 26;
22682268
DYLIB_INSTALL_NAME_BASE = "@rpath";
22692269
FRAMEWORK_SEARCH_PATHS = (
22702270
"$(inherited)",
@@ -2290,7 +2290,7 @@
22902290
DEFINES_MODULE = YES;
22912291
DEVELOPMENT_TEAM = GJZR2MEM28;
22922292
DYLIB_COMPATIBILITY_VERSION = 1;
2293-
DYLIB_CURRENT_VERSION = 25;
2293+
DYLIB_CURRENT_VERSION = 26;
22942294
DYLIB_INSTALL_NAME_BASE = "@rpath";
22952295
FRAMEWORK_SEARCH_PATHS = (
22962296
"$(inherited)",
@@ -2583,7 +2583,7 @@
25832583
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
25842584
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
25852585
COPY_PHASE_STRIP = NO;
2586-
CURRENT_PROJECT_VERSION = 25;
2586+
CURRENT_PROJECT_VERSION = 26;
25872587
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
25882588
ENABLE_STRICT_OBJC_MSGSEND = YES;
25892589
ENABLE_TESTABILITY = YES;
@@ -2647,7 +2647,7 @@
26472647
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
26482648
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
26492649
COPY_PHASE_STRIP = NO;
2650-
CURRENT_PROJECT_VERSION = 25;
2650+
CURRENT_PROJECT_VERSION = 26;
26512651
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
26522652
ENABLE_NS_ASSERTIONS = NO;
26532653
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2680,7 +2680,7 @@
26802680
DEFINES_MODULE = YES;
26812681
DEVELOPMENT_TEAM = GJZR2MEM28;
26822682
DYLIB_COMPATIBILITY_VERSION = 1;
2683-
DYLIB_CURRENT_VERSION = 25;
2683+
DYLIB_CURRENT_VERSION = 26;
26842684
DYLIB_INSTALL_NAME_BASE = "@rpath";
26852685
FRAMEWORK_SEARCH_PATHS = (
26862686
"$(inherited)",
@@ -2707,7 +2707,7 @@
27072707
DEFINES_MODULE = YES;
27082708
DEVELOPMENT_TEAM = GJZR2MEM28;
27092709
DYLIB_COMPATIBILITY_VERSION = 1;
2710-
DYLIB_CURRENT_VERSION = 25;
2710+
DYLIB_CURRENT_VERSION = 26;
27112711
DYLIB_INSTALL_NAME_BASE = "@rpath";
27122712
FRAMEWORK_SEARCH_PATHS = (
27132713
"$(inherited)",

0 commit comments

Comments
 (0)