Skip to content

Commit f9775f2

Browse files
committed
Merge branch 'release/5.3.0'
2 parents 9dc09f2 + 796ccc9 commit f9775f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

IDCheckioSDK_Sample/IDCheckioSDK_Sample/ViewControllers/HomeViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ extension HomeViewController: IdcheckioDelegate {
156156
switch document {
157157
case .identity(let idDocument):
158158
message = "Hello \(idDocument.fields[.firstNames]?.value ?? "") \(idDocument.fields[.lastNames]?.value ?? "")"
159+
case .vehicleRegistration(let registrationDoc):
160+
message = "\(registrationDoc.fields[.make]?.value ?? "") \(registrationDoc.fields[.model]?.value ?? "")"
159161
}
160162
} else if let error = error {
161163
message = error.localizedDescription

IDCheckioSDK_Sample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use_frameworks!
88

99
target 'IDCheckioSDK_Sample' do
1010
# Application Pods
11-
pod 'IDCheckIOSDK', '5.2.0'
11+
pod 'IDCheckIOSDK', '5.3.0'
1212

1313
end
1414

0 commit comments

Comments
 (0)