Skip to content

Commit

Permalink
v1.0.0-rc.4 (#2619)
Browse files Browse the repository at this point in the history
* v1.0.0-rc.4

* Update Podfile.lock.

* Update Mapbox Directions to v1.0.0-rc.2.

(cherry picked from commit 8e98150)
  • Loading branch information
MaximAlien committed Sep 11, 2020
1 parent 24aefc2 commit ce8d6e9
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Bench/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion BenchTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Xcode 11.4.1 or above is now required for building this SDK from source. ([#2417](https://github.com/mapbox/mapbox-navigation-ios/pull/2417))
* Enabled MAU billing by default, so that SDKs usage of Mapbox APIs is [billed](https://www.mapbox.com/pricing/) together based on [monthly active users](https://docs.mapbox.com/help/glossary/monthly-active-users/) rather than individually by HTTP request. If you prefer to still use request-based billing, set the `MBXNavigationBillingMethod` key in Info.plist to `request` ([#2405](https://github.com/mapbox/mapbox-navigation-ios/pull/2405).
* Added Greek and Turkish localizations. ([#2385](https://github.com/mapbox/mapbox-navigation-ios/pull/2385), [#2475](https://github.com/mapbox/mapbox-navigation-ios/pull/2475), [valhalla/valhalla#2438](https://github.com/valhalla/valhalla/pull/2438))
* Upgraded to [MapboxDirections v1.0.0-rc.1](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v1.0.0-rc.1). ([#2585](https://github.com/mapbox/mapbox-navigation-ios/pull/2585))
* Upgraded to [MapboxDirections v1.0.0-rc.2](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v1.0.0-rc.2). ([#2619](https://github.com/mapbox/mapbox-navigation-ios/pull/2619))
* Upgraded to [MapboxSpeech v0.3.1](https://github.com/mapbox/mapbox-speech-swift/releases/tag/v0.3.1). ([#2543](https://github.com/mapbox/mapbox-navigation-ios/pull/2543))

### Map
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ binary "https://www.mapbox.com/ios-sdk/MapboxAccounts.json" ~> 2.3.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" ~> 18.0.2
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps/mapbox-ios-sdk-dynamic.json" ~> 6.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 4.0.0
github "mapbox/mapbox-directions-swift" == 1.0.0-rc.1
github "mapbox/mapbox-directions-swift" == 1.0.0-rc.2
github "mapbox/turf-swift" ~> 0.5
github "mapbox/mapbox-events-ios" ~> 0.10
github "ceeK/Solar" ~> 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github "Udumft/SnappyShrimp" "66f3e3ba70370ad5e889ac8ed72a8730ca79958e"
github "ceeK/Solar" "2.1.0"
github "linksmt/OHHTTPStubs" "563f48d3fab84ef04639649c770b00f4fa502cca"
github "mapbox/MapboxGeocoder.swift" "v0.10.2"
github "mapbox/mapbox-directions-swift" "v1.0.0-rc.1"
github "mapbox/mapbox-directions-swift" "v1.0.0-rc.2"
github "mapbox/mapbox-events-ios" "v0.10.3"
github "mapbox/mapbox-speech-swift" "v0.3.1"
github "mapbox/turf-swift" "v0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions 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.0-rc.3'
s.version = '1.0.0-rc.4'
s.summary = "Core components for turn-by-turn navigation on iOS."

s.description = <<-DESC
Expand Down Expand Up @@ -42,7 +42,7 @@ Pod::Spec.new do |s|

s.dependency "MapboxNavigationNative", "~> 18.0.2"
s.dependency "MapboxAccounts", "~> 2.3.0"
s.dependency "MapboxDirections", "~> 1.0.0-rc.1"
s.dependency "MapboxDirections", "~> 1.0.0-rc.2"
s.dependency "MapboxMobileEvents", "~> 0.10.2" # Always pin to a patch release if pre-1.0
s.dependency "Turf", "~> 0.5.0" # Always pin to a patch release if pre-1.0

Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
16 changes: 8 additions & 8 deletions MapboxCoreNavigationTests/CocoaPodsTest/PodInstall/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ PODS:
- MapboxMobileEvents (= 0.10.2)
- MapboxAccounts (2.3.0)
- MapboxCommon (4.0.0)
- MapboxCoreNavigation (1.0.0-rc.3):
- MapboxCoreNavigation (1.0.0-rc.4):
- MapboxAccounts (~> 2.3.0)
- MapboxDirections (~> 1.0.0-rc.1)
- MapboxDirections (~> 1.0.0-rc.2)
- MapboxMobileEvents (~> 0.10.2)
- MapboxNavigationNative (~> 18.0.2)
- Turf (~> 0.5.0)
- MapboxDirections (1.0.0-rc.1):
- MapboxDirections (1.0.0-rc.2):
- Polyline (~> 4.2)
- Turf (~> 0.5.0)
- MapboxMobileEvents (0.10.2)
- MapboxNavigation (1.0.0-rc.3):
- MapboxNavigation (1.0.0-rc.4):
- Mapbox-iOS-SDK (~> 6.0)
- MapboxCoreNavigation (= 1.0.0-rc.3)
- MapboxCoreNavigation (= 1.0.0-rc.4)
- MapboxMobileEvents (~> 0.10.2)
- MapboxSpeech (~> 0.3.1)
- Solar (~> 2.1)
Expand Down Expand Up @@ -53,10 +53,10 @@ SPEC CHECKSUMS:
Mapbox-iOS-SDK: c2ad9880240884d3aff90660da64a5321cef91db
MapboxAccounts: 84abfdde95d9dc483f604c1b0fe1861edf691ce7
MapboxCommon: dd235a3715fa752aee83bb3be1d4ce0ba93e3b68
MapboxCoreNavigation: a3db5e7ea1a600636babbe5e9b75871091757ec8
MapboxDirections: cfcddd6366e6aa75e96c195dca7ce01d8bbfcc86
MapboxCoreNavigation: 5770274193500efd83c9fad46510f6f50bfbccd4
MapboxDirections: 5d2a2b6e955983505718ad640728ae8c169940f0
MapboxMobileEvents: 2bc0ca2eedb627b73cf403258dce2b2fa98074a6
MapboxNavigation: 85eee29344364b0bad5c52b50535770d137f42a1
MapboxNavigation: f2421d31a60847dd15fe2b5ca376a2a00836d675
MapboxNavigationNative: 2d599b1f5bceb5e353cca64b49b3b6d4f389491b
MapboxSpeech: 67a558a672dc2b6266a993f4624895f69e58d105
Polyline: 0e9890790292741c8186201a536b6bb6a78d02dd
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Location Usage Description</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions 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.0-rc.3'
s.version = '1.0.0-rc.4'
s.summary = "Complete turn-by-turn navigation interface for iOS."

s.description = <<-DESC
Expand Down Expand Up @@ -46,7 +46,7 @@ Pod::Spec.new do |s|
s.frameworks = ['CarPlay']

s.dependency "MapboxAccounts", "~> 2.3.0"
s.dependency "MapboxDirections", "~> 1.0.0-rc.1"
s.dependency "MapboxDirections", "~> 1.0.0-rc.2"
s.dependency "MapboxGeocoder.swift", "~> 0.10.0"
s.dependency "Mapbox-iOS-SDK", "~> 6.0"
s.dependency "MapboxMobileEvents", "~> 0.10.2"
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.0-rc.3'
s.version = '1.0.0-rc.4'
s.summary = "Complete turn-by-turn navigation interface for iOS."

s.description = <<-DESC
Expand Down
20 changes: 10 additions & 10 deletions MapboxNavigation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3019,7 +3019,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 27;
DYLIB_CURRENT_VERSION = 28;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -3041,7 +3041,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 27;
DYLIB_CURRENT_VERSION = 28;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -3256,12 +3256,12 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 27;
DYLIB_CURRENT_VERSION = 28;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -3291,11 +3291,11 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 27;
DYLIB_CURRENT_VERSION = 28;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -3397,7 +3397,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -3461,7 +3461,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -3494,7 +3494,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 27;
DYLIB_CURRENT_VERSION = 28;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -3519,7 +3519,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GJZR2MEM28;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 27;
DYLIB_CURRENT_VERSION = 28;
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 @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigationTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location Usage Description</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To install Mapbox Navigation using [CocoaPods](https://cocoapods.org/):

1. Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the following specification:
```ruby
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v1.0.0-rc.3'
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v1.0.0-rc.3'
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v1.0.0-rc.4'
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v1.0.0-rc.4'
```

1. Run `pod repo update && pod install` and open the resulting Xcode workspace.
Expand All @@ -93,7 +93,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 "mapbox/mapbox-navigation-ios" "v1.0.0-rc.3"
github "mapbox/mapbox-navigation-ios" "v1.0.0-rc.4"
```

1. Run `carthage update --platform iOS --use-netrc` to build just the iOS dependencies.
Expand Down
2 changes: 1 addition & 1 deletion TestHelper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
</dict>
</plist>

0 comments on commit ce8d6e9

Please sign in to comment.