Skip to content

Commit

Permalink
Release 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iProovBot committed Feb 16, 2024
1 parent e719943 commit 313f835
Show file tree
Hide file tree
Showing 27 changed files with 297 additions and 296 deletions.
6 changes: 3 additions & 3 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.0.2)
- iProov (11.0.3)
- iProovAPIClient (1.2.0):
- Alamofire (~> 5.0)
- MBProgressHUD (1.2.0)
Expand All @@ -23,10 +23,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: 0e92e751b3e9e66d7982db43919d01f313b8eb91
iProov: 728c99d21f8e25774366b4077841cd2c8e4932c1
iProov: c596936165f56fab2e08d76e9dc94b86db2f4e8f
iProovAPIClient: b97c74568605d73d6930653752f7fea1d79746ee
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406

PODFILE CHECKSUM: 5b2ef3d4e52366b302ee53640927d29c751d516b

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
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.0.2/iProov.xcframework.zip",
checksum: "66494a4fabf578a31cd62ee0c63af2f35526fcbda908e5dc72761f52a050d638"
url: "https://github.com/iProov/ios/releases/download/11.0.3/iProov.xcframework.zip",
checksum: "6da33ee7eb224083a0565d4d6a1663025e51d9677d536db93fe6ab8b39d783cf"
),
.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.0.2
# iProov Biometrics iOS SDK v11.0.3

## Introduction

Expand Down Expand Up @@ -83,7 +83,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.0.2 as the lower bound.
3. Set the _Dependency Rule_ to be _Up to Next Major Version_ and input 11.0.3 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 @@ -95,7 +95,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.0.2")
.upToNextMajor(from: "11.0.3")
),
```

Expand Down Expand Up @@ -177,7 +177,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.0.2).
4. Add `iProov.xcframework` from the [release assets](https://github.com/iProov/ios/releases/tag/11.0.3).

> **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 @@ -58,5 +58,6 @@
"11.0.0-beta2": "https://github.com/iProov/ios/releases/download/11.0.0-beta2/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.0.0-beta2/iProov.xcframework.zip",
"11.0.0": "https://github.com/iProov/ios/releases/download/11.0.0/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.0.0/iProov.xcframework.zip",
"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.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"
}
Binary file modified iProov.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit 313f835

Please sign in to comment.