Skip to content

Commit

Permalink
Release 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iProovBot committed Oct 17, 2024
1 parent 83188ce commit 33db3b2
Show file tree
Hide file tree
Showing 25 changed files with 73 additions and 114 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 (12.2.0)
- iProov (12.2.1)
- iProovAPIClient (2.0.0):
- Alamofire (~> 5.0)
- MBProgressHUD (1.2.0)
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: 0e92e751b3e9e66d7982db43919d01f313b8eb91
iProov: 6c62b7e77e76523da8bf3aae759c1ed168034a5b
iProov: d1c8fed3e9b7c1602a326d4789bbf883d3563880
iProovAPIClient: a4a2013ea8429cf94c39ed1d4398fee0af8dd584
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/12.2.0/iProov.xcframework.zip",
checksum: "51a44732ec32c4330255b8d5ea8c53c51a180e7a31c6530f09a98e14de21f472"
url: "https://github.com/iProov/ios/releases/download/12.2.1/iProov.xcframework.zip",
checksum: "1959b3b13d86f96c53d5c82306e5ada2d79e8b49252d67336db70d4350d0a461"
),
.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 v12.2.0
# iProov Biometrics iOS SDK v12.2.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 12.2.0 as the lower bound.
3. Set the _Dependency Rule_ to be _Up to Next Major Version_ and input 12.2.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: "12.2.0")
.upToNextMajor(from: "12.2.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/12.2.0).
4. Add `iProov.xcframework` from the [release assets](https://github.com/iProov/ios/releases/tag/12.2.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 @@ -64,5 +64,6 @@
"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",
"12.0.0": "https://github.com/iProov/ios/releases/download/12.0.0/iProov.xcframework.zip",
"12.1.0": "https://github.com/iProov/ios/releases/download/12.1.0/iProov.xcframework.zip",
"12.2.0": "https://github.com/iProov/ios/releases/download/12.2.0/iProov.xcframework.zip"
"12.2.0": "https://github.com/iProov/ios/releases/download/12.2.0/iProov.xcframework.zip",
"12.2.1": "https://github.com/iProov/ios/releases/download/12.2.1/iProov.xcframework.zip"
}
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 = '12.2.0'
s.version = '12.2.1'
s.summary = 'Biometric Face Verification for Remote Identity Assurance'
s.homepage = 'https://www.iproov.com/'
s.license = { :type => 'commercial', :file => 'LICENSE.md' }
Expand Down
10 changes: 5 additions & 5 deletions iProov.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>iProov.framework/iProov</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>iProov.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>iProov.framework/iProov</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>iProov.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified iProov.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified iProov.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit 33db3b2

Please sign in to comment.