Skip to content

Commit af49b43

Browse files
author
Bobby Sudekum
authored
Merge pull request #47 from Project-OSRM/040
Bump MapboxDirections.swift, release 0.4.0
2 parents 2bd1520 + 9475743 commit af49b43

File tree

8 files changed

+19
-37
lines changed

8 files changed

+19
-37
lines changed

.travis.yml

-18
This file was deleted.

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "mapbox/MapboxDirections.swift" ~> 0.10
1+
github "mapbox/MapboxDirections.swift" ~> 0.11

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "mapbox/MapboxDirections.swift" "v0.10.5"
1+
github "mapbox/MapboxDirections.swift" "v0.11.0"
22
github "raphaelmor/Polyline" "v4.1.1"

OSRMTextInstructions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "OSRMTextInstructions"
6-
s.version = "0.3.5"
6+
s.version = "0.4.0"
77
s.summary = "Transforms OSRM route reponses into human-readable instructions."
88

99
s.description = <<-DESC

OSRMTextInstructions.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@
782782
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
783783
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
784784
COPY_PHASE_STRIP = NO;
785-
CURRENT_PROJECT_VERSION = 8;
785+
CURRENT_PROJECT_VERSION = 9;
786786
DEBUG_INFORMATION_FORMAT = dwarf;
787787
ENABLE_STRICT_OBJC_MSGSEND = YES;
788788
ENABLE_TESTABILITY = YES;
@@ -839,7 +839,7 @@
839839
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
840840
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
841841
COPY_PHASE_STRIP = NO;
842-
CURRENT_PROJECT_VERSION = 8;
842+
CURRENT_PROJECT_VERSION = 9;
843843
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
844844
ENABLE_NS_ASSERTIONS = NO;
845845
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -873,7 +873,7 @@
873873
DEFINES_MODULE = YES;
874874
DEVELOPMENT_TEAM = GJZR2MEM28;
875875
DYLIB_COMPATIBILITY_VERSION = 1;
876-
DYLIB_CURRENT_VERSION = 8;
876+
DYLIB_CURRENT_VERSION = 9;
877877
DYLIB_INSTALL_NAME_BASE = "@rpath";
878878
FRAMEWORK_SEARCH_PATHS = (
879879
"$(inherited)",
@@ -898,7 +898,7 @@
898898
DEFINES_MODULE = YES;
899899
DEVELOPMENT_TEAM = GJZR2MEM28;
900900
DYLIB_COMPATIBILITY_VERSION = 1;
901-
DYLIB_CURRENT_VERSION = 8;
901+
DYLIB_CURRENT_VERSION = 9;
902902
DYLIB_INSTALL_NAME_BASE = "@rpath";
903903
FRAMEWORK_SEARCH_PATHS = (
904904
"$(inherited)",
@@ -923,7 +923,7 @@
923923
DEFINES_MODULE = YES;
924924
DEVELOPMENT_TEAM = GJZR2MEM28;
925925
DYLIB_COMPATIBILITY_VERSION = 1;
926-
DYLIB_CURRENT_VERSION = 8;
926+
DYLIB_CURRENT_VERSION = 9;
927927
DYLIB_INSTALL_NAME_BASE = "@rpath";
928928
FRAMEWORK_SEARCH_PATHS = (
929929
"$(inherited)",
@@ -951,7 +951,7 @@
951951
DEFINES_MODULE = YES;
952952
DEVELOPMENT_TEAM = GJZR2MEM28;
953953
DYLIB_COMPATIBILITY_VERSION = 1;
954-
DYLIB_CURRENT_VERSION = 8;
954+
DYLIB_CURRENT_VERSION = 9;
955955
DYLIB_INSTALL_NAME_BASE = "@rpath";
956956
FRAMEWORK_SEARCH_PATHS = (
957957
"$(inherited)",
@@ -1017,7 +1017,7 @@
10171017
DEFINES_MODULE = YES;
10181018
DEVELOPMENT_TEAM = GJZR2MEM28;
10191019
DYLIB_COMPATIBILITY_VERSION = 1;
1020-
DYLIB_CURRENT_VERSION = 8;
1020+
DYLIB_CURRENT_VERSION = 9;
10211021
DYLIB_INSTALL_NAME_BASE = "@rpath";
10221022
FRAMEWORK_SEARCH_PATHS = (
10231023
"$(inherited)",
@@ -1044,7 +1044,7 @@
10441044
DEFINES_MODULE = YES;
10451045
DEVELOPMENT_TEAM = GJZR2MEM28;
10461046
DYLIB_COMPATIBILITY_VERSION = 1;
1047-
DYLIB_CURRENT_VERSION = 8;
1047+
DYLIB_CURRENT_VERSION = 9;
10481048
DYLIB_INSTALL_NAME_BASE = "@rpath";
10491049
FRAMEWORK_SEARCH_PATHS = (
10501050
"$(inherited)",
@@ -1107,7 +1107,7 @@
11071107
DEFINES_MODULE = YES;
11081108
DEVELOPMENT_TEAM = GJZR2MEM28;
11091109
DYLIB_COMPATIBILITY_VERSION = 1;
1110-
DYLIB_CURRENT_VERSION = 8;
1110+
DYLIB_CURRENT_VERSION = 9;
11111111
DYLIB_INSTALL_NAME_BASE = "@rpath";
11121112
FRAMEWORK_SEARCH_PATHS = (
11131113
"$(inherited)",
@@ -1136,7 +1136,7 @@
11361136
DEFINES_MODULE = YES;
11371137
DEVELOPMENT_TEAM = GJZR2MEM28;
11381138
DYLIB_COMPATIBILITY_VERSION = 1;
1139-
DYLIB_CURRENT_VERSION = 8;
1139+
DYLIB_CURRENT_VERSION = 9;
11401140
DYLIB_INSTALL_NAME_BASE = "@rpath";
11411141
FRAMEWORK_SEARCH_PATHS = (
11421142
"$(inherited)",

OSRMTextInstructions/Info.plist

+2-2
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.3.5</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

OSRMTextInstructionsTests/Info.plist

+2-2
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.3.5</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>8</string>
20+
<string>9</string>
2121
</dict>
2222
</plist>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
1515
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
1616

1717
```cartfile
18-
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.5
18+
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.4.0
1919
```
2020

2121
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
2222

2323
```podspec
24-
pod 'OSRMTextInstructions', '~> 0.3.5'
24+
pod 'OSRMTextInstructions', '~> 0.4.0'
2525
```
2626

2727
Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.

0 commit comments

Comments
 (0)