Skip to content

Commit

Permalink
Merge pull request #144 from heremaps/ps/MSDKUI-2133
Browse files Browse the repository at this point in the history
MSDKUI-2133: Update version to 2.1.3
  • Loading branch information
PiotrSzmyt authored Nov 13, 2019
2 parents e3117ab + 41c0473 commit 420bd16
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Commons/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>2.1.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Guides/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To run CocoaPods, please close Xcode and create a new "Podfile" in your project'
```ruby
target 'HelloMSDKUI' do
platform :ios, '11.0'
pod 'HEREMapsUI', '2.1.2'
pod 'HEREMapsUI', '2.1.3'
end
```

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Guides_Examples/HelloMSDKUI/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target 'HelloMSDKUI' do
platform :ios, '11.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.2'
# Alternatively, to integrate dependencies based on a released podspec use: pod 'HEREMapsUI', '2.1.3'
end
4 changes: 2 additions & 2 deletions Documentation/Guides_Examples/HelloMSDKUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- HEREMaps (3.13.2)
- HEREMapsUI (2.1.2):
- HEREMapsUI (2.1.3):
- HEREMaps (= 3.13.2)

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
HEREMaps: cc8908bb685c078b4b7f4d372c2ce3c4b03bf13a
HEREMapsUI: 3963cbeb91a7bca2f5398ae0d6f4501319d5d960
HEREMapsUI: c22193f4a5879e3818199af3185359cd34d0cc73

PODFILE CHECKSUM: 6ed987de1edf2120eca36e9ada9fdcf3117975a5

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Guides_Examples/MSDKUIPrimer/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target 'MSDKUIPrimer' do
platform :ios, '11.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.2'
# Alternatively, to integrate dependencies based on a released podspec use: pod 'HEREMapsUI', '2.1.3'
end
4 changes: 2 additions & 2 deletions Documentation/Guides_Examples/MSDKUIPrimer/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- HEREMaps (3.13.2)
- HEREMapsUI (2.1.2):
- HEREMapsUI (2.1.3):
- HEREMaps (= 3.13.2)

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
HEREMaps: cc8908bb685c078b4b7f4d372c2ce3c4b03bf13a
HEREMapsUI: 3963cbeb91a7bca2f5398ae0d6f4501319d5d960
HEREMapsUI: c22193f4a5879e3818199af3185359cd34d0cc73

PODFILE CHECKSUM: 7ccf5788fa0b1c19a09c3e2c61412c62ef4d6473

Expand Down
2 changes: 1 addition & 1 deletion HEREMapsUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'HEREMapsUI'
s.module_name = 'MSDKUI'
s.version = '2.1.2'
s.version = '2.1.3'
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'
Expand Down
3 changes: 3 additions & 0 deletions MSDKUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2203,6 +2203,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Commons/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.1.3;
MODULE_NAME = MSDKUI_Demo;
PRODUCT_BUNDLE_IDENTIFIER = com.here.msdkui.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2235,6 +2236,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Commons/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.1.3;
MODULE_NAME = MSDKUI_Demo;
PRODUCT_BUNDLE_IDENTIFIER = com.here.msdkui.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2522,6 +2524,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Commons/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.1.3;
MODULE_NAME = MSDKUI_Demo;
PRODUCT_BUNDLE_IDENTIFIER = com.here.msdkui.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2", "It has the correct description")
XCTAssertEqual(firstItem.description, "2.1.3", "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.2", "It has the correct description")
XCTAssertEqual(secondItem.description, "2.1.3", "It has the correct description")

// Third item
let thirdItem = try require(dataSource?.item(at: IndexPath(row: 2, section: 0)))
Expand Down Expand Up @@ -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.2", "It has the correct detail text")
XCTAssertEqual(cell?.detailTextLabel?.text, "2.1.3", "It has the correct detail text")
}
}
2 changes: 1 addition & 1 deletion MSDKUI_Tests/VersionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class VersionTests: XCTestCase {

/// Tests that the framework version is correctly retrieved.
func testFrameworkVersion() {
let expectedVersion = "2.1.2"
let expectedVersion = "2.1.3"

XCTAssertEqual(Version.getString(), expectedVersion, "Not the expected version!")
}
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- EarlGrey (1.15.0)
- HEREMaps (3.13.2)
- HEREMapsUI (2.1.2):
- HEREMapsUI (2.1.3):
- HEREMaps (= 3.13.2)
- OCMock (3.4.3)
- SwiftLint (0.31.0)
Expand All @@ -26,7 +26,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
EarlGrey: 289a16cc7d08a54b962d72881b21e36d5103b549
HEREMaps: cc8908bb685c078b4b7f4d372c2ce3c4b03bf13a
HEREMapsUI: 3963cbeb91a7bca2f5398ae0d6f4501319d5d960
HEREMapsUI: c22193f4a5879e3818199af3185359cd34d0cc73
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3

Expand Down

0 comments on commit 420bd16

Please sign in to comment.