Skip to content

Commit

Permalink
feat: release 2.16.7 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: runner <[email protected]>
  • Loading branch information
bcorreau and runner authored Jan 14, 2025
1 parent e875bbd commit bc54d45
Show file tree
Hide file tree
Showing 54 changed files with 751 additions and 97 deletions.
10 changes: 5 additions & 5 deletions AcessoBio.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>AcessoBio.framework/AcessoBio</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AcessoBio.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>AcessoBio.framework/AcessoBio</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AcessoBio.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 AcessoBio.xcframework/ios-arm64/AcessoBio.framework/AcessoBio
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ SWIFT_PROTOCOL("_TtP9AcessoBio24SAdapterProtocolDelegate_")
@protocol SAdapterProtocolDelegate
- (void)onSuccessSDKWithResult:(CaptureResult * _Nonnull)result;
- (void)onErrorSDKWithError:(ErrorBio * _Nonnull)error;
- (void)onSuccessConsent;
- (void)onErrorConsent;
@end


Expand All @@ -602,6 +604,7 @@ SWIFT_CLASS("_TtC9AcessoBio27SDKConfigResponseDTOAdapter")
@property (nonatomic, readonly) BOOL isIntegrationCaptureFlow;
@property (nonatomic, readonly) NSInteger maxAttempts;
@property (nonatomic, readonly) BOOL isLiveness;
@property (nonatomic, readonly) BOOL requiresConsent;
@property (nonatomic, readonly) BOOL isS;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
Expand Down Expand Up @@ -805,6 +808,8 @@ typedef SWIFT_ENUM(NSInteger, UnicoEnumsIErrors, open) {
UnicoEnumsIErrorsSESSION_STATUS_TIMEOUT = 73710,
/// Encryption
UnicoEnumsIErrorsENCRYPTION_ERROR = 73800,
/// Consent
UnicoEnumsIErrorsCONSENT_NOT_GIVEN_ERROR = 73740,
};

@class NSException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2881,6 +2881,48 @@
],
"fixedbinaryorder": 15
},
{
"kind": "Var",
"name": "CONSENT_NOT_GIVEN_ERROR",
"printedName": "CONSENT_NOT_GIVEN_ERROR",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "(AcessoBio.UnicoEnumsIErrors.Type) -> AcessoBio.UnicoEnumsIErrors",
"children": [
{
"kind": "TypeNominal",
"name": "UnicoEnumsIErrors",
"printedName": "AcessoBio.UnicoEnumsIErrors",
"usr": "c:@M@AcessoBio@E@UnicoEnumsIErrors"
},
{
"kind": "TypeNominal",
"name": "Metatype",
"printedName": "AcessoBio.UnicoEnumsIErrors.Type",
"children": [
{
"kind": "TypeNominal",
"name": "UnicoEnumsIErrors",
"printedName": "AcessoBio.UnicoEnumsIErrors",
"usr": "c:@M@AcessoBio@E@UnicoEnumsIErrors"
}
]
}
]
}
],
"declKind": "EnumElement",
"usr": "c:@M@AcessoBio@E@UnicoEnumsIErrors@UnicoEnumsIErrorsCONSENT_NOT_GIVEN_ERROR",
"mangledName": "$s9AcessoBio17UnicoEnumsIErrorsO23CONSENT_NOT_GIVEN_ERRORyA2CmF",
"moduleName": "AcessoBio",
"declAttributes": [
"RawDocComment",
"ObjC"
],
"fixedbinaryorder": 16
},
{
"kind": "Constructor",
"name": "init",
Expand Down Expand Up @@ -5615,6 +5657,54 @@
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "onSuccessConsent",
"printedName": "onSuccessConsent()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@AcessoBio@objc(pl)SAdapterProtocolDelegate(im)onSuccessConsent",
"mangledName": "$s9AcessoBio24SAdapterProtocolDelegateP16onSuccessConsentyyF",
"moduleName": "AcessoBio",
"genericSig": "<τ_0_0 where τ_0_0 : AcessoBio.SAdapterProtocolDelegate>",
"sugared_genericSig": "<Self where Self : AcessoBio.SAdapterProtocolDelegate>",
"protocolReq": true,
"declAttributes": [
"ObjC"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "onErrorConsent",
"printedName": "onErrorConsent()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@AcessoBio@objc(pl)SAdapterProtocolDelegate(im)onErrorConsent",
"mangledName": "$s9AcessoBio24SAdapterProtocolDelegateP14onErrorConsentyyF",
"moduleName": "AcessoBio",
"genericSig": "<τ_0_0 where τ_0_0 : AcessoBio.SAdapterProtocolDelegate>",
"sugared_genericSig": "<Self where Self : AcessoBio.SAdapterProtocolDelegate>",
"protocolReq": true,
"declAttributes": [
"ObjC"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
Expand Down Expand Up @@ -10576,6 +10666,50 @@
}
]
},
{
"kind": "Var",
"name": "requiresConsent",
"printedName": "requiresConsent",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "c:@M@AcessoBio@objc(cs)SDKConfigResponseDTOAdapter(py)requiresConsent",
"mangledName": "$s9AcessoBio27SDKConfigResponseDTOAdapterC15requiresConsentSbvp",
"moduleName": "AcessoBio",
"declAttributes": [
"AccessControl",
"ObjC"
],
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "c:@M@AcessoBio@objc(cs)SDKConfigResponseDTOAdapter(im)requiresConsent",
"mangledName": "$s9AcessoBio27SDKConfigResponseDTOAdapterC15requiresConsentSbvg",
"moduleName": "AcessoBio",
"declAttributes": [
"ObjC"
],
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "isS",
Expand Down Expand Up @@ -18484,14 +18618,14 @@
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKTokenResponseDTO+BackendSDK.swift",
"kind": "StringLiteral",
"offset": 515,
"offset": 532,
"length": 15,
"value": "\"session_token\""
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKTokenResponseDTO+BackendSDK.swift",
"kind": "StringLiteral",
"offset": 515,
"offset": 532,
"length": 15,
"value": "\"session_token\""
},
Expand Down Expand Up @@ -18614,6 +18748,13 @@
"length": 5,
"value": "73800"
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/errors\/UnicoEnumsIErrors.swift",
"kind": "IntegerLiteral",
"offset": 1141,
"length": 5,
"value": "73740"
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/errors\/UnicoEnumsIErrors.swift",
"kind": "IntegerLiteral",
Expand Down Expand Up @@ -18726,6 +18867,13 @@
"length": 5,
"value": "73800"
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/errors\/UnicoEnumsIErrors.swift",
"kind": "IntegerLiteral",
"offset": 1141,
"length": 5,
"value": "73740"
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/UnicoSetupServices.swift",
"kind": "StringLiteral",
Expand Down Expand Up @@ -18883,7 +19031,7 @@
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/onboarding_private\/Adapters\/Shuri\/SAdapter.swift",
"kind": "StringLiteral",
"offset": 1138,
"offset": 1272,
"length": 8,
"value": "\"AcessoBio.SAdapter\""
},
Expand Down Expand Up @@ -19674,42 +19822,42 @@
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKConfigResponseDTO.swift",
"kind": "StringLiteral",
"offset": 1709,
"offset": 1743,
"length": 9,
"value": "\"FACETEC\""
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKConfigResponseDTO.swift",
"kind": "StringLiteral",
"offset": 1734,
"offset": 1768,
"length": 5,
"value": "\"EVA\""
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKConfigResponseDTO.swift",
"kind": "StringLiteral",
"offset": 1759,
"offset": 1793,
"length": 9,
"value": "\"DOROTHY\""
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKConfigResponseDTO.swift",
"kind": "StringLiteral",
"offset": 1709,
"offset": 1743,
"length": 9,
"value": "\"FACETEC\""
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKConfigResponseDTO.swift",
"kind": "StringLiteral",
"offset": 1734,
"offset": 1768,
"length": 5,
"value": "\"EVA\""
},
{
"filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKConfigResponseDTO.swift",
"kind": "StringLiteral",
"offset": 1759,
"offset": 1793,
"length": 9,
"value": "\"DOROTHY\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ extension AcessoBio.UnicoFaceCameraPresenter : AcessoBio.UnicoFaceCameraPresente
case SESSION_STATUS_USER_CANCELLED = 73704
case SESSION_STATUS_TIMEOUT = 73710
case ENCRYPTION_ERROR = 73800
case CONSENT_NOT_GIVEN_ERROR = 73740
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
Expand Down Expand Up @@ -211,6 +212,8 @@ public class SDKPredictResponseDTO : Swift.Decodable {
@objc public protocol SAdapterProtocolDelegate {
@objc func onSuccessSDK(result: AcessoBio.CaptureResult)
@objc func onErrorSDK(error: AcessoBio.ErrorBio)
@objc func onSuccessConsent()
@objc func onErrorConsent()
}
@objc @_hasMissingDesignatedInitializers final public class SAdapter : ObjectiveC.NSObject, AcessoBio.SAdapterProtocol {
@objc public init(viewController: UIKit.UIViewController, unicoSetup: AcessoBio.UnicoSetup)
Expand Down Expand Up @@ -367,6 +370,9 @@ public protocol Cancellable {
@objc public var isLiveness: Swift.Bool {
@objc get
}
@objc public var requiresConsent: Swift.Bool {
@objc get
}
@objc public var isS: Swift.Bool {
@objc get
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ extension AcessoBio.UnicoFaceCameraPresenter : AcessoBio.UnicoFaceCameraPresente
case SESSION_STATUS_USER_CANCELLED = 73704
case SESSION_STATUS_TIMEOUT = 73710
case ENCRYPTION_ERROR = 73800
case CONSENT_NOT_GIVEN_ERROR = 73740
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
Expand Down Expand Up @@ -211,6 +212,8 @@ public class SDKPredictResponseDTO : Swift.Decodable {
@objc public protocol SAdapterProtocolDelegate {
@objc func onSuccessSDK(result: AcessoBio.CaptureResult)
@objc func onErrorSDK(error: AcessoBio.ErrorBio)
@objc func onSuccessConsent()
@objc func onErrorConsent()
}
@objc @_hasMissingDesignatedInitializers final public class SAdapter : ObjectiveC.NSObject, AcessoBio.SAdapterProtocol {
@objc public init(viewController: UIKit.UIViewController, unicoSetup: AcessoBio.UnicoSetup)
Expand Down Expand Up @@ -367,6 +370,9 @@ public protocol Cancellable {
@objc public var isLiveness: Swift.Bool {
@objc get
}
@objc public var requiresConsent: Swift.Bool {
@objc get
}
@objc public var isS: Swift.Bool {
@objc get
}
Expand Down
Loading

0 comments on commit bc54d45

Please sign in to comment.