Skip to content

Commit

Permalink
Release 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iProovBot committed Jun 26, 2024
1 parent ce31053 commit 4c1a588
Show file tree
Hide file tree
Showing 46 changed files with 45,633 additions and 46,460 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Alamofire (5.8.0)
- iProov (11.1.0)
- iProov (11.1.1)
- iProovAPIClient (1.3.0):
- Alamofire (~> 5.0)
- MBProgressHUD (1.2.0)
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: 0e92e751b3e9e66d7982db43919d01f313b8eb91
iProov: 91f5ce7656b744e827147a44ec83aba308ae2ef2
iProov: 14fa45ff813bccd32274ecce2694445aba4956e4
iProovAPIClient: bc435bc286c1fc99305c51de94b841d782f29a0c
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "iProov",
url: "https://github.com/iProov/ios/releases/download/11.1.0/iProov.xcframework.zip",
checksum: "2237b89bb58ab33b3584d9ad518bc23f4b381fd2585ab04d047ae5e5f19288fe"
url: "https://github.com/iProov/ios/releases/download/11.1.1/iProov.xcframework.zip",
checksum: "6a4b85f2e10a6819d97fffaa0719702e9a885db3ef0e4ab75cfec7a05d854af4"
),
.target(
name: "iProovTargets",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![iProov: Flexible authentication for identity assurance](https://github.com/iProov/ios/raw/master/images/banner.jpg)

# iProov Biometrics iOS SDK v11.1.0
# iProov Biometrics iOS SDK v11.1.1

## Introduction

Expand Down Expand Up @@ -82,7 +82,7 @@ Integration with your app is supported via CocoaPods, Swift Package Manager, and
https://github.com/iProov/ios
```

3. Set the _Dependency Rule_ to be _Up to Next Major Version_ and input 11.1.0 as the lower bound.
3. Set the _Dependency Rule_ to be _Up to Next Major Version_ and input 11.1.1 as the lower bound.

3. Click _Add Package_ to add the iProov SDK to your Xcode project and then click again to confirm.

Expand All @@ -94,7 +94,7 @@ If you prefer, you can add iProov via your Package.swift file as follows:
.package(
name: "iProov",
url: "https://github.com/iProov/ios.git",
.upToNextMajor(from: "11.1.0")
.upToNextMajor(from: "11.1.1")
),
```

Expand Down Expand Up @@ -176,7 +176,7 @@ Then add `iProov` to the `dependencies` array of any target for which you wish t

3. Select the **General** tab and then scroll down to **Frameworks, Libraries, and Embedded Content**.

4. Add `iProov.xcframework` from the [release assets](https://github.com/iProov/ios/releases/tag/11.1.0).
4. Add `iProov.xcframework` from the [release assets](https://github.com/iProov/ios/releases/tag/11.1.1).

> **Note**: Ensure you add the .xcframework file, rather than the .framework file.

Expand Down
3 changes: 2 additions & 1 deletion carthage/IProov.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@
"11.0.1": "https://github.com/iProov/ios/releases/download/11.0.1/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.0.1/iProov.xcframework.zip",
"11.0.2": "https://github.com/iProov/ios/releases/download/11.0.2/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.0.2/iProov.xcframework.zip",
"11.0.3": "https://github.com/iProov/ios/releases/download/11.0.3/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.0.3/iProov.xcframework.zip",
"11.1.0": "https://github.com/iProov/ios/releases/download/11.1.0/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.1.0/iProov.xcframework.zip"
"11.1.0": "https://github.com/iProov/ios/releases/download/11.1.0/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.1.0/iProov.xcframework.zip",
"11.1.1": "https://github.com/iProov/ios/releases/download/11.1.1/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.1.1/iProov.xcframework.zip"
}
Binary file modified iProov.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit 4c1a588

Please sign in to comment.