diff --git a/Commons/Info.plist b/Commons/Info.plist
index 4b25f014..52ccd502 100644
--- a/Commons/Info.plist
+++ b/Commons/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.1.1
+ 2.1.2
CFBundleSignature
????
CFBundleVersion
diff --git a/Documentation/Guides/QuickStart.md b/Documentation/Guides/QuickStart.md
index a907d6f0..2d9b24dc 100644
--- a/Documentation/Guides/QuickStart.md
+++ b/Documentation/Guides/QuickStart.md
@@ -62,7 +62,7 @@ To run CocoaPods, please close Xcode and create a new "Podfile" in your project'
```ruby
target 'HelloMSDKUI' do
platform :ios, '10.0'
- pod 'HEREMapsUI', '2.1.1'
+ pod 'HEREMapsUI', '2.1.2'
end
```
diff --git a/Documentation/Guides_Examples/HelloMSDKUI/Podfile b/Documentation/Guides_Examples/HelloMSDKUI/Podfile
index 370a894d..8f0d86f2 100644
--- a/Documentation/Guides_Examples/HelloMSDKUI/Podfile
+++ b/Documentation/Guides_Examples/HelloMSDKUI/Podfile
@@ -1,5 +1,5 @@
target 'HelloMSDKUI' do
platform :ios, '10.0'
pod 'HEREMapsUI', :path => '../../../' # Integrate dependencies based on the local podspec from this repo (always the latest).
- # Alternatively, to integrate dependencies based on a released podspec use: pod 'HEREMapsUI', '2.1.1'
+ # Alternatively, to integrate dependencies based on a released podspec use: pod 'HEREMapsUI', '2.1.2'
end
diff --git a/Documentation/Guides_Examples/HelloMSDKUI/Podfile.lock b/Documentation/Guides_Examples/HelloMSDKUI/Podfile.lock
index 7aa806c8..104849fd 100644
--- a/Documentation/Guides_Examples/HelloMSDKUI/Podfile.lock
+++ b/Documentation/Guides_Examples/HelloMSDKUI/Podfile.lock
@@ -1,6 +1,6 @@
PODS:
- HEREMaps (3.12.2)
- - HEREMapsUI (2.1.1):
+ - HEREMapsUI (2.1.2):
- HEREMaps (= 3.12.2)
DEPENDENCIES:
@@ -16,8 +16,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
HEREMaps: 94aedb4134e14d806e34cc8688ec2db2584538ff
- HEREMapsUI: 48a17c35a598f623f8cdab8b555492359f4fe90e
+ HEREMapsUI: 4d16a56eb55273bc7eef117e3f31b8a34f734af8
-PODFILE CHECKSUM: 4bb28061398facbb754af285d6e9c6539dc17ba3
+PODFILE CHECKSUM: 5fcbdc2ef81ab1fba3c9b36fa641f6d0d044fdba
COCOAPODS: 1.7.5
diff --git a/Documentation/Guides_Examples/MSDKUIPrimer/Podfile b/Documentation/Guides_Examples/MSDKUIPrimer/Podfile
index d7979a38..2fde7c51 100644
--- a/Documentation/Guides_Examples/MSDKUIPrimer/Podfile
+++ b/Documentation/Guides_Examples/MSDKUIPrimer/Podfile
@@ -1,5 +1,5 @@
target 'MSDKUIPrimer' do
platform :ios, '10.0'
pod 'HEREMapsUI', :path => '../../../' # Integrate dependencies based on the local podspec from this repo (always the latest).
- # Alternatively, to integrate dependencies based on a released podspec use: pod 'HEREMapsUI', '2.1.1'
+ # Alternatively, to integrate dependencies based on a released podspec use: pod 'HEREMapsUI', '2.1.2'
end
diff --git a/Documentation/Guides_Examples/MSDKUIPrimer/Podfile.lock b/Documentation/Guides_Examples/MSDKUIPrimer/Podfile.lock
index 5fd7f646..836aed2c 100644
--- a/Documentation/Guides_Examples/MSDKUIPrimer/Podfile.lock
+++ b/Documentation/Guides_Examples/MSDKUIPrimer/Podfile.lock
@@ -1,6 +1,6 @@
PODS:
- HEREMaps (3.12.2)
- - HEREMapsUI (2.1.1):
+ - HEREMapsUI (2.1.2):
- HEREMaps (= 3.12.2)
DEPENDENCIES:
@@ -16,8 +16,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
HEREMaps: 94aedb4134e14d806e34cc8688ec2db2584538ff
- HEREMapsUI: 48a17c35a598f623f8cdab8b555492359f4fe90e
+ HEREMapsUI: 4d16a56eb55273bc7eef117e3f31b8a34f734af8
-PODFILE CHECKSUM: 494968e5c4ddc0a72e16ee343d15e0334bbcb35a
+PODFILE CHECKSUM: 80ce21e74c6cabf736c02adaa2c068a1243bd977
COCOAPODS: 1.7.5
diff --git a/HEREMapsUI.podspec b/HEREMapsUI.podspec
index 44a2189f..ba3a2b99 100644
--- a/HEREMapsUI.podspec
+++ b/HEREMapsUI.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'HEREMapsUI'
s.module_name = 'MSDKUI'
- s.version = '2.1.1'
+ s.version = '2.1.2'
s.summary = 'HEREMapsUI (MSDKUI) provides ready-to-use UI components for the HERE Mobile SDK for iOS.'
s.description = 'HEREMapsUI (MSDKUI) aims to make life easier for the iOS developers using the HERE Mobile SDK for iOS. It provides ready-to-use UI components with strong customization support. Plus, it supports accessibility and localization.'
s.homepage = 'https://github.com/heremaps/msdkui-ios'
diff --git a/MSDKUI_Demo_Tests/View Controllers/AboutTableViewDataSourceTests.swift b/MSDKUI_Demo_Tests/View Controllers/AboutTableViewDataSourceTests.swift
index 80edb207..de0ff36a 100644
--- a/MSDKUI_Demo_Tests/View Controllers/AboutTableViewDataSourceTests.swift
+++ b/MSDKUI_Demo_Tests/View Controllers/AboutTableViewDataSourceTests.swift
@@ -55,12 +55,12 @@ final class AboutTableViewDataSourceTests: XCTestCase {
// First item
let firstItem = try require(dataSource?.item(at: IndexPath(row: 0, section: 0)))
XCTAssertLocalized(firstItem.title, key: "msdkui_app_app_version", "It has the correct title")
- XCTAssertEqual(firstItem.description, "2.1.1", "It has the correct description")
+ XCTAssertEqual(firstItem.description, "2.1.2", "It has the correct description")
// Second item
let secondItem = try require(dataSource?.item(at: IndexPath(row: 1, section: 0)))
XCTAssertLocalized(secondItem.title, key: "msdkui_app_ui_kit_version", "It has the correct title")
- XCTAssertEqual(secondItem.description, "2.1.1", "It has the correct description")
+ XCTAssertEqual(secondItem.description, "2.1.2", "It has the correct description")
// Third item
let thirdItem = try require(dataSource?.item(at: IndexPath(row: 2, section: 0)))
@@ -101,6 +101,6 @@ final class AboutTableViewDataSourceTests: XCTestCase {
let cell = dataSource?.tableView(try require(tableView), cellForRowAt: IndexPath(row: 1, section: 0)) as? AboutTableViewCell
XCTAssertLocalized(cell?.textLabel?.text, key: "msdkui_app_ui_kit_version", "It has the correct text")
- XCTAssertEqual(cell?.detailTextLabel?.text, "2.1.1", "It has the correct detail text")
+ XCTAssertEqual(cell?.detailTextLabel?.text, "2.1.2", "It has the correct detail text")
}
}
diff --git a/MSDKUI_Tests/VersionTests.swift b/MSDKUI_Tests/VersionTests.swift
index c7a361d6..4229de2a 100644
--- a/MSDKUI_Tests/VersionTests.swift
+++ b/MSDKUI_Tests/VersionTests.swift
@@ -21,7 +21,7 @@ final class VersionTests: XCTestCase {
/// Tests that the framework version is correctly retrieved.
func testFrameworkVersion() {
- let expectedVersion = "2.1.1"
+ let expectedVersion = "2.1.2"
XCTAssertEqual(Version.getString(), expectedVersion, "Not the expected version!")
}
diff --git a/Podfile.lock b/Podfile.lock
index 594642f6..45b42473 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,7 +1,7 @@
PODS:
- EarlGrey (1.15.0)
- HEREMaps (3.12.2)
- - HEREMapsUI (2.1.1):
+ - HEREMapsUI (2.1.2):
- HEREMaps (= 3.12.2)
- OCMock (3.4.3)
- SwiftLint (0.31.0)
@@ -26,10 +26,10 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
EarlGrey: 289a16cc7d08a54b962d72881b21e36d5103b549
HEREMaps: 94aedb4134e14d806e34cc8688ec2db2584538ff
- HEREMapsUI: 48a17c35a598f623f8cdab8b555492359f4fe90e
+ HEREMapsUI: 4d16a56eb55273bc7eef117e3f31b8a34f734af8
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
PODFILE CHECKSUM: db038ba703980cb957f0e21468e3e6080beaef96
-COCOAPODS: 1.6.1
+COCOAPODS: 1.7.5