Skip to content

Commit

Permalink
Merge pull request #185 from heremaps/update3163
Browse files Browse the repository at this point in the history
MSDKUI-2285: Update dependencies to 3.16.3
  • Loading branch information
ephmoc authored Aug 7, 2020
2 parents 1bf3cf6 + e07451f commit c5de8e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HEREMapsUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.resource_bundles = {
'MSDKUI' => ['MSDKUI/Assets/*.png', 'MSDKUI/Assets/*.xib', 'MSDKUI/Assets/*.lproj']
}
s.dependency 'HEREMaps', '3.16.2'
s.dependency 'HEREMaps', '3.16.3'
end
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ final class AboutTableViewDataSourceTests: XCTestCase {
// Third item
let thirdItem = try require(dataSource?.item(at: IndexPath(row: 2, section: 0)))
XCTAssertLocalized(thirdItem.title, key: "msdkui_app_here_sdk_version", "It has the correct title")
XCTAssertTrue(thirdItem.description.contains("3.16.2"), "It has the correct description")
XCTAssertTrue(thirdItem.description.contains("3.16.3"), "It has the correct description")

// Fourth item
let fourthItem = try require(dataSource?.item(at: IndexPath(row: 3, section: 0)))
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- EarlGrey (1.16.0)
- HEREMaps (3.16.2)
- HEREMaps (3.16.3)
- HEREMapsUI (2.1.6):
- HEREMaps (= 3.16.2)
- HEREMaps (= 3.16.3)
- OCMock (3.6)
- SwiftLint (0.39.2)

Expand All @@ -25,8 +25,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
EarlGrey: 455e5597ae5ccaca92cd46b81d8b25cacec060a1
HEREMaps: 14b7804cc59553a67a00fb2e710d028d8c692d29
HEREMapsUI: bf20191e7132476632a584fa8c56cdd111f9e4b2
HEREMaps: 7de330a32d03df823aa2c70fc00282d484eff15c
HEREMapsUI: 4ef7a9e344620488e5ff7be0870fc556a2a15ace
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The HERE Mobile SDK UI Kit (MSDKUI) is already fully localized for the following

## Supported platforms

The HERE Mobile SDK UI Kit (MSDKUI) components are available for iOS and [Android](https://github.com/heremaps/msdkui-android). The required HERE Mobile SDK is Version 3.16.2, only the _Premium edition_ is supported. HERE Mobile SDK UI Kit (MSDKUI) supports scooter routing. Please, make sure to extend your license key if you want to include scooter routing in your app.
The HERE Mobile SDK UI Kit (MSDKUI) components are available for iOS and [Android](https://github.com/heremaps/msdkui-android). The required HERE Mobile SDK is Version 3.16.3, only the _Premium edition_ is supported. HERE Mobile SDK UI Kit (MSDKUI) supports scooter routing. Please, make sure to extend your license key if you want to include scooter routing in your app.

### iOS Environment

Expand Down

0 comments on commit c5de8e3

Please sign in to comment.