Skip to content

Commit bc8c24a

Browse files
committed
v1.1.0-rc.1
1 parent 672f8fc commit bc8c24a

File tree

6 files changed

+32
-23
lines changed

6 files changed

+32
-23
lines changed

Directions Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>54</string>
22+
<string>55</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSLocationWhenInUseUsageDescription</key>

MapboxDirections.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 = "MapboxDirections"
6-
s.version = "1.1.0"
6+
s.version = "1.1.0-rc.1"
77
s.summary = "Mapbox Directions API wrapper for Swift."
88

99
s.description = <<-DESC

MapboxDirections.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,11 +1646,11 @@
16461646
CLANG_ANALYZER_NONNULL = YES;
16471647
CODE_SIGN_IDENTITY = "";
16481648
COMBINE_HIDPI_IMAGES = YES;
1649-
CURRENT_PROJECT_VERSION = 54;
1649+
CURRENT_PROJECT_VERSION = 55;
16501650
DEBUG_INFORMATION_FORMAT = dwarf;
16511651
DEFINES_MODULE = YES;
16521652
DYLIB_COMPATIBILITY_VERSION = 1;
1653-
DYLIB_CURRENT_VERSION = 54;
1653+
DYLIB_CURRENT_VERSION = 55;
16541654
DYLIB_INSTALL_NAME_BASE = "@rpath";
16551655
FRAMEWORK_SEARCH_PATHS = (
16561656
"$(inherited)",
@@ -1675,10 +1675,10 @@
16751675
CLANG_ANALYZER_NONNULL = YES;
16761676
CODE_SIGN_IDENTITY = "";
16771677
COMBINE_HIDPI_IMAGES = YES;
1678-
CURRENT_PROJECT_VERSION = 54;
1678+
CURRENT_PROJECT_VERSION = 55;
16791679
DEFINES_MODULE = YES;
16801680
DYLIB_COMPATIBILITY_VERSION = 1;
1681-
DYLIB_CURRENT_VERSION = 54;
1681+
DYLIB_CURRENT_VERSION = 55;
16821682
DYLIB_INSTALL_NAME_BASE = "@rpath";
16831683
FRAMEWORK_SEARCH_PATHS = (
16841684
"$(inherited)",
@@ -1744,11 +1744,11 @@
17441744
buildSettings = {
17451745
CLANG_ANALYZER_NONNULL = YES;
17461746
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1747-
CURRENT_PROJECT_VERSION = 54;
1747+
CURRENT_PROJECT_VERSION = 55;
17481748
DEBUG_INFORMATION_FORMAT = dwarf;
17491749
DEFINES_MODULE = YES;
17501750
DYLIB_COMPATIBILITY_VERSION = 1;
1751-
DYLIB_CURRENT_VERSION = 54;
1751+
DYLIB_CURRENT_VERSION = 55;
17521752
DYLIB_INSTALL_NAME_BASE = "@rpath";
17531753
FRAMEWORK_SEARCH_PATHS = (
17541754
"$(inherited)",
@@ -1773,10 +1773,10 @@
17731773
buildSettings = {
17741774
CLANG_ANALYZER_NONNULL = YES;
17751775
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1776-
CURRENT_PROJECT_VERSION = 54;
1776+
CURRENT_PROJECT_VERSION = 55;
17771777
DEFINES_MODULE = YES;
17781778
DYLIB_COMPATIBILITY_VERSION = 1;
1779-
DYLIB_CURRENT_VERSION = 54;
1779+
DYLIB_CURRENT_VERSION = 55;
17801780
DYLIB_INSTALL_NAME_BASE = "@rpath";
17811781
FRAMEWORK_SEARCH_PATHS = (
17821782
"$(inherited)",
@@ -1844,11 +1844,11 @@
18441844
APPLICATION_EXTENSION_API_ONLY = YES;
18451845
CLANG_ANALYZER_NONNULL = YES;
18461846
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1847-
CURRENT_PROJECT_VERSION = 54;
1847+
CURRENT_PROJECT_VERSION = 55;
18481848
DEBUG_INFORMATION_FORMAT = dwarf;
18491849
DEFINES_MODULE = YES;
18501850
DYLIB_COMPATIBILITY_VERSION = 1;
1851-
DYLIB_CURRENT_VERSION = 54;
1851+
DYLIB_CURRENT_VERSION = 55;
18521852
DYLIB_INSTALL_NAME_BASE = "@rpath";
18531853
FRAMEWORK_SEARCH_PATHS = (
18541854
"$(inherited)",
@@ -1874,10 +1874,10 @@
18741874
APPLICATION_EXTENSION_API_ONLY = YES;
18751875
CLANG_ANALYZER_NONNULL = YES;
18761876
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1877-
CURRENT_PROJECT_VERSION = 54;
1877+
CURRENT_PROJECT_VERSION = 55;
18781878
DEFINES_MODULE = YES;
18791879
DYLIB_COMPATIBILITY_VERSION = 1;
1880-
DYLIB_CURRENT_VERSION = 54;
1880+
DYLIB_CURRENT_VERSION = 55;
18811881
DYLIB_INSTALL_NAME_BASE = "@rpath";
18821882
FRAMEWORK_SEARCH_PATHS = (
18831883
"$(inherited)",
@@ -1902,12 +1902,12 @@
19021902
buildSettings = {
19031903
CLANG_ANALYZER_NONNULL = YES;
19041904
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1905-
CURRENT_PROJECT_VERSION = 54;
1905+
CURRENT_PROJECT_VERSION = 55;
19061906
DEBUG_INFORMATION_FORMAT = dwarf;
19071907
DEFINES_MODULE = YES;
19081908
DEVELOPMENT_TEAM = "";
19091909
DYLIB_COMPATIBILITY_VERSION = 1;
1910-
DYLIB_CURRENT_VERSION = 54;
1910+
DYLIB_CURRENT_VERSION = 55;
19111911
DYLIB_INSTALL_NAME_BASE = "@rpath";
19121912
FRAMEWORK_SEARCH_PATHS = (
19131913
"$(inherited)",
@@ -1930,11 +1930,11 @@
19301930
buildSettings = {
19311931
CLANG_ANALYZER_NONNULL = YES;
19321932
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1933-
CURRENT_PROJECT_VERSION = 54;
1933+
CURRENT_PROJECT_VERSION = 55;
19341934
DEFINES_MODULE = YES;
19351935
DEVELOPMENT_TEAM = "";
19361936
DYLIB_COMPATIBILITY_VERSION = 1;
1937-
DYLIB_CURRENT_VERSION = 54;
1937+
DYLIB_CURRENT_VERSION = 55;
19381938
DYLIB_INSTALL_NAME_BASE = "@rpath";
19391939
FRAMEWORK_SEARCH_PATHS = (
19401940
"$(inherited)",

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,28 @@ Mapbox Directions pairs well with [MapboxGeocoder.swift](https://github.com/mapb
1515
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage) Cartfile:
1616

1717
```cartfile
18-
github "mapbox/mapbox-directions-swift" ~> 1.1
18+
# Latest stable release
19+
github "mapbox/mapbox-directions-swift" ~> 1.0
20+
# Latest prerelease
21+
github "mapbox/mapbox-directions-swift" "v1.1.0-rc.1"
1922
```
2023

2124
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
2225

2326
```podspec
24-
pod 'MapboxDirections', '~> 1.1'
27+
# Latest stable release
28+
pod 'MapboxDirections', '~> 1.0'
29+
# Latest prerelease
30+
pod 'MapboxDirections', :git => 'https://github.com/mapbox/mapbox-directions-swift.git', :tag => 'v1.1.0-rc.1'
2531
```
2632

2733
Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift:
2834

2935
```swift
30-
.package(url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "1.1.0")
36+
// Latest stable release
37+
.package(url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "1.0.0")
38+
// Latest prerelease
39+
.package(url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "1.1.0-alpha.1")
3140
```
3241

3342
Then `import MapboxDirections`.

Sources/MapboxDirections/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>54</string>
22+
<string>55</string>
2323
<key>NSHumanReadableCopyright</key>
2424
<string>Copyright © 2014–2020 Mapbox. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>

Tests/MapboxDirectionsTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>54</string>
22+
<string>55</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)