Skip to content

Commit

Permalink
update: added ios sdk v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
luechenchris committed Jun 14, 2021
1 parent f56839a commit 3695d7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target 'SampleApp' do
use_frameworks!

# Pods for SampleApp
pod 'OrbaOneSdk'
pod 'OrbaOneSdk', '0.0.8'
end
8 changes: 4 additions & 4 deletions SampleApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Alamofire (5.4.3)
- OrbaOneSdk (0.0.3):
- OrbaOneSdk (0.0.8):
- Alamofire (~> 5.4)

DEPENDENCIES:
- OrbaOneSdk
- OrbaOneSdk (= 0.0.8)

SPEC REPOS:
trunk:
Expand All @@ -13,8 +13,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
Alamofire: e447a2774a40c996748296fa2c55112fdbbc42f9
OrbaOneSdk: e49913631bc7b8eb0786653a017ab534856981a7
OrbaOneSdk: 25686a55a653950becc5d53f049c540ac708eb3a

PODFILE CHECKSUM: 022b976b2cc4d74104b4a400456e3f6f6bc94037
PODFILE CHECKSUM: 10359009bad5af43e733e09bbf778024c49eaebc

COCOAPODS: 1.10.1
2 changes: 1 addition & 1 deletion SampleApp/SampleApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ViewController: UIViewController {
}

@IBAction func startButton(_ sender: Any) {
let config = OrbaOneConfig().setApiKey("PUBLIC-KEY").setApplicantId("APPLICANT-ID").setFlow([.INTRO, .ID, .FACESCAN]).build()
let config = OrbaOneConfig().setApiKey("PUBLIC-KEY").setApplicantId("GUEST").setFlow([.INTRO, .ID, .FACESCAN]).build()
do {
let sdk = try OrbaOneFlow(configuration: config)
sdk.with(responseHandler: {response in
Expand Down

0 comments on commit 3695d7f

Please sign in to comment.