Skip to content

Commit

Permalink
Release 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanellis committed Dec 3, 2019
1 parent edf1de0 commit 1ab051a
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iProov iOS SDK v7.2.1
# iProov iOS SDK v7.2.2

## 🤳 Introduction

Expand Down Expand Up @@ -233,10 +233,6 @@ extension MyViewController: IProovPresentationDelegate {
>
> 2. To avoid the risk of retain cycles, `Options` only holds a **weak** reference to your presentation delegate. Ensure that your presentation delegate is retained for the lifetime of the iProov capture session, or you may result in a defective flow.
---

> 📲 **SWIFTUI USERS**: If you're building a SwiftUI-based app (iOS 13+), you will need to produce your own custom presentation delegate, as there is no longer the concept of the app delegate window. We will provide an updated default presentation delegate in due course to support SwiftUI apps.
## 🌎 String localization & customization

The SDK ships with English strings only. If you wish to customise the strings in the app or localize them into a different language, see our [Localization Guide](https://github.com/iProov/ios/wiki/Localization).
Expand Down
1 change: 1 addition & 0 deletions carthage/IProov.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
"7.2.0-beta1": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_0-beta1.zip",
"7.2.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_0.zip",
"7.2.1": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_1.zip",
"7.2.2": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_7_2_2.zip",
}
Binary file added carthage/iProov_7_2_2.zip
Binary file not shown.
Binary file modified iProov.framework/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iProov.framework/Info.plist
Binary file not shown.
Binary file modified iProov.framework/iProov
Binary file not shown.
2 changes: 1 addition & 1 deletion iProov.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'iProov'
s.version = '7.2.1'
s.version = '7.2.2'
s.summary = 'Right person. Real person. Right now.'
s.homepage = 'https://www.iproov.com/'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit 1ab051a

Please sign in to comment.