Skip to content

Commit

Permalink
Merge pull request #8 from flitsmeister/release/v1.0.2
Browse files Browse the repository at this point in the history
bump to v1.0.2
  • Loading branch information
milotolboom authored Jun 18, 2020
2 parents c968244 + 2213070 commit d334f1a
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Examples/Objective-CTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>34</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Examples/SwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>34</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxCoreNavigation"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Core components for turn-by-turn navigation on iOS."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>34</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location Usage Description</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxNavigation-Documentation"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Complete turn-by-turn navigation interface for iOS."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxNavigation"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Complete turn-by-turn navigation interface for iOS."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions MapboxNavigation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 36;
DYLIB_CURRENT_VERSION = 37;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -2590,7 +2590,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 36;
DYLIB_CURRENT_VERSION = 37;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>34</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Location Usage Description</string>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/

1. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#github-repositories) with the following dependency:
```cartfile
github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.1
github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.2
```

1. Run `carthage update --platform iOS` to build just the iOS dependencies.
Expand Down
2 changes: 1 addition & 1 deletion RouteTest/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>34</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions custom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):

1. Specify the following dependency in your Podfile:
```ruby
pod 'MapboxCoreNavigation', '~> 1.0.1'
pod 'MapboxCoreNavigation', '~> 1.0.2'
```

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

1. Specify the following dependency in your Cartfile:
```cartfile
github "mapbox/mapbox-navigation-ios" ~> 1.0.1
github "mapbox/mapbox-navigation-ios" ~> 1.0.2
```

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

0 comments on commit d334f1a

Please sign in to comment.