Skip to content

Commit

Permalink
Merge branch 'build/2864'
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-sari-iproov committed Dec 7, 2023
2 parents cfa4eb4 + 7b2c4e6 commit e719943
Show file tree
Hide file tree
Showing 43 changed files with 49,713 additions and 48,205 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.1)
- iProov (11.0.2)
- iProovAPIClient (1.2.0):
- Alamofire (~> 5.0)
- MBProgressHUD (1.2.0)
Expand All @@ -23,10 +23,10 @@ EXTERNAL SOURCES:

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

PODFILE CHECKSUM: 5b2ef3d4e52366b302ee53640927d29c751d516b

COCOAPODS: 1.14.2
COCOAPODS: 1.14.3
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.1/iProov.xcframework.zip",
checksum: "58bad978ffcd004621a67cb1f908303e98948a6411e3cd90a36c32058f85f2e5"
url: "https://github.com/iProov/ios/releases/download/11.0.2/iProov.xcframework.zip",
checksum: "66494a4fabf578a31cd62ee0c63af2f35526fcbda908e5dc72761f52a050d638"
),
.target(
name: "iProovTargets",
Expand Down
9 changes: 5 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.1
# iProov Biometrics iOS SDK v11.0.2

## Introduction

Expand All @@ -19,6 +19,7 @@ The iProov Biometrics SDK includes the following third-party code:

- A [forked version](https://github.com/iproovopensource/GPUImage2) of [GPUImage2](https://github.com/BradLarson/GPUImage2)
- [Expression](https://github.com/nicklockwood/Expression)
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
- [CryptoExportImportManager](https://github.com/DigitalLeaves/CryptoExportImportManager)
- [SwiftProtobuf](https://github.com/apple/swift-protobuf)
- [TrustKit](https://github.com/datatheorem/TrustKit)
Expand Down Expand Up @@ -82,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.1 as the lower bound.
3. Set the _Dependency Rule_ to be _Up to Next Major Version_ and input 11.0.2 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 +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.1")
.upToNextMajor(from: "11.0.2")
),
```

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

> **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 @@ -57,5 +57,6 @@
"11.0.0-beta": "https://github.com/iProov/ios/releases/download/11.0.0-beta/iProov.framework.zip?alt=https://github.com/iProov/ios/releases/download/11.0.0-beta/iProov.xcframework.zip",
"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.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"
}
3 changes: 3 additions & 0 deletions iProov.framework/Headers/iProov-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ SWIFT_CLASS_NAMED("KeyPair")




@class NSBundle;
@class UIColor;
@class IPGenuinePresenceAssuranceOptions;
Expand Down Expand Up @@ -890,6 +891,7 @@ SWIFT_CLASS_NAMED("KeyPair")




@class NSBundle;
@class UIColor;
@class IPGenuinePresenceAssuranceOptions;
Expand Down Expand Up @@ -1411,6 +1413,7 @@ SWIFT_CLASS_NAMED("KeyPair")




@class NSBundle;
@class UIColor;
@class IPGenuinePresenceAssuranceOptions;
Expand Down
Binary file modified iProov.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit e719943

Please sign in to comment.