Skip to content

Commit

Permalink
Release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iProovBot committed Aug 9, 2021
1 parent 03e0dca commit c7c953c
Show file tree
Hide file tree
Showing 76 changed files with 162 additions and 181 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 (4.9.1)
- iProov (9.0.0):
- iProov (9.0.1):
- Socket.IO-Client-Swift (~> 16.0)
- iProovAPIClient (0.4.0):
- Alamofire (~> 4.9)
Expand Down Expand Up @@ -37,7 +37,7 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
iProov: 530f365cec3b7ea6cb025a9c8da3ad7d55558121
iProov: 229c72183e440790a58a0298ae24f1515eea1432
iProovAPIClient: 9484820449f5570655325bc48e58d2fc02a4411e
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
Socket.IO-Client-Swift: c116d6dc9fd6be9c259bacfe143f8725bce7d79e
Expand All @@ -46,4 +46,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 39da1444dfba6fa4a1792b0aceedd179eef46153

COCOAPODS: 1.10.1
COCOAPODS: 1.10.2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![iProov: Flexible authentication for identity assurance](images/banner.jpg)

# iProov Biometrics iOS SDK v9.0.0
# iProov Biometrics iOS SDK v9.0.1

## Table of contents

Expand Down Expand Up @@ -115,7 +115,7 @@ Therefore, this guide will then explain how to build Socket.IO (and its dependen
1. Add the following to your Cartfile:

```
github "socketio/socket.io-client-swift" == 15.2.0
github "socketio/socket.io-client-swift" == 16.0.1
```

2. Create the following workaround script in your root Carthage directory:
Expand Down Expand Up @@ -172,7 +172,7 @@ If you are using Carthage 0.36.0 or earlier, or you wish to remain using traditi

```
binary "https://raw.githubusercontent.com/iProov/ios/master/carthage/IProov.json"
github "socketio/socket.io-client-swift" == 15.2.0
github "socketio/socket.io-client-swift" == 16.0.1
```

2. Create the following workaround script in your root Carthage directory:
Expand Down
3 changes: 2 additions & 1 deletion carthage/IProov.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"8.3.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_8_3_0.zip",
"8.3.1": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_8_3_1.zip",
"8.4.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_8_4_0.zip",
"9.0.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_9_0_0.zip"
"9.0.0": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_9_0_0.zip",
"9.0.1": "https://raw.githubusercontent.com/iProov/ios/master/carthage/iProov_9_0_1.zip"
}
Binary file added carthage/iProov_9_0_1.zip
Binary file not shown.
Binary file modified iProov.framework/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
30 changes: 10 additions & 20 deletions iProov.framework/Headers/iProov-Swift.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if TARGET_OS_SIMULATOR
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
#ifndef IPROOV_SWIFT_H
#define IPROOV_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -191,6 +191,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import Security;
Expand Down Expand Up @@ -219,7 +220,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));



@class NSString;
@class UIImage;

SWIFT_CLASS_NAMED("FailureResult")
Expand All @@ -241,7 +241,6 @@ SWIFT_CLASS_NAMED("IProov")
@end

@class IPOptions;
@class NSNumber;
@class IPSuccessResult;
@class NSError;

Expand Down Expand Up @@ -282,7 +281,6 @@ SWIFT_PROTOCOL("_TtP6iProov26IProovPresentationDelegate_")
@end

@class IPPublicKey;
@class NSData;

SWIFT_CLASS_NAMED("KeyPair")
@interface IPKeyPair : NSObject
Expand Down Expand Up @@ -440,7 +438,7 @@ SWIFT_CLASS_NAMED("SuccessResult")
#endif

#elif defined(__x86_64__) && __x86_64__
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
#ifndef IPROOV_SWIFT_H
#define IPROOV_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -630,6 +628,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import Security;
Expand Down Expand Up @@ -658,7 +657,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));



@class NSString;
@class UIImage;

SWIFT_CLASS_NAMED("FailureResult")
Expand All @@ -680,7 +678,6 @@ SWIFT_CLASS_NAMED("IProov")
@end

@class IPOptions;
@class NSNumber;
@class IPSuccessResult;
@class NSError;

Expand Down Expand Up @@ -721,7 +718,6 @@ SWIFT_PROTOCOL("_TtP6iProov26IProovPresentationDelegate_")
@end

@class IPPublicKey;
@class NSData;

SWIFT_CLASS_NAMED("KeyPair")
@interface IPKeyPair : NSObject
Expand Down Expand Up @@ -879,7 +875,7 @@ SWIFT_CLASS_NAMED("SuccessResult")
#endif

#elif defined(__i386__) && __i386__
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
#ifndef IPROOV_SWIFT_H
#define IPROOV_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1069,6 +1065,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import Security;
Expand Down Expand Up @@ -1097,7 +1094,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));



@class NSString;
@class UIImage;

SWIFT_CLASS_NAMED("FailureResult")
Expand All @@ -1119,7 +1115,6 @@ SWIFT_CLASS_NAMED("IProov")
@end

@class IPOptions;
@class NSNumber;
@class IPSuccessResult;
@class NSError;

Expand Down Expand Up @@ -1160,7 +1155,6 @@ SWIFT_PROTOCOL("_TtP6iProov26IProovPresentationDelegate_")
@end

@class IPPublicKey;
@class NSData;

SWIFT_CLASS_NAMED("KeyPair")
@interface IPKeyPair : NSObject
Expand Down Expand Up @@ -1321,7 +1315,7 @@ SWIFT_CLASS_NAMED("SuccessResult")
#else
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
#ifndef IPROOV_SWIFT_H
#define IPROOV_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1511,6 +1505,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import Security;
Expand Down Expand Up @@ -1539,7 +1534,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));



@class NSString;
@class UIImage;

SWIFT_CLASS_NAMED("FailureResult")
Expand All @@ -1561,7 +1555,6 @@ SWIFT_CLASS_NAMED("IProov")
@end

@class IPOptions;
@class NSNumber;
@class IPSuccessResult;
@class NSError;

Expand Down Expand Up @@ -1602,7 +1595,6 @@ SWIFT_PROTOCOL("_TtP6iProov26IProovPresentationDelegate_")
@end

@class IPPublicKey;
@class NSData;

SWIFT_CLASS_NAMED("KeyPair")
@interface IPKeyPair : NSObject
Expand Down Expand Up @@ -1760,7 +1752,7 @@ SWIFT_CLASS_NAMED("SuccessResult")
#endif

#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
#ifndef IPROOV_SWIFT_H
#define IPROOV_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -1950,6 +1942,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import Foundation;
@import ObjectiveC;
@import Security;
Expand Down Expand Up @@ -1978,7 +1971,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));



@class NSString;
@class UIImage;

SWIFT_CLASS_NAMED("FailureResult")
Expand All @@ -2000,7 +1992,6 @@ SWIFT_CLASS_NAMED("IProov")
@end

@class IPOptions;
@class NSNumber;
@class IPSuccessResult;
@class NSError;

Expand Down Expand Up @@ -2041,7 +2032,6 @@ SWIFT_PROTOCOL("_TtP6iProov26IProovPresentationDelegate_")
@end

@class IPPublicKey;
@class NSData;

SWIFT_CLASS_NAMED("KeyPair")
@interface IPKeyPair : NSObject
Expand Down
Binary file modified iProov.framework/Info.plist
Binary file not shown.
Binary file modified iProov.framework/Modules/iProov.swiftmodule/arm.swiftdoc
Binary file not shown.
12 changes: 6 additions & 6 deletions iProov.framework/Modules/iProov.swiftmodule/arm.swiftinterface
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
// swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name iProov
import AVFoundation
import Accelerate
Expand Down Expand Up @@ -35,8 +35,8 @@ extension CGRect : Swift.CustomDebugStringConvertible {
@objc public static let captureAlreadyActive: Swift.Int
@objc public static let cameraPermissionDenied: Swift.Int
@objc public static let unexpectedError: Swift.Int
@objc override dynamic public init()
@objc deinit
@objc override dynamic public init()
}
public enum IProovError : Foundation.LocalizedError, Foundation.CustomNSError {
case captureAlreadyActive
Expand All @@ -57,7 +57,7 @@ public enum IProovError : Foundation.LocalizedError, Foundation.CustomNSError {
get
}
}
@objc public protocol IProovPresentationDelegate {
@objc public protocol IProovPresentationDelegate : AnyObject {
@objc func present(iProovViewController: UIKit.UIViewController, completion: (() -> Swift.Void)?)
@objc func dismiss(iProovViewController: UIKit.UIViewController, completion: (() -> Swift.Void)?)
}
Expand Down Expand Up @@ -129,8 +129,8 @@ extension IProov {
}
@objc(IPFilter) public enum Filter : Swift.Int {
case classic, shaded, vibrant
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public init?(rawValue: Swift.Int)
public var rawValue: Swift.Int {
get
}
Expand All @@ -148,8 +148,8 @@ infix operator --> : AdditionPrecedence
@objc public var der: Foundation.Data {
@objc get
}
@objc override dynamic public init()
@objc deinit
@objc override dynamic public init()
}
@_hasMissingDesignatedInitializers @objc(IPKeyPair) public class KeyPair : ObjectiveC.NSObject {
@objc public var publicKey: iProov.PublicKey {
Expand All @@ -159,8 +159,8 @@ infix operator --> : AdditionPrecedence
@objc get
}
@objc public func sign(data: Foundation.Data) -> Foundation.Data
@objc override dynamic public init()
@objc deinit
@objc override dynamic public init()
}
public typealias Callback = (iProov.Status) -> Swift.Void
@_hasMissingDesignatedInitializers @objc(IPSuccessResult) public class SuccessResult : ObjectiveC.NSObject {
Expand Down
Binary file modified iProov.framework/Modules/iProov.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
// swift-compiler-version: Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name iProov
import AVFoundation
import Accelerate
Expand Down Expand Up @@ -35,8 +35,8 @@ extension CGRect : Swift.CustomDebugStringConvertible {
@objc public static let captureAlreadyActive: Swift.Int
@objc public static let cameraPermissionDenied: Swift.Int
@objc public static let unexpectedError: Swift.Int
@objc override dynamic public init()
@objc deinit
@objc override dynamic public init()
}
public enum IProovError : Foundation.LocalizedError, Foundation.CustomNSError {
case captureAlreadyActive
Expand All @@ -57,7 +57,7 @@ public enum IProovError : Foundation.LocalizedError, Foundation.CustomNSError {
get
}
}
@objc public protocol IProovPresentationDelegate {
@objc public protocol IProovPresentationDelegate : AnyObject {
@objc func present(iProovViewController: UIKit.UIViewController, completion: (() -> Swift.Void)?)
@objc func dismiss(iProovViewController: UIKit.UIViewController, completion: (() -> Swift.Void)?)
}
Expand Down Expand Up @@ -129,8 +129,8 @@ extension IProov {
}
@objc(IPFilter) public enum Filter : Swift.Int {
case classic, shaded, vibrant
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public init?(rawValue: Swift.Int)
public var rawValue: Swift.Int {
get
}
Expand All @@ -148,8 +148,8 @@ infix operator --> : AdditionPrecedence
@objc public var der: Foundation.Data {
@objc get
}
@objc override dynamic public init()
@objc deinit
@objc override dynamic public init()
}
@_hasMissingDesignatedInitializers @objc(IPKeyPair) public class KeyPair : ObjectiveC.NSObject {
@objc public var publicKey: iProov.PublicKey {
Expand All @@ -159,8 +159,8 @@ infix operator --> : AdditionPrecedence
@objc get
}
@objc public func sign(data: Foundation.Data) -> Foundation.Data
@objc override dynamic public init()
@objc deinit
@objc override dynamic public init()
}
public typealias Callback = (iProov.Status) -> Swift.Void
@_hasMissingDesignatedInitializers @objc(IPSuccessResult) public class SuccessResult : ObjectiveC.NSObject {
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c7c953c

Please sign in to comment.