diff --git a/AcuantiOSSDKV11.podspec b/AcuantiOSSDKV11.podspec
index 207307f..74aee0a 100644
--- a/AcuantiOSSDKV11.podspec
+++ b/AcuantiOSSDKV11.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.swift_versions = ['5.4.2']
s.ios.deployment_target = '11.0'
s.name = "AcuantiOSSDKV11"
- s.version = "11.5.3"
+ s.version = "11.5.4"
s.summary = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow "
s.description = "Acuant's latest SDK with most advanced image capture technology and optimized user workflow.
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/Info.plist b/EmbeddedFrameworks/AcuantCommon.xcframework/Info.plist
index 6705250..956d7ff 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/Info.plist
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
AcuantCommon.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
AcuantCommon.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/AcuantCommon b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/AcuantCommon
index 587ef35..4cad435 100755
Binary files a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/AcuantCommon and b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/AcuantCommon differ
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Info.plist b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Info.plist
index fe2059d..8f02b98 100644
Binary files a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Info.plist and b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios.swiftinterface b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios.swiftinterface
index b20b779..348773e 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios.swiftinterface
@@ -51,8 +51,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc override dynamic public init()
@objc deinit
}
-public class AcuantJwtParser {
- public init()
+@_hasMissingDesignatedInitializers public class AcuantJwtParser {
public func parseToken(jwtToken: Swift.String) -> AcuantCommon.AcuantJwtToken?
public func decode(jwtToken jwt: Swift.String) -> [Swift.String : Any]
public func base64UrlDecode(_ value: Swift.String) -> Foundation.Data?
@@ -70,7 +69,7 @@ public protocol IAcuantPackage {
@objc public class func newInstance() -> AcuantCommon.AcuantError
@objc deinit
}
-public class AcuantJwtToken {
+@_hasMissingDesignatedInitializers public class AcuantJwtToken {
final public let value: Swift.String
final public let expiration: Foundation.Date
public init(value: Swift.String, expiration: Foundation.Date)
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
index b20b779..348773e 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
@@ -51,8 +51,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc override dynamic public init()
@objc deinit
}
-public class AcuantJwtParser {
- public init()
+@_hasMissingDesignatedInitializers public class AcuantJwtParser {
public func parseToken(jwtToken: Swift.String) -> AcuantCommon.AcuantJwtToken?
public func decode(jwtToken jwt: Swift.String) -> [Swift.String : Any]
public func base64UrlDecode(_ value: Swift.String) -> Foundation.Data?
@@ -70,7 +69,7 @@ public protocol IAcuantPackage {
@objc public class func newInstance() -> AcuantCommon.AcuantError
@objc deinit
}
-public class AcuantJwtToken {
+@_hasMissingDesignatedInitializers public class AcuantJwtToken {
final public let value: Swift.String
final public let expiration: Foundation.Date
public init(value: Swift.String, expiration: Foundation.Date)
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/AcuantCommon b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/AcuantCommon
index 94e0d85..4be3953 100755
Binary files a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/AcuantCommon and b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/AcuantCommon differ
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Info.plist b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Info.plist
index 905e886..4d26cbf 100644
Binary files a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Info.plist and b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index a3a45b8..a8b7e5f 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -51,8 +51,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc override dynamic public init()
@objc deinit
}
-public class AcuantJwtParser {
- public init()
+@_hasMissingDesignatedInitializers public class AcuantJwtParser {
public func parseToken(jwtToken: Swift.String) -> AcuantCommon.AcuantJwtToken?
public func decode(jwtToken jwt: Swift.String) -> [Swift.String : Any]
public func base64UrlDecode(_ value: Swift.String) -> Foundation.Data?
@@ -70,7 +69,7 @@ public protocol IAcuantPackage {
@objc public class func newInstance() -> AcuantCommon.AcuantError
@objc deinit
}
-public class AcuantJwtToken {
+@_hasMissingDesignatedInitializers public class AcuantJwtToken {
final public let value: Swift.String
final public let expiration: Foundation.Date
public init(value: Swift.String, expiration: Foundation.Date)
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
index a3a45b8..a8b7e5f 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
@@ -51,8 +51,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc override dynamic public init()
@objc deinit
}
-public class AcuantJwtParser {
- public init()
+@_hasMissingDesignatedInitializers public class AcuantJwtParser {
public func parseToken(jwtToken: Swift.String) -> AcuantCommon.AcuantJwtToken?
public func decode(jwtToken jwt: Swift.String) -> [Swift.String : Any]
public func base64UrlDecode(_ value: Swift.String) -> Foundation.Data?
@@ -70,7 +69,7 @@ public protocol IAcuantPackage {
@objc public class func newInstance() -> AcuantCommon.AcuantError
@objc deinit
}
-public class AcuantJwtToken {
+@_hasMissingDesignatedInitializers public class AcuantJwtToken {
final public let value: Swift.String
final public let expiration: Foundation.Date
public init(value: Swift.String, expiration: Foundation.Date)
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 973aff7..007b83b 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -51,8 +51,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc override dynamic public init()
@objc deinit
}
-public class AcuantJwtParser {
- public init()
+@_hasMissingDesignatedInitializers public class AcuantJwtParser {
public func parseToken(jwtToken: Swift.String) -> AcuantCommon.AcuantJwtToken?
public func decode(jwtToken jwt: Swift.String) -> [Swift.String : Any]
public func base64UrlDecode(_ value: Swift.String) -> Foundation.Data?
@@ -70,7 +69,7 @@ public protocol IAcuantPackage {
@objc public class func newInstance() -> AcuantCommon.AcuantError
@objc deinit
}
-public class AcuantJwtToken {
+@_hasMissingDesignatedInitializers public class AcuantJwtToken {
final public let value: Swift.String
final public let expiration: Foundation.Date
public init(value: Swift.String, expiration: Foundation.Date)
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64.swiftinterface b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64.swiftinterface
index 973aff7..007b83b 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64.swiftinterface
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/Modules/AcuantCommon.swiftmodule/x86_64.swiftinterface
@@ -51,8 +51,7 @@ public class AcuantInitializer : AcuantCommon.IAcuantInitializer {
@objc override dynamic public init()
@objc deinit
}
-public class AcuantJwtParser {
- public init()
+@_hasMissingDesignatedInitializers public class AcuantJwtParser {
public func parseToken(jwtToken: Swift.String) -> AcuantCommon.AcuantJwtToken?
public func decode(jwtToken jwt: Swift.String) -> [Swift.String : Any]
public func base64UrlDecode(_ value: Swift.String) -> Foundation.Data?
@@ -70,7 +69,7 @@ public protocol IAcuantPackage {
@objc public class func newInstance() -> AcuantCommon.AcuantError
@objc deinit
}
-public class AcuantJwtToken {
+@_hasMissingDesignatedInitializers public class AcuantJwtToken {
final public let value: Swift.String
final public let expiration: Foundation.Date
public init(value: Swift.String, expiration: Foundation.Date)
diff --git a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/_CodeSignature/CodeResources
index 0aa6c5e..ce28289 100644
--- a/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantCommon.xcframework/ios-arm64_x86_64-simulator/AcuantCommon.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- HgwX8GJzpys1a9DAekHxzsDN9kk=
+ cf6D7C+TNZjSGBYU+FiPd4yoikQ=
Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftdoc
@@ -22,11 +22,11 @@
Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- DXIyqhLb2L1pSXVWm+4tu+QLbmk=
+ yq85ZVyYu1CIZVLu5JlwscG4VIc=
Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- uhlnI8oYNPWZJnts9EQaApc2JYw=
+ 4vHKaYDUmeZaL3owDm0DMPk092c=
Modules/AcuantCommon.swiftmodule/arm64.swiftdoc
@@ -34,11 +34,11 @@
Modules/AcuantCommon.swiftmodule/arm64.swiftinterface
- DXIyqhLb2L1pSXVWm+4tu+QLbmk=
+ yq85ZVyYu1CIZVLu5JlwscG4VIc=
Modules/AcuantCommon.swiftmodule/arm64.swiftmodule
- uhlnI8oYNPWZJnts9EQaApc2JYw=
+ 4vHKaYDUmeZaL3owDm0DMPk092c=
Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -46,11 +46,11 @@
Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- Ow5LOvWOeseU4NgUv5Ycx5D7z8E=
+ I6E7xk0cBpVX1K5R2Ms3d+O3TVY=
Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- xZoavfMt+E3+D3/NY3MahyLj17I=
+ r0QsFYowzMxV+TIKOUkKF/ZZJBs=
Modules/AcuantCommon.swiftmodule/x86_64.swiftdoc
@@ -58,11 +58,11 @@
Modules/AcuantCommon.swiftmodule/x86_64.swiftinterface
- Ow5LOvWOeseU4NgUv5Ycx5D7z8E=
+ I6E7xk0cBpVX1K5R2Ms3d+O3TVY=
Modules/AcuantCommon.swiftmodule/x86_64.swiftmodule
- xZoavfMt+E3+D3/NY3MahyLj17I=
+ r0QsFYowzMxV+TIKOUkKF/ZZJBs=
Modules/module.modulemap
@@ -96,14 +96,14 @@
hash2
- /PdeX1RomMW4QBzwlAgAhQmxlJI3Ga4EecIhOzpAARk=
+ JeKgr424cUj23MPGSWIuWvXlZ9CwaMzvSU+lfeDJRRM=
Modules/AcuantCommon.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- e+vdKCiwITsICJ83uedWRDPvpVfgw9fuX5LAji2Dw/c=
+ /vvhuVYGp3MY3Ak9RW/m5gbP18kTB1q242XtrNv1tII=
Modules/AcuantCommon.swiftmodule/arm64.swiftdoc
@@ -117,14 +117,14 @@
hash2
- /PdeX1RomMW4QBzwlAgAhQmxlJI3Ga4EecIhOzpAARk=
+ JeKgr424cUj23MPGSWIuWvXlZ9CwaMzvSU+lfeDJRRM=
Modules/AcuantCommon.swiftmodule/arm64.swiftmodule
hash2
- e+vdKCiwITsICJ83uedWRDPvpVfgw9fuX5LAji2Dw/c=
+ /vvhuVYGp3MY3Ak9RW/m5gbP18kTB1q242XtrNv1tII=
Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -138,14 +138,14 @@
hash2
- P12DpWfe3qmhSGnzAn+HuT1ItnJUQEE5dAUbbgja+1Y=
+ cVIHk+e0VAvl+mZhVJRB4bTc0d2GWASWiFxJQxFcvLw=
Modules/AcuantCommon.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- au3K1v3yxqz4sUMIEqCqT1kLcFy/82GDdTbZX/YdG7c=
+ sMxscL0fXuJMQKnAONb6IS0AMjcJ+axRlBWnMsWQflU=
Modules/AcuantCommon.swiftmodule/x86_64.swiftdoc
@@ -159,14 +159,14 @@
hash2
- P12DpWfe3qmhSGnzAn+HuT1ItnJUQEE5dAUbbgja+1Y=
+ cVIHk+e0VAvl+mZhVJRB4bTc0d2GWASWiFxJQxFcvLw=
Modules/AcuantCommon.swiftmodule/x86_64.swiftmodule
hash2
- au3K1v3yxqz4sUMIEqCqT1kLcFy/82GDdTbZX/YdG7c=
+ sMxscL0fXuJMQKnAONb6IS0AMjcJ+axRlBWnMsWQflU=
Modules/module.modulemap
diff --git a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/Info.plist b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/Info.plist
index 27d143a..c95a7b2 100644
--- a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/Info.plist
+++ b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
AcuantDocumentProcessing.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
AcuantDocumentProcessing.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/AcuantDocumentProcessing b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/AcuantDocumentProcessing
index 24218df..9b38a50 100755
Binary files a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/AcuantDocumentProcessing and b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/AcuantDocumentProcessing differ
diff --git a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/Info.plist b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/Info.plist
index dd0ea8f..22e303f 100644
Binary files a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/Info.plist and b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64/AcuantDocumentProcessing.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/AcuantDocumentProcessing b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/AcuantDocumentProcessing
index 35d9db3..c836f84 100755
Binary files a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/AcuantDocumentProcessing and b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/AcuantDocumentProcessing differ
diff --git a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/Info.plist b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/Info.plist
index 8225d30..95a80d1 100644
Binary files a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/Info.plist and b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/_CodeSignature/CodeResources
index 9d69bd7..4b59bd5 100644
--- a/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantDocumentProcessing.xcframework/ios-arm64_x86_64-simulator/AcuantDocumentProcessing.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- DT01Yt3ErxOuQsUlbMSd+YZGa60=
+ qx4QbH7SKvD0a8beBclDUehdJxU=
Modules/AcuantDocumentProcessing.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/AcuantEchipReader b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/AcuantEchipReader
index 77c0940..60a451b 100755
Binary files a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/AcuantEchipReader and b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/AcuantEchipReader differ
diff --git a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/Info.plist b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/Info.plist
index dc86843..4c28b03 100644
Binary files a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/Info.plist and b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64/AcuantEchipReader.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/AcuantEchipReader b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/AcuantEchipReader
index 6d97416..ca70352 100755
Binary files a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/AcuantEchipReader and b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/AcuantEchipReader differ
diff --git a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/Info.plist b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/Info.plist
index 385eec9..fea65a9 100644
Binary files a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/Info.plist and b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/_CodeSignature/CodeResources
index d7022bf..3193ce3 100644
--- a/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantEchipReader.xcframework/ios-arm64_x86_64-simulator/AcuantEchipReader.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- EtTtFoMzMIUuLspCtd/jOZvrePo=
+ EC1kI5Hh0mObnD/T/OMQSq5yrEs=
Modules/AcuantEchipReader.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/AcuantFaceMatch b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/AcuantFaceMatch
index b0c7d24..64a0cfe 100755
Binary files a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/AcuantFaceMatch and b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/AcuantFaceMatch differ
diff --git a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/Info.plist b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/Info.plist
index e63ec07..5c723af 100644
Binary files a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/Info.plist and b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64/AcuantFaceMatch.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/AcuantFaceMatch b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/AcuantFaceMatch
index 47b5646..d4abd0b 100755
Binary files a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/AcuantFaceMatch and b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/AcuantFaceMatch differ
diff --git a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/Info.plist b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/Info.plist
index 9631a54..3fc894e 100644
Binary files a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/Info.plist and b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/_CodeSignature/CodeResources
index 8484050..75d11b3 100644
--- a/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantFaceMatch.xcframework/ios-arm64_x86_64-simulator/AcuantFaceMatch.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- SdHM4kDTtqSeXE5jNcRDGK7P5Z0=
+ LKKO+bWkJQKQdXz+r8wfWnQAxxg=
Modules/AcuantFaceMatch.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/AcuantHGLiveness b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/AcuantHGLiveness
index 309eb30..dd15c0c 100755
Binary files a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/AcuantHGLiveness and b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/AcuantHGLiveness differ
diff --git a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/Info.plist b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/Info.plist
index 6913fec..285aa42 100644
Binary files a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/Info.plist and b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64/AcuantHGLiveness.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/AcuantHGLiveness b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/AcuantHGLiveness
index 2ce3826..541b683 100755
Binary files a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/AcuantHGLiveness and b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/AcuantHGLiveness differ
diff --git a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/Info.plist b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/Info.plist
index 4d17c50..ba773ad 100644
Binary files a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/Info.plist and b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/_CodeSignature/CodeResources
index 1e7f459..0381ec5 100644
--- a/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantHGLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantHGLiveness.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- +55LfXNYP4/2gkEOpGDW8kLjjKw=
+ F+Tmh4a2uwjy3A6AjEamecbM2Eg=
Modules/AcuantHGLiveness.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/Info.plist b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/Info.plist
index ccc2026..bcd5bb4 100644
--- a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/Info.plist
+++ b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
AcuantIPLiveness.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
AcuantIPLiveness.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/AcuantIPLiveness b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/AcuantIPLiveness
index c0209ad..73ff5fc 100755
Binary files a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/AcuantIPLiveness and b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/AcuantIPLiveness differ
diff --git a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/Info.plist b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/Info.plist
index b9b06dd..ce005eb 100644
Binary files a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/Info.plist and b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64/AcuantIPLiveness.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/AcuantIPLiveness b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/AcuantIPLiveness
index 9f818bd..ed4d5dc 100755
Binary files a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/AcuantIPLiveness and b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/AcuantIPLiveness differ
diff --git a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/Info.plist b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/Info.plist
index 383a4da..feec47c 100644
Binary files a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/Info.plist and b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/_CodeSignature/CodeResources
index 7b77181..6002fd6 100644
--- a/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantIPLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantIPLiveness.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- sZ+nZFIb6TdTwXPjVzF0HP8LbQE=
+ lDgqkQIXGHUcD7GqonhMu9XKHHY=
Modules/AcuantIPLiveness.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/AcuantImagePreparation b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/AcuantImagePreparation
index 01374cb..7452cce 100755
Binary files a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/AcuantImagePreparation and b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/AcuantImagePreparation differ
diff --git a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/Info.plist b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/Info.plist
index e7feeae..7a90082 100644
Binary files a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/Info.plist and b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64/AcuantImagePreparation.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/AcuantImagePreparation b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/AcuantImagePreparation
index 9729632..66f7dcd 100755
Binary files a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/AcuantImagePreparation and b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/AcuantImagePreparation differ
diff --git a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/Info.plist b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/Info.plist
index f1b3130..5f25bad 100644
Binary files a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/Info.plist and b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/_CodeSignature/CodeResources
index 45180d4..1742fef 100644
--- a/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantImagePreparation.xcframework/ios-arm64_x86_64-simulator/AcuantImagePreparation.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- rjljyufdlHSlKwfl0d+6FrkmVIA=
+ smSKOJdvpoNON073H0aPE3RQKTs=
LICENSE.rst
diff --git a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/AcuantPassiveLiveness b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/AcuantPassiveLiveness
index e4c561d..295db47 100755
Binary files a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/AcuantPassiveLiveness and b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/AcuantPassiveLiveness differ
diff --git a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/Info.plist b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/Info.plist
index 115af7e..7684b3e 100644
Binary files a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/Info.plist and b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64/AcuantPassiveLiveness.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/AcuantPassiveLiveness b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/AcuantPassiveLiveness
index 484c101..6e65342 100755
Binary files a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/AcuantPassiveLiveness and b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/AcuantPassiveLiveness differ
diff --git a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/Info.plist b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/Info.plist
index f13c7dd..9ac1992 100644
Binary files a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/Info.plist and b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/Info.plist differ
diff --git a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/_CodeSignature/CodeResources b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/_CodeSignature/CodeResources
index 2e7f95d..5382e09 100644
--- a/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/_CodeSignature/CodeResources
+++ b/EmbeddedFrameworks/AcuantPassiveLiveness.xcframework/ios-arm64_x86_64-simulator/AcuantPassiveLiveness.framework/_CodeSignature/CodeResources
@@ -14,7 +14,7 @@
Info.plist
- 7E6OSwDG//1Zui1vyM0o1XaEmYc=
+ IwgcmycQonYOxSJ2ub51K7pdTLA=
Modules/AcuantPassiveLiveness.swiftmodule/arm64-apple-ios-simulator.swiftdoc
diff --git a/README.md b/README.md
index fc29b9c..d30f668 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Acuant iOS SDK v11.5.3
+# Acuant iOS SDK v11.5.4
-**September 2021**
+**October 2021**
See [https://github.com/Acuant/iOSSDKV11/releases](https://github.com/Acuant/iOSSDKV11/releases) for release notes.
@@ -30,7 +30,7 @@ Please see the provided [migration details document](iOSmigrationdetails.pdf) fo
## Prerequisites
- iOS version 11.0 or later
-- Xcode 12.5.1
+- Xcode 12.5.1+
## Modules
@@ -131,7 +131,7 @@ The SDK includes the following modules:
1. Add the following in the podfile to get **all** the modules:
platform :ios, '11'
- pod 'AcuantiOSSDKV11', '~> 11.5.3' #for all packages
+ pod 'AcuantiOSSDKV11', '~> 11.5.4' #for all packages
Alternatively, use the following to add **independent** modules in the podfile:
diff --git a/SampleApp/SampleApp/Base.lproj/Main.storyboard b/SampleApp/SampleApp/Base.lproj/Main.storyboard
index 16927b7..2a03321 100644
--- a/SampleApp/SampleApp/Base.lproj/Main.storyboard
+++ b/SampleApp/SampleApp/Base.lproj/Main.storyboard
@@ -103,7 +103,7 @@
-
+
diff --git a/SampleApp/SampleApp/FaceLivenessCameraController.swift b/SampleApp/SampleApp/FaceLivenessCameraController.swift
index 2f83fad..fbfcfa3 100644
--- a/SampleApp/SampleApp/FaceLivenessCameraController.swift
+++ b/SampleApp/SampleApp/FaceLivenessCameraController.swift
@@ -315,7 +315,7 @@ class FaceLivenessCameraController: UIViewController, AcuantHGLiveFaceCaptureDel
//MARK: - Orientation extensions
-internal extension UIWindow {
+extension UIWindow {
var interfaceOrientation: UIInterfaceOrientation? {
if #available(iOS 13, *) {
diff --git a/SampleApp/SampleApp/ResultViewController.swift b/SampleApp/SampleApp/ResultViewController.swift
index 6fd0cf5..612c721 100644
--- a/SampleApp/SampleApp/ResultViewController.swift
+++ b/SampleApp/SampleApp/ResultViewController.swift
@@ -27,30 +27,38 @@ class ResultViewController: UIViewController,UITableViewDataSource,UITableViewDe
public var back: UIImage?
public var faceImageCaptured: UIImage?
- public var username: String?
- public var password: String?
+ var basicAuth: String?
override func viewDidLoad() {
super.viewDidLoad()
-
- if let frontImageUrl = self.frontImageUrl {
- frontImage.downloadedFrom(urlStr: frontImageUrl, username: username!, password: password!)
+ if (front == nil) {
+ if let frontImageUrl = self.frontImageUrl {
+ frontImage.downloadedFrom(urlStr: frontImageUrl, basicAuth: basicAuth!)
+ }
+ } else {
+ frontImage.image = front
+ frontImage.isHidden = false
}
- if let backImageUrl = self.backImageUrl {
- backImage.downloadedFrom(urlStr: backImageUrl, username: username!, password: password!)
+ if (back == nil) {
+ if let backImageUrl = self.backImageUrl {
+ backImage.downloadedFrom(urlStr: backImageUrl, basicAuth: basicAuth!)
+ }
+ } else {
+ backImage.image = back
+ backImage.isHidden = false
}
if let faceImageUrl = self.faceImageUrl {
- faceImage.downloadedFrom(urlStr: faceImageUrl, username: username!, password: password!)
+ faceImage.downloadedFrom(urlStr: faceImageUrl, basicAuth: basicAuth!)
}
if let signImageUrl = self.signImageUrl {
- signImage.downloadedFrom(urlStr: signImageUrl, username: username!, password: password!)
+ signImage.downloadedFrom(urlStr: signImageUrl, basicAuth: basicAuth!)
}
- if backImageUrl == nil {
+ if backImageUrl == nil && back == nil {
backImage.removeFromSuperview()
if faceImageCaptured == nil {
faceImage.leadingAnchor.constraint(equalTo: frontImage.trailingAnchor, constant: 10).isActive = true
@@ -96,15 +104,12 @@ class ResultViewController: UIViewController,UITableViewDataSource,UITableViewDe
}
extension UIImageView {
- func downloadedFrom(urlStr:String,username:String,password:String) {
- let loginData = String(format: "%@:%@", username, password).data(using: String.Encoding.utf8)!
- let base64LoginData = loginData.base64EncodedString()
-
+ func downloadedFrom(urlStr: String, basicAuth: String) {
// create the request
let url = URL(string: urlStr)!
var request = URLRequest(url: url)
request.httpMethod = "GET"
- request.setValue("Basic \(base64LoginData)", forHTTPHeaderField: "Authorization")
+ request.setValue(basicAuth, forHTTPHeaderField: "Authorization")
URLSession.shared.dataTask(with: request) { (data, response, error) in
let httpURLResponse = response as? HTTPURLResponse
diff --git a/SampleApp/SampleApp/RootViewController.swift b/SampleApp/SampleApp/RootViewController.swift
index 9ccdb87..e46a176 100644
--- a/SampleApp/SampleApp/RootViewController.swift
+++ b/SampleApp/SampleApp/RootViewController.swift
@@ -528,7 +528,7 @@ extension RootViewController: UploadImageDelegate {
}
private func handleHealthcardFront() {
- let alert = UIAlertController(title: NSLocalizedString("Back Side?", comment: ""), message: NSLocalizedString("Scan the back side of the health insurance card", comment: ""), preferredStyle:UIAlertController.Style.alert)
+ let alert = UIAlertController(title: NSLocalizedString("Back Side?", comment: ""), message: NSLocalizedString("Scan the back side of the medical insurance card", comment: ""), preferredStyle:UIAlertController.Style.alert)
alert.addAction(UIAlertAction(title: "OK", style: UIAlertAction.Style.default)
{ action -> Void in
self.idOptions.cardSide = CardSide.Back
@@ -572,9 +572,11 @@ extension RootViewController:GetDataDelegate{
if(processingResult.error == nil){
if(self.idOptions.isHealthCard){
let healthCardResult = processingResult as! HealthInsuranceCardResult
+ let frontImage = healthCardResult.frontImage
+ let backImage = healthCardResult.backImage
let mirrored_object = Mirror(reflecting: healthCardResult)
var dataArray = Array()
- for (index, attr) in mirrored_object.children.enumerated() {
+ for (_, attr) in mirrored_object.children.enumerated() {
if let property_name = attr.label as String? {
if let property_value = attr.value as? String {
if(property_value != ""){
@@ -584,7 +586,7 @@ extension RootViewController:GetDataDelegate{
}
}
- showHealthCardResult(data: dataArray, front: healthCardResult.frontImage, back: healthCardResult.backImage)
+ showHealthCardResult(data: dataArray, front: frontImage, back: backImage)
DocumentProcessing.deleteInstance(instanceId: healthCardResult.instanceID!,type:DeleteType.MedicalCard, delegate: self)
}else{
@@ -673,8 +675,7 @@ extension RootViewController:GetDataDelegate{
resultViewController.backImageUrl = back
resultViewController.signImageUrl = sign
resultViewController.faceImageUrl = face
- resultViewController.username = Credential.username()
- resultViewController.password = Credential.password()
+ resultViewController.basicAuth = Credential.getBasicAuthHeader()
resultViewController.faceImageCaptured = self.faceCapturedImage
self.navigationController?.pushViewController(resultViewController, animated: true)
}
@@ -871,14 +872,11 @@ extension RootViewController : FacialMatchDelegate{
self.showProgressView(text: "Processing...")
self.getDataGroup.notify(queue: .main){
if(self.capturedFaceImageUrl != nil && image != nil){
- let loginData = String(format: "%@:%@", Credential.username()!, Credential.password()!).data(using: String.Encoding.utf8)!
- let base64LoginData = loginData.base64EncodedString()
-
// create the request
let url = URL(string: self.capturedFaceImageUrl!)!
var request = URLRequest(url: url)
request.httpMethod = "GET"
- request.setValue("Basic \(base64LoginData)", forHTTPHeaderField: "Authorization")
+ request.setValue(Credential.getBasicAuthHeader()!, forHTTPHeaderField: "Authorization")
URLSession.shared.dataTask(with: request) { (data, response, error) in
let httpURLResponse = response as? HTTPURLResponse
diff --git a/SampleApp/SampleApp/Token/AcuantTokenService.swift b/SampleApp/SampleApp/Token/AcuantTokenService.swift
index 1e22427..1df6f61 100644
--- a/SampleApp/SampleApp/Token/AcuantTokenService.swift
+++ b/SampleApp/SampleApp/Token/AcuantTokenService.swift
@@ -18,20 +18,13 @@ public class AcuantTokenService: IAcuantTokenService{
public func getTask(callback: @escaping (String?) -> ()) -> URLSessionTask?{
let session = URLSession.shared
- if let endpoint = Credential.endpoints()?.acasEndpoint,
- let urlPath = NSURL(string: "\(endpoint)/oauth/token"),
- let username = Credential.username(),
- let password = Credential.password()
- {
+ if let endpoint = Credential.endpoints()?.acasEndpoint,
+ let urlPath = NSURL(string: "\(endpoint)/oauth/token"),
+ let auth = Credential.getBasicAuthHeader() {
let request = NSMutableURLRequest(url: urlPath as URL)
-
- let sub = (Credential.subscription() != nil && !Credential.subscription()!.isEmpty) ? "\(Credential.subscription()!);" : ""
- let utf8str = (sub + username+":"+password).data(using: String.Encoding.utf8)
- let authValue = "Basic \(utf8str?.base64EncodedString() ?? "")"
-
request.timeoutInterval = 60
request.cachePolicy = NSURLRequest.CachePolicy.reloadIgnoringLocalCacheData
- request.addValue(authValue, forHTTPHeaderField: "Authorization")
+ request.addValue(auth, forHTTPHeaderField: "Authorization")
request.addValue("application/json", forHTTPHeaderField: "Content-Type")
request.httpMethod = "POST"
request.httpBody = "{\"grant_type\": \"client_credentials\"}".data(using: .utf8)
diff --git a/SampleApp/SampleApp/en.lproj/Localizable.strings b/SampleApp/SampleApp/en.lproj/Localizable.strings
index 71b2b8a..cae8960 100644
--- a/SampleApp/SampleApp/en.lproj/Localizable.strings
+++ b/SampleApp/SampleApp/en.lproj/Localizable.strings
@@ -1,6 +1,6 @@
/* SampleApp */
"Back Side?" = "Back Side?";
-"Scan the back side of the health insurance card" = "Scan the back side of the health insurance card";
+"Scan the back side of the medical insurance card" = "Scan the back side of the medical insurance card";
"Scan the back side of the ID document" = "Scan the back side of the ID document";
"Capture Barcode" = "Capture Barcode";
"Barcode Expected" = "A barcode was expected but was not captured. Please try capturing the barcode";
diff --git a/SampleApp/SampleApp/es.lproj/Localizable.strings b/SampleApp/SampleApp/es.lproj/Localizable.strings
index 89cdee6..5ecf79e 100644
--- a/SampleApp/SampleApp/es.lproj/Localizable.strings
+++ b/SampleApp/SampleApp/es.lproj/Localizable.strings
@@ -1,6 +1,6 @@
/* SampleApp */
"Back Side?" = "Reverso?";
-"Scan the back side of the health insurance card" = "Escanee el reverso de la tarjeta de seguro de salud";
+"Scan the back side of the medical insurance card" = "Escanee el reverso de la tarjeta de seguro de salud";
"Scan the back side of the ID document" = "Escanee el reverso del documento de identificación";
"Capture Barcode" = "Capturar código de barras";
"Barcode Expected" = "Un código de barras era esperado pero no fue capturado. Por favor trate de capturar el código de barras";
diff --git a/SampleApp/SampleApp/fil.lproj/Localizable.strings b/SampleApp/SampleApp/fil.lproj/Localizable.strings
index 58cdc2e..6e79d88 100644
--- a/SampleApp/SampleApp/fil.lproj/Localizable.strings
+++ b/SampleApp/SampleApp/fil.lproj/Localizable.strings
@@ -1,6 +1,6 @@
/* SampleApp */
"Back Side?" = "Likod ng ID?";
-"Scan the back side of the health insurance card" = "Kuhanan ng larawan ang likod ng health insurance ID";
+"Scan the back side of the medical insurance card" = "Kuhanan ng larawan ang likod ng health insurance ID";
"Scan the back side of the ID document" = "Kuhanan ng larawan ang likod ng ID";
"Capture Barcode" = "Makuha ang barcode";
"Barcode Expected" = "Inaasahan ang isang barcode ngunit hindi nakuha. Mangyaring subukang kopyahin ang barcode";