diff --git a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/AcessoBio b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/AcessoBio index aa7795b..0f514ed 100755 Binary files a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/AcessoBio and b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/AcessoBio differ diff --git a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Headers/AcessoBio-Swift.h b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Headers/AcessoBio-Swift.h index ed5bd74..76b2b30 100644 --- a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Headers/AcessoBio-Swift.h +++ b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Headers/AcessoBio-Swift.h @@ -614,7 +614,7 @@ SWIFT_CLASS("_TtC9AcessoBio25UnicoCameraMetadataOutput") SWIFT_CLASS("_TtC9AcessoBio25UnicoCheckLivenessAdapter") @interface UnicoCheckLivenessAdapter : NSObject -- (nonnull instancetype)initWithViewController:(UIViewController * _Nonnull)viewController sdkToken:(SDKTokenResponseDTOAdapter * _Nonnull)sdkToken bioThemeDelegate:(id _Nullable)bioThemeDelegate isHomolog:(BOOL)isHomolog; +- (nonnull instancetype)initWithViewController:(UIViewController * _Nonnull)viewController sdkToken:(SDKTokenResponseDTOAdapter * _Nonnull)sdkToken bioThemeDelegate:(id _Nullable)bioThemeDelegate isHomolog:(BOOL)isHomolog hostKey:(NSString * _Nonnull)hostKey; - (void)prepareCameraWithSuccess:(void (^ _Nonnull)(void))success failure:(void (^ _Nonnull)(ErrorBio * _Nonnull))failure; - (void)openCameraWithUnicoSetup:(UnicoSetupData * _Nonnull)unicoSetup timeoutInterval:(double)timeoutInterval success:(void (^ _Nonnull)(NSDictionary * _Nonnull))success failure:(void (^ _Nonnull)(ErrorBio * _Nonnull))failure; - (NSString * _Nonnull)getLivenessKeybody SWIFT_WARN_UNUSED_RESULT; @@ -839,6 +839,7 @@ SWIFT_CLASS("_TtC9AcessoBio10UnicoSetup") SWIFT_CLASS("_TtC9AcessoBio14UnicoSetupData") @interface UnicoSetupData : NSObject +- (NSString * _Nullable)getHostKey SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end diff --git a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.private.swiftinterface b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.private.swiftinterface index 8465dc4..7d1491a 100644 --- a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -162,7 +162,7 @@ extension AcessoBio.UnicoCheckThemes { public typealias PrepareCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void public typealias OpenCompletionSuccess = ([Swift.String : Any]) -> Swift.Void public typealias OpenCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void - @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool) + @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool, hostKey: Swift.String) @objc public func prepareCamera(success: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionFailure) @objc public func openCamera(unicoSetup: AcessoBio.UnicoSetupData, timeoutInterval: Swift.Double, success: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionFailure) @objc public func getLivenessKeybody() -> Swift.String @@ -190,6 +190,7 @@ public class SDKPredictResponseDTO : Swift.Decodable { @objc func make() -> AcessoBio.SensorsWorker } @objc @_hasMissingDesignatedInitializers final public class UnicoSetupData : ObjectiveC.NSObject { + @objc final public func getHostKey() -> Swift.String? @objc deinit } extension AcessoBio.UnicoSetupData : Swift.Decodable { diff --git a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftinterface b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftinterface index 8465dc4..7d1491a 100644 --- a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftinterface +++ b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftinterface @@ -162,7 +162,7 @@ extension AcessoBio.UnicoCheckThemes { public typealias PrepareCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void public typealias OpenCompletionSuccess = ([Swift.String : Any]) -> Swift.Void public typealias OpenCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void - @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool) + @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool, hostKey: Swift.String) @objc public func prepareCamera(success: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionFailure) @objc public func openCamera(unicoSetup: AcessoBio.UnicoSetupData, timeoutInterval: Swift.Double, success: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionFailure) @objc public func getLivenessKeybody() -> Swift.String @@ -190,6 +190,7 @@ public class SDKPredictResponseDTO : Swift.Decodable { @objc func make() -> AcessoBio.SensorsWorker } @objc @_hasMissingDesignatedInitializers final public class UnicoSetupData : ObjectiveC.NSObject { + @objc final public func getHostKey() -> Swift.String? @objc deinit } extension AcessoBio.UnicoSetupData : Swift.Decodable { diff --git a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/_CodeSignature/CodeResources b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/_CodeSignature/CodeResources index 54396db..50d7b1d 100644 --- a/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/_CodeSignature/CodeResources +++ b/AcessoBio.xcframework/ios-arm64/AcessoBio.framework/_CodeSignature/CodeResources @@ -10,7 +10,7 @@ Headers/AcessoBio-Swift.h - hgaYCYMCDNG7Gg/pFAh2/yt5wAo= + 1i+dRh8G1C5jPEQ0Sz13Qkj4li4= Headers/AcessoBio.h @@ -118,7 +118,7 @@ Modules/AcessoBio.swiftmodule/arm64-apple-ios.private.swiftinterface - 8nID0KmS5mO6P8T+tzDU96nWtnw= + e1V/2EhjenZbFKofeMeDcdtee3M= Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftdoc @@ -126,11 +126,11 @@ Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftinterface - 8nID0KmS5mO6P8T+tzDU96nWtnw= + e1V/2EhjenZbFKofeMeDcdtee3M= Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftmodule - CtuWrShogA64ePBx0B5yyH7/dDM= + 1FPrSPnVGVE0gIuld2M+BYCY1T8= Modules/module.modulemap @@ -202,7 +202,7 @@ hash2 - OwAbvc1kketMFikSq0Q1V0MADSS7OpNPKOiOYoJMdhg= + 8GNtzL4/mKSLdUEjgicOkLzB13UrpzgUwBd2Mt0tkGc= Headers/AcessoBio.h @@ -384,7 +384,7 @@ hash2 - /mKs5LbJrAhAdxGn1SoZSKqctwVMGER69qokJePOB9I= + f50sgmh4kiId2qi0KXb0ESpHD99zt2bqtvqbdEmdu3M= Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftdoc @@ -398,14 +398,14 @@ hash2 - /mKs5LbJrAhAdxGn1SoZSKqctwVMGER69qokJePOB9I= + f50sgmh4kiId2qi0KXb0ESpHD99zt2bqtvqbdEmdu3M= Modules/AcessoBio.swiftmodule/arm64-apple-ios.swiftmodule hash2 - dfvh0IgJZnlKqxp+8FvVE5LjZyRK8cEE3Vr+ZH0uqhg= + nRCQnx3/ldDK+ASaE3ol8rsGKzQAYlwdDDvllADafKQ= Modules/module.modulemap diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/AcessoBio b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/AcessoBio index 952c886..9e7da6b 100755 Binary files a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/AcessoBio and b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/AcessoBio differ diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Headers/AcessoBio-Swift.h b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Headers/AcessoBio-Swift.h index 17c8463..8e46c16 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Headers/AcessoBio-Swift.h +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Headers/AcessoBio-Swift.h @@ -614,7 +614,7 @@ SWIFT_CLASS("_TtC9AcessoBio25UnicoCameraMetadataOutput") SWIFT_CLASS("_TtC9AcessoBio25UnicoCheckLivenessAdapter") @interface UnicoCheckLivenessAdapter : NSObject -- (nonnull instancetype)initWithViewController:(UIViewController * _Nonnull)viewController sdkToken:(SDKTokenResponseDTOAdapter * _Nonnull)sdkToken bioThemeDelegate:(id _Nullable)bioThemeDelegate isHomolog:(BOOL)isHomolog; +- (nonnull instancetype)initWithViewController:(UIViewController * _Nonnull)viewController sdkToken:(SDKTokenResponseDTOAdapter * _Nonnull)sdkToken bioThemeDelegate:(id _Nullable)bioThemeDelegate isHomolog:(BOOL)isHomolog hostKey:(NSString * _Nonnull)hostKey; - (void)prepareCameraWithSuccess:(void (^ _Nonnull)(void))success failure:(void (^ _Nonnull)(ErrorBio * _Nonnull))failure; - (void)openCameraWithUnicoSetup:(UnicoSetupData * _Nonnull)unicoSetup timeoutInterval:(double)timeoutInterval success:(void (^ _Nonnull)(NSDictionary * _Nonnull))success failure:(void (^ _Nonnull)(ErrorBio * _Nonnull))failure; - (NSString * _Nonnull)getLivenessKeybody SWIFT_WARN_UNUSED_RESULT; @@ -839,6 +839,7 @@ SWIFT_CLASS("_TtC9AcessoBio10UnicoSetup") SWIFT_CLASS("_TtC9AcessoBio14UnicoSetupData") @interface UnicoSetupData : NSObject +- (NSString * _Nullable)getHostKey SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -1501,7 +1502,7 @@ SWIFT_CLASS("_TtC9AcessoBio25UnicoCameraMetadataOutput") SWIFT_CLASS("_TtC9AcessoBio25UnicoCheckLivenessAdapter") @interface UnicoCheckLivenessAdapter : NSObject -- (nonnull instancetype)initWithViewController:(UIViewController * _Nonnull)viewController sdkToken:(SDKTokenResponseDTOAdapter * _Nonnull)sdkToken bioThemeDelegate:(id _Nullable)bioThemeDelegate isHomolog:(BOOL)isHomolog; +- (nonnull instancetype)initWithViewController:(UIViewController * _Nonnull)viewController sdkToken:(SDKTokenResponseDTOAdapter * _Nonnull)sdkToken bioThemeDelegate:(id _Nullable)bioThemeDelegate isHomolog:(BOOL)isHomolog hostKey:(NSString * _Nonnull)hostKey; - (void)prepareCameraWithSuccess:(void (^ _Nonnull)(void))success failure:(void (^ _Nonnull)(ErrorBio * _Nonnull))failure; - (void)openCameraWithUnicoSetup:(UnicoSetupData * _Nonnull)unicoSetup timeoutInterval:(double)timeoutInterval success:(void (^ _Nonnull)(NSDictionary * _Nonnull))success failure:(void (^ _Nonnull)(ErrorBio * _Nonnull))failure; - (NSString * _Nonnull)getLivenessKeybody SWIFT_WARN_UNUSED_RESULT; @@ -1726,6 +1727,7 @@ SWIFT_CLASS("_TtC9AcessoBio10UnicoSetup") SWIFT_CLASS("_TtC9AcessoBio14UnicoSetupData") @interface UnicoSetupData : NSObject +- (NSString * _Nullable)getHostKey SWIFT_WARN_UNUSED_RESULT; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.abi.json b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.abi.json index 3f3f9f2..ad3fda7 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -4209,7 +4209,7 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(viewController:sdkToken:bioThemeDelegate:isHomolog:)", + "printedName": "init(viewController:sdkToken:bioThemeDelegate:isHomolog:hostKey:)", "children": [ { "kind": "TypeNominal", @@ -4248,13 +4248,19 @@ "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Constructor", - "usr": "c:@M@AcessoBio@objc(cs)UnicoCheckLivenessAdapter(im)initWithViewController:sdkToken:bioThemeDelegate:isHomolog:", - "mangledName": "$s9AcessoBio25UnicoCheckLivenessAdapterC14viewController8sdkToken16bioThemeDelegate9isHomologACSo06UIViewH0C_AA26SDKTokenResponseDTOAdapterCSo0ablM0_pSgSbtcfc", + "usr": "c:@M@AcessoBio@objc(cs)UnicoCheckLivenessAdapter(im)initWithViewController:sdkToken:bioThemeDelegate:isHomolog:hostKey:", + "mangledName": "$s9AcessoBio25UnicoCheckLivenessAdapterC14viewController8sdkToken16bioThemeDelegate9isHomolog7hostKeyACSo06UIViewH0C_AA26SDKTokenResponseDTOAdapterCSo0ablM0_pSgSbSStcfc", "moduleName": "AcessoBio", - "objc_name": "initWithViewController:sdkToken:bioThemeDelegate:isHomolog:", + "objc_name": "initWithViewController:sdkToken:bioThemeDelegate:isHomolog:hostKey:", "declAttributes": [ "Convenience", "AccessControl", @@ -5246,6 +5252,37 @@ "name": "UnicoSetupData", "printedName": "UnicoSetupData", "children": [ + { + "kind": "Function", + "name": "getHostKey", + "printedName": "getHostKey()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@AcessoBio@objc(cs)UnicoSetupData(im)getHostKey", + "mangledName": "$s9AcessoBio14UnicoSetupDataC10getHostKeySSSgyF", + "moduleName": "AcessoBio", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Constructor", "name": "init", @@ -17476,42 +17513,42 @@ { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 919, + "offset": 936, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 919, + "offset": 936, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1004, + "offset": 1021, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1039, + "offset": 1056, "length": 10, "value": "\"host_key\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1004, + "offset": 1021, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1039, + "offset": 1056, "length": 10, "value": "\"host_key\"" }, @@ -17968,7 +18005,7 @@ "kind": "StringLiteral", "offset": 215, "length": 8, - "value": "\"2.10.0\"" + "value": "\"2.11.0\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKTokenResponseDTO.swift", diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 5db8116..d002745 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -162,7 +162,7 @@ extension AcessoBio.UnicoCheckThemes { public typealias PrepareCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void public typealias OpenCompletionSuccess = ([Swift.String : Any]) -> Swift.Void public typealias OpenCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void - @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool) + @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool, hostKey: Swift.String) @objc public func prepareCamera(success: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionFailure) @objc public func openCamera(unicoSetup: AcessoBio.UnicoSetupData, timeoutInterval: Swift.Double, success: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionFailure) @objc public func getLivenessKeybody() -> Swift.String @@ -190,6 +190,7 @@ public class SDKPredictResponseDTO : Swift.Decodable { @objc func make() -> AcessoBio.SensorsWorker } @objc @_hasMissingDesignatedInitializers final public class UnicoSetupData : ObjectiveC.NSObject { + @objc final public func getHostKey() -> Swift.String? @objc deinit } extension AcessoBio.UnicoSetupData : Swift.Decodable { diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 5db8116..d002745 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -162,7 +162,7 @@ extension AcessoBio.UnicoCheckThemes { public typealias PrepareCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void public typealias OpenCompletionSuccess = ([Swift.String : Any]) -> Swift.Void public typealias OpenCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void - @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool) + @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool, hostKey: Swift.String) @objc public func prepareCamera(success: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionFailure) @objc public func openCamera(unicoSetup: AcessoBio.UnicoSetupData, timeoutInterval: Swift.Double, success: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionFailure) @objc public func getLivenessKeybody() -> Swift.String @@ -190,6 +190,7 @@ public class SDKPredictResponseDTO : Swift.Decodable { @objc func make() -> AcessoBio.SensorsWorker } @objc @_hasMissingDesignatedInitializers final public class UnicoSetupData : ObjectiveC.NSObject { + @objc final public func getHostKey() -> Swift.String? @objc deinit } extension AcessoBio.UnicoSetupData : Swift.Decodable { diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.abi.json b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.abi.json index 3f3f9f2..ad3fda7 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -4209,7 +4209,7 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(viewController:sdkToken:bioThemeDelegate:isHomolog:)", + "printedName": "init(viewController:sdkToken:bioThemeDelegate:isHomolog:hostKey:)", "children": [ { "kind": "TypeNominal", @@ -4248,13 +4248,19 @@ "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Constructor", - "usr": "c:@M@AcessoBio@objc(cs)UnicoCheckLivenessAdapter(im)initWithViewController:sdkToken:bioThemeDelegate:isHomolog:", - "mangledName": "$s9AcessoBio25UnicoCheckLivenessAdapterC14viewController8sdkToken16bioThemeDelegate9isHomologACSo06UIViewH0C_AA26SDKTokenResponseDTOAdapterCSo0ablM0_pSgSbtcfc", + "usr": "c:@M@AcessoBio@objc(cs)UnicoCheckLivenessAdapter(im)initWithViewController:sdkToken:bioThemeDelegate:isHomolog:hostKey:", + "mangledName": "$s9AcessoBio25UnicoCheckLivenessAdapterC14viewController8sdkToken16bioThemeDelegate9isHomolog7hostKeyACSo06UIViewH0C_AA26SDKTokenResponseDTOAdapterCSo0ablM0_pSgSbSStcfc", "moduleName": "AcessoBio", - "objc_name": "initWithViewController:sdkToken:bioThemeDelegate:isHomolog:", + "objc_name": "initWithViewController:sdkToken:bioThemeDelegate:isHomolog:hostKey:", "declAttributes": [ "Convenience", "AccessControl", @@ -5246,6 +5252,37 @@ "name": "UnicoSetupData", "printedName": "UnicoSetupData", "children": [ + { + "kind": "Function", + "name": "getHostKey", + "printedName": "getHostKey()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@AcessoBio@objc(cs)UnicoSetupData(im)getHostKey", + "mangledName": "$s9AcessoBio14UnicoSetupDataC10getHostKeySSSgyF", + "moduleName": "AcessoBio", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Constructor", "name": "init", @@ -17476,42 +17513,42 @@ { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 919, + "offset": 936, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 919, + "offset": 936, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1004, + "offset": 1021, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1039, + "offset": 1056, "length": 10, "value": "\"host_key\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1004, + "offset": 1021, "length": 11, "value": "\"host_info\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/setup\/dto\/UnicoSetupData.swift", "kind": "StringLiteral", - "offset": 1039, + "offset": 1056, "length": 10, "value": "\"host_key\"" }, @@ -17968,7 +18005,7 @@ "kind": "StringLiteral", "offset": 215, "length": 8, - "value": "\"2.10.0\"" + "value": "\"2.11.0\"" }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/AcessoBio\/services\/dto\/response\/SDKTokenResponseDTO.swift", diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index e758477..b971924 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -162,7 +162,7 @@ extension AcessoBio.UnicoCheckThemes { public typealias PrepareCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void public typealias OpenCompletionSuccess = ([Swift.String : Any]) -> Swift.Void public typealias OpenCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void - @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool) + @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool, hostKey: Swift.String) @objc public func prepareCamera(success: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionFailure) @objc public func openCamera(unicoSetup: AcessoBio.UnicoSetupData, timeoutInterval: Swift.Double, success: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionFailure) @objc public func getLivenessKeybody() -> Swift.String @@ -190,6 +190,7 @@ public class SDKPredictResponseDTO : Swift.Decodable { @objc func make() -> AcessoBio.SensorsWorker } @objc @_hasMissingDesignatedInitializers final public class UnicoSetupData : ObjectiveC.NSObject { + @objc final public func getHostKey() -> Swift.String? @objc deinit } extension AcessoBio.UnicoSetupData : Swift.Decodable { diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index e758477..b971924 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -162,7 +162,7 @@ extension AcessoBio.UnicoCheckThemes { public typealias PrepareCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void public typealias OpenCompletionSuccess = ([Swift.String : Any]) -> Swift.Void public typealias OpenCompletionFailure = (AcessoBio.ErrorBio) -> Swift.Void - @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool) + @objc convenience public init(viewController: UIKit.UIViewController, sdkToken: AcessoBio.SDKTokenResponseDTOAdapter, bioThemeDelegate: AcessoBio.AcessoBioThemeDelegate?, isHomolog: Swift.Bool, hostKey: Swift.String) @objc public func prepareCamera(success: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.PrepareCompletionFailure) @objc public func openCamera(unicoSetup: AcessoBio.UnicoSetupData, timeoutInterval: Swift.Double, success: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionSuccess, failure: @escaping AcessoBio.UnicoCheckLivenessAdapter.OpenCompletionFailure) @objc public func getLivenessKeybody() -> Swift.String @@ -190,6 +190,7 @@ public class SDKPredictResponseDTO : Swift.Decodable { @objc func make() -> AcessoBio.SensorsWorker } @objc @_hasMissingDesignatedInitializers final public class UnicoSetupData : ObjectiveC.NSObject { + @objc final public func getHostKey() -> Swift.String? @objc deinit } extension AcessoBio.UnicoSetupData : Swift.Decodable { diff --git a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/_CodeSignature/CodeResources b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/_CodeSignature/CodeResources index 3dad97d..eb6d9df 100644 --- a/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/_CodeSignature/CodeResources +++ b/AcessoBio.xcframework/ios-arm64_x86_64-simulator/AcessoBio.framework/_CodeSignature/CodeResources @@ -10,7 +10,7 @@ Headers/AcessoBio-Swift.h - FKh7LT4gvEdhUvButk7/BNSzmQI= + wtc5gBdM4xFacYaEZUL5hpRo+tw= Headers/AcessoBio.h @@ -118,11 +118,11 @@ Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.abi.json - BISRYnshVaNVJm2JlWlQ5ONkLwA= + 8jMmxOoe8ySXUmKYOI1Ha9OHWOc= Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - aHVx8R44d1OHFeQQp3/KZpMCHYo= + UmRTT7C1TzFS3EOdQcN0Bxlr6Bs= Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -130,19 +130,19 @@ Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftinterface - aHVx8R44d1OHFeQQp3/KZpMCHYo= + UmRTT7C1TzFS3EOdQcN0Bxlr6Bs= Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftmodule - GUYc9HIAkEV0HIyiwcAKpFMJNxE= + 0GnQBfekvbVg5WyR3tp7i5hrBCk= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.abi.json - BISRYnshVaNVJm2JlWlQ5ONkLwA= + 8jMmxOoe8ySXUmKYOI1Ha9OHWOc= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - z3L+/Ai47EHMciIEUliLQl2SRys= + m5Mwt+rL17cjLhZrH95Iu7h2GEM= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -150,11 +150,11 @@ Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - z3L+/Ai47EHMciIEUliLQl2SRys= + m5Mwt+rL17cjLhZrH95Iu7h2GEM= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - yRvX/2MCm4HBX3DXUICFeW31z70= + fuOpxzqrRBxSIx4UohfqXHmtAEM= Modules/module.modulemap @@ -226,7 +226,7 @@ hash2 - uhR8SjQuDHiKonnxqHL5wh5kIgzx2tzrYYZ1uZ4A0gk= + YhODilKdRnuo8Q0ysj1g7OZmh0zoO/Nru3PItTmFNK8= Headers/AcessoBio.h @@ -408,14 +408,14 @@ hash2 - k3LXVMFBfpyhtHFz3KgzGnNoxJFGVP+FvTlFGN2wQZU= + MWp0DvBRr6yxs1GEWO8NC1eR7GXWQqp7xo4mCaE+Ye0= Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - JYjzKc1yHWyZmqyzOL05KuBOybQl7wtf2d2Ovfm7JKA= + YZCMYkwC4XhINHxzPyYGUOg9YXOK/RF06392GQ7DaZw= Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -429,28 +429,28 @@ hash2 - JYjzKc1yHWyZmqyzOL05KuBOybQl7wtf2d2Ovfm7JKA= + YZCMYkwC4XhINHxzPyYGUOg9YXOK/RF06392GQ7DaZw= Modules/AcessoBio.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - iWGGajdja2yK7gB/vy3Vhx07sNfN/QFdlqGBCG+6yDY= + eyKQTrJVo2Fdtt0qA4IIwArdtsh1VUJBTlQrWjwo0DU= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - k3LXVMFBfpyhtHFz3KgzGnNoxJFGVP+FvTlFGN2wQZU= + MWp0DvBRr6yxs1GEWO8NC1eR7GXWQqp7xo4mCaE+Ye0= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - DCgq15vRI20Fe54MeKxRmdKZ+IF5N4YHm4okpjHdRxw= + Ij7czkwwNVbqe7D43SqYDN+YpO1LidqSpZPjJ6QbNvo= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -464,14 +464,14 @@ hash2 - DCgq15vRI20Fe54MeKxRmdKZ+IF5N4YHm4okpjHdRxw= + Ij7czkwwNVbqe7D43SqYDN+YpO1LidqSpZPjJ6QbNvo= Modules/AcessoBio.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - Jv1V/KUaK1v4ETW8qOoOXApJbh0BQXkjiYrXp0eFvT0= + 5AZku5CZaP+iKMl/HGaSXmeAbrAx53s5jzqIzlrS0lI= Modules/module.modulemap diff --git a/UnicoSdkLiveness.xcframework/Info.plist b/UnicoSdkLiveness.xcframework/Info.plist index b713478..1b315b4 100644 --- a/UnicoSdkLiveness.xcframework/Info.plist +++ b/UnicoSdkLiveness.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath UnicoSdkLiveness.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath UnicoSdkLiveness.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Assets.car b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Assets.car index f705fb9..66bd6bf 100644 Binary files a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Assets.car and b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Assets.car differ diff --git a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.abi.json b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.abi.json index 29b6988..9f351a4 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.abi.json +++ b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.abi.json @@ -1811,6 +1811,145 @@ "name": "LivenessResult", "printedName": "LivenessResult", "children": [ + { + "kind": "Var", + "name": "transactionsId", + "printedName": "transactionsId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvp", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvp", + "moduleName": "UnicoSdkLiveness", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvg", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvg", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvs", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvs", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvM", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvM", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "serialize", @@ -1972,6 +2111,13 @@ "AccessControl" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "TypeDecl", "name": "SessionTransactionDTO", @@ -2553,6 +2699,13 @@ "declKind": "Import", "moduleName": "UnicoSdkLiveness" }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "Import", "name": "Foundation", @@ -2698,6 +2851,13 @@ "declKind": "Import", "moduleName": "UnicoSdkLiveness" }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "Import", "name": "UIKit", @@ -2769,7 +2929,7 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(viewController:)", + "printedName": "init(viewController:hostKey:)", "children": [ { "kind": "TypeNominal", @@ -2782,11 +2942,17 @@ "name": "UIViewController", "printedName": "UIKit.UIViewController", "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Constructor", - "usr": "s:16UnicoSdkLiveness0aC0C14viewControllerACSo06UIViewE0C_tcfc", - "mangledName": "$s16UnicoSdkLiveness0aC0C14viewControllerACSo06UIViewE0C_tcfc", + "usr": "s:16UnicoSdkLiveness0aC0C14viewController7hostKeyACSo06UIViewE0C_SStcfc", + "mangledName": "$s16UnicoSdkLiveness0aC0C14viewController7hostKeyACSo06UIViewE0C_SStcfc", "moduleName": "UnicoSdkLiveness", "declAttributes": [ "AccessControl" @@ -3570,6 +3736,13 @@ "json_format_version": 8 }, "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Customizations\/LivenessRetryCustomization.swift", + "kind": "Dictionary", + "offset": 87, + "length": 291, + "value": "[(\"Unico_retry_subheader_message_without_photo\", \"Não foi possível validar sua captura, por favor tente novamente.\"), (\"Unico_action_try_again\", \"Tente Novamente\"), (\"Unico_result_facescan_upload_message\", \"Estamos verificando \nse está tudo certo, \naguarde.\")]" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/JWT_debit\/Dtos\/CaptureResult.swift", "kind": "StringLiteral", @@ -3578,7 +3751,7 @@ "value": "\"UnicoSdkLiveness.CaptureResult\"" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/Domain\/Defaults\/DefaultGetLivenessPredictUseCase.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Domain\/Defaults\/DefaultGetLivenessPredictUseCase.swift", "kind": "StringLiteral", "offset": 170, "length": 32, @@ -4151,6 +4324,27 @@ "length": 5, "value": "73731" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 409, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "IntegerLiteral", + "offset": 557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 655, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Api\/Models\/SessionTransactionDTO.swift", "kind": "StringLiteral", @@ -4158,6 +4352,48 @@ "length": 21, "value": "\"UnicoSdkLiveness.SessionTransactionDTO\"" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "StringLiteral", + "offset": 304, + "length": 17, + "value": "\"ic_alert_circle\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 487, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 720, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "FloatLiteral", + "offset": 874, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 938, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/UITexts\/FacetecUITexts.swift", "kind": "Dictionary", @@ -4172,6 +4408,55 @@ "length": 26, "value": "\"unico_custom_footer_logo\"" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "IntegerLiteral", + "offset": 1194, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1247, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "Array", + "offset": 1541, + "length": 2, + "value": "[]" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/JWT_debit\/Domain\/UseCases\/DefaultGetCameraResultUseCase.swift", "kind": "StringLiteral", @@ -4180,18 +4465,25 @@ "value": "\"UnicoSdkLiveness.DefaultGetCameraResultUseCase\"" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/DataSources\/DefaultGetLivenessPredictDataSource.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/DataSources\/DefaultGetLivenessPredictDataSource.swift", "kind": "IntegerLiteral", "offset": 431, "length": 1, "value": "3" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/DataSources\/DefaultGetLivenessPredictDataSource.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/DataSources\/DefaultGetLivenessPredictDataSource.swift", "kind": "FloatLiteral", "offset": 473, "length": 3, "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Dorothy\/DorothyProvider.swift", + "kind": "Array", + "offset": 882, + "length": 2, + "value": "[]" } ] } \ No newline at end of file diff --git a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.private.swiftinterface b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.private.swiftinterface index f59514e..5131577 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -64,6 +64,7 @@ public struct LivenessError : Swift.Error, Swift.Equatable { public static func == (a: UnicoSdkLiveness.LivenessError, b: UnicoSdkLiveness.LivenessError) -> Swift.Bool } public protocol LivenessResult { + var transactionsId: [UnicoSdkLiveness.SessionTransactionDTO]? { get set } var serialize: [Swift.String : Any] { get } var session: [Swift.String : Any]? { get } } @@ -87,7 +88,7 @@ public protocol UnicoLivenessRepresentable { func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) } @_hasMissingDesignatedInitializers final public class UnicoLiveness : UnicoSdkLiveness.UnicoLivenessRepresentable { - public init(viewController: UIKit.UIViewController) + public init(viewController: UIKit.UIViewController, hostKey: Swift.String) final public func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) @objc deinit } diff --git a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.swiftinterface b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.swiftinterface index f59514e..5131577 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.swiftinterface +++ b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios.swiftinterface @@ -64,6 +64,7 @@ public struct LivenessError : Swift.Error, Swift.Equatable { public static func == (a: UnicoSdkLiveness.LivenessError, b: UnicoSdkLiveness.LivenessError) -> Swift.Bool } public protocol LivenessResult { + var transactionsId: [UnicoSdkLiveness.SessionTransactionDTO]? { get set } var serialize: [Swift.String : Any] { get } var session: [Swift.String : Any]? { get } } @@ -87,7 +88,7 @@ public protocol UnicoLivenessRepresentable { func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) } @_hasMissingDesignatedInitializers final public class UnicoLiveness : UnicoSdkLiveness.UnicoLivenessRepresentable { - public init(viewController: UIKit.UIViewController) + public init(viewController: UIKit.UIViewController, hostKey: Swift.String) final public func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) @objc deinit } diff --git a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/UnicoSdkLiveness b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/UnicoSdkLiveness index 34ab309..02a9b2b 100755 Binary files a/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/UnicoSdkLiveness and b/UnicoSdkLiveness.xcframework/ios-arm64/UnicoSdkLiveness.framework/UnicoSdkLiveness differ diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Assets.car b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Assets.car index f705fb9..66bd6bf 100644 Binary files a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Assets.car and b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Assets.car differ diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.abi.json b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.abi.json index 29b6988..9f351a4 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -1811,6 +1811,145 @@ "name": "LivenessResult", "printedName": "LivenessResult", "children": [ + { + "kind": "Var", + "name": "transactionsId", + "printedName": "transactionsId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvp", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvp", + "moduleName": "UnicoSdkLiveness", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvg", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvg", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvs", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvs", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvM", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvM", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "serialize", @@ -1972,6 +2111,13 @@ "AccessControl" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "TypeDecl", "name": "SessionTransactionDTO", @@ -2553,6 +2699,13 @@ "declKind": "Import", "moduleName": "UnicoSdkLiveness" }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "Import", "name": "Foundation", @@ -2698,6 +2851,13 @@ "declKind": "Import", "moduleName": "UnicoSdkLiveness" }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "Import", "name": "UIKit", @@ -2769,7 +2929,7 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(viewController:)", + "printedName": "init(viewController:hostKey:)", "children": [ { "kind": "TypeNominal", @@ -2782,11 +2942,17 @@ "name": "UIViewController", "printedName": "UIKit.UIViewController", "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Constructor", - "usr": "s:16UnicoSdkLiveness0aC0C14viewControllerACSo06UIViewE0C_tcfc", - "mangledName": "$s16UnicoSdkLiveness0aC0C14viewControllerACSo06UIViewE0C_tcfc", + "usr": "s:16UnicoSdkLiveness0aC0C14viewController7hostKeyACSo06UIViewE0C_SStcfc", + "mangledName": "$s16UnicoSdkLiveness0aC0C14viewController7hostKeyACSo06UIViewE0C_SStcfc", "moduleName": "UnicoSdkLiveness", "declAttributes": [ "AccessControl" @@ -3570,6 +3736,13 @@ "json_format_version": 8 }, "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Customizations\/LivenessRetryCustomization.swift", + "kind": "Dictionary", + "offset": 87, + "length": 291, + "value": "[(\"Unico_retry_subheader_message_without_photo\", \"Não foi possível validar sua captura, por favor tente novamente.\"), (\"Unico_action_try_again\", \"Tente Novamente\"), (\"Unico_result_facescan_upload_message\", \"Estamos verificando \nse está tudo certo, \naguarde.\")]" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/JWT_debit\/Dtos\/CaptureResult.swift", "kind": "StringLiteral", @@ -3578,7 +3751,7 @@ "value": "\"UnicoSdkLiveness.CaptureResult\"" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/Domain\/Defaults\/DefaultGetLivenessPredictUseCase.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Domain\/Defaults\/DefaultGetLivenessPredictUseCase.swift", "kind": "StringLiteral", "offset": 170, "length": 32, @@ -4151,6 +4324,27 @@ "length": 5, "value": "73731" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 409, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "IntegerLiteral", + "offset": 557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 655, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Api\/Models\/SessionTransactionDTO.swift", "kind": "StringLiteral", @@ -4158,6 +4352,48 @@ "length": 21, "value": "\"UnicoSdkLiveness.SessionTransactionDTO\"" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "StringLiteral", + "offset": 304, + "length": 17, + "value": "\"ic_alert_circle\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 487, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 720, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "FloatLiteral", + "offset": 874, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 938, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/UITexts\/FacetecUITexts.swift", "kind": "Dictionary", @@ -4172,6 +4408,55 @@ "length": 26, "value": "\"unico_custom_footer_logo\"" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "IntegerLiteral", + "offset": 1194, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1247, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "Array", + "offset": 1541, + "length": 2, + "value": "[]" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/JWT_debit\/Domain\/UseCases\/DefaultGetCameraResultUseCase.swift", "kind": "StringLiteral", @@ -4180,18 +4465,25 @@ "value": "\"UnicoSdkLiveness.DefaultGetCameraResultUseCase\"" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/DataSources\/DefaultGetLivenessPredictDataSource.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/DataSources\/DefaultGetLivenessPredictDataSource.swift", "kind": "IntegerLiteral", "offset": 431, "length": 1, "value": "3" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/DataSources\/DefaultGetLivenessPredictDataSource.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/DataSources\/DefaultGetLivenessPredictDataSource.swift", "kind": "FloatLiteral", "offset": 473, "length": 3, "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Dorothy\/DorothyProvider.swift", + "kind": "Array", + "offset": 882, + "length": 2, + "value": "[]" } ] } \ No newline at end of file diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 80a10ab..eef7b84 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -64,6 +64,7 @@ public struct LivenessError : Swift.Error, Swift.Equatable { public static func == (a: UnicoSdkLiveness.LivenessError, b: UnicoSdkLiveness.LivenessError) -> Swift.Bool } public protocol LivenessResult { + var transactionsId: [UnicoSdkLiveness.SessionTransactionDTO]? { get set } var serialize: [Swift.String : Any] { get } var session: [Swift.String : Any]? { get } } @@ -87,7 +88,7 @@ public protocol UnicoLivenessRepresentable { func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) } @_hasMissingDesignatedInitializers final public class UnicoLiveness : UnicoSdkLiveness.UnicoLivenessRepresentable { - public init(viewController: UIKit.UIViewController) + public init(viewController: UIKit.UIViewController, hostKey: Swift.String) final public func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) @objc deinit } diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 80a10ab..eef7b84 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -64,6 +64,7 @@ public struct LivenessError : Swift.Error, Swift.Equatable { public static func == (a: UnicoSdkLiveness.LivenessError, b: UnicoSdkLiveness.LivenessError) -> Swift.Bool } public protocol LivenessResult { + var transactionsId: [UnicoSdkLiveness.SessionTransactionDTO]? { get set } var serialize: [Swift.String : Any] { get } var session: [Swift.String : Any]? { get } } @@ -87,7 +88,7 @@ public protocol UnicoLivenessRepresentable { func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) } @_hasMissingDesignatedInitializers final public class UnicoLiveness : UnicoSdkLiveness.UnicoLivenessRepresentable { - public init(viewController: UIKit.UIViewController) + public init(viewController: UIKit.UIViewController, hostKey: Swift.String) final public func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) @objc deinit } diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.abi.json b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.abi.json index 29b6988..9f351a4 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -1811,6 +1811,145 @@ "name": "LivenessResult", "printedName": "LivenessResult", "children": [ + { + "kind": "Var", + "name": "transactionsId", + "printedName": "transactionsId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvp", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvp", + "moduleName": "UnicoSdkLiveness", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvg", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvg", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UnicoSdkLiveness.SessionTransactionDTO]", + "children": [ + { + "kind": "TypeNominal", + "name": "SessionTransactionDTO", + "printedName": "UnicoSdkLiveness.SessionTransactionDTO", + "usr": "c:@M@UnicoSdkLiveness@objc(cs)SessionTransactionDTO" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvs", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvs", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvM", + "mangledName": "$s16UnicoSdkLiveness0C6ResultP14transactionsIdSayAA21SessionTransactionDTOCGSgvM", + "moduleName": "UnicoSdkLiveness", + "genericSig": "<τ_0_0 where τ_0_0 : UnicoSdkLiveness.LivenessResult>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "serialize", @@ -1972,6 +2111,13 @@ "AccessControl" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "TypeDecl", "name": "SessionTransactionDTO", @@ -2553,6 +2699,13 @@ "declKind": "Import", "moduleName": "UnicoSdkLiveness" }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "Import", "name": "Foundation", @@ -2698,6 +2851,13 @@ "declKind": "Import", "moduleName": "UnicoSdkLiveness" }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "UnicoSdkLiveness" + }, { "kind": "Import", "name": "UIKit", @@ -2769,7 +2929,7 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(viewController:)", + "printedName": "init(viewController:hostKey:)", "children": [ { "kind": "TypeNominal", @@ -2782,11 +2942,17 @@ "name": "UIViewController", "printedName": "UIKit.UIViewController", "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Constructor", - "usr": "s:16UnicoSdkLiveness0aC0C14viewControllerACSo06UIViewE0C_tcfc", - "mangledName": "$s16UnicoSdkLiveness0aC0C14viewControllerACSo06UIViewE0C_tcfc", + "usr": "s:16UnicoSdkLiveness0aC0C14viewController7hostKeyACSo06UIViewE0C_SStcfc", + "mangledName": "$s16UnicoSdkLiveness0aC0C14viewController7hostKeyACSo06UIViewE0C_SStcfc", "moduleName": "UnicoSdkLiveness", "declAttributes": [ "AccessControl" @@ -3570,6 +3736,13 @@ "json_format_version": 8 }, "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Customizations\/LivenessRetryCustomization.swift", + "kind": "Dictionary", + "offset": 87, + "length": 291, + "value": "[(\"Unico_retry_subheader_message_without_photo\", \"Não foi possível validar sua captura, por favor tente novamente.\"), (\"Unico_action_try_again\", \"Tente Novamente\"), (\"Unico_result_facescan_upload_message\", \"Estamos verificando \nse está tudo certo, \naguarde.\")]" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/JWT_debit\/Dtos\/CaptureResult.swift", "kind": "StringLiteral", @@ -3578,7 +3751,7 @@ "value": "\"UnicoSdkLiveness.CaptureResult\"" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/Domain\/Defaults\/DefaultGetLivenessPredictUseCase.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Domain\/Defaults\/DefaultGetLivenessPredictUseCase.swift", "kind": "StringLiteral", "offset": 170, "length": 32, @@ -4151,6 +4324,27 @@ "length": 5, "value": "73731" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 409, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "IntegerLiteral", + "offset": 557, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessLoadingView.swift", + "kind": "BooleanLiteral", + "offset": 655, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Api\/Models\/SessionTransactionDTO.swift", "kind": "StringLiteral", @@ -4158,6 +4352,48 @@ "length": 21, "value": "\"UnicoSdkLiveness.SessionTransactionDTO\"" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "StringLiteral", + "offset": 304, + "length": 17, + "value": "\"ic_alert_circle\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 487, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 720, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "FloatLiteral", + "offset": 874, + "length": 4, + "value": "24.0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/Scenes\/LivenessRetryView.swift", + "kind": "BooleanLiteral", + "offset": 938, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/UITexts\/FacetecUITexts.swift", "kind": "Dictionary", @@ -4172,6 +4408,55 @@ "length": 26, "value": "\"unico_custom_footer_logo\"" }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "BooleanLiteral", + "offset": 1149, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "IntegerLiteral", + "offset": 1194, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1247, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "StringLiteral", + "offset": 1373, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/LivenessRetryUseCase.swift", + "kind": "Array", + "offset": 1541, + "length": 2, + "value": "[]" + }, { "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/JWT_debit\/Domain\/UseCases\/DefaultGetCameraResultUseCase.swift", "kind": "StringLiteral", @@ -4180,18 +4465,25 @@ "value": "\"UnicoSdkLiveness.DefaultGetCameraResultUseCase\"" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/DataSources\/DefaultGetLivenessPredictDataSource.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/DataSources\/DefaultGetLivenessPredictDataSource.swift", "kind": "IntegerLiteral", "offset": 431, "length": 1, "value": "3" }, { - "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Facetec\/DataSources\/DefaultGetLivenessPredictDataSource.swift", + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/RetryFlow\/DataSources\/DefaultGetLivenessPredictDataSource.swift", "kind": "FloatLiteral", "offset": 473, "length": 3, "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/acessobio-ios\/acessobio-ios\/modules\/UnicoSdkLiveness\/UnicoSdkLiveness\/Providers\/Dorothy\/DorothyProvider.swift", + "kind": "Array", + "offset": 882, + "length": 2, + "value": "[]" } ] } \ No newline at end of file diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index c9b1b2d..9d092fa 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -64,6 +64,7 @@ public struct LivenessError : Swift.Error, Swift.Equatable { public static func == (a: UnicoSdkLiveness.LivenessError, b: UnicoSdkLiveness.LivenessError) -> Swift.Bool } public protocol LivenessResult { + var transactionsId: [UnicoSdkLiveness.SessionTransactionDTO]? { get set } var serialize: [Swift.String : Any] { get } var session: [Swift.String : Any]? { get } } @@ -87,7 +88,7 @@ public protocol UnicoLivenessRepresentable { func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) } @_hasMissingDesignatedInitializers final public class UnicoLiveness : UnicoSdkLiveness.UnicoLivenessRepresentable { - public init(viewController: UIKit.UIViewController) + public init(viewController: UIKit.UIViewController, hostKey: Swift.String) final public func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) @objc deinit } diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index c9b1b2d..9d092fa 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -64,6 +64,7 @@ public struct LivenessError : Swift.Error, Swift.Equatable { public static func == (a: UnicoSdkLiveness.LivenessError, b: UnicoSdkLiveness.LivenessError) -> Swift.Bool } public protocol LivenessResult { + var transactionsId: [UnicoSdkLiveness.SessionTransactionDTO]? { get set } var serialize: [Swift.String : Any] { get } var session: [Swift.String : Any]? { get } } @@ -87,7 +88,7 @@ public protocol UnicoLivenessRepresentable { func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) } @_hasMissingDesignatedInitializers final public class UnicoLiveness : UnicoSdkLiveness.UnicoLivenessRepresentable { - public init(viewController: UIKit.UIViewController) + public init(viewController: UIKit.UIViewController, hostKey: Swift.String) final public func prepareCamera(env: UnicoSdkLiveness.Env, data: UnicoSdkLiveness.PrepareData, prepareDelegate: UnicoSdkLiveness.UnicoLivenessPrepareCameraDelegate) @objc deinit } diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/UnicoSdkLiveness b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/UnicoSdkLiveness index 2739b31..52ad446 100755 Binary files a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/UnicoSdkLiveness and b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/UnicoSdkLiveness differ diff --git a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/_CodeSignature/CodeResources b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/_CodeSignature/CodeResources index f3beced..9fa2ee7 100644 --- a/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/_CodeSignature/CodeResources +++ b/UnicoSdkLiveness.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLiveness.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Assets.car - pwP36IK06LJQnLKRebOJv7AfQNg= + UKskx2pXNFj+K6haCWBaIablpQw= Headers/UnicoSdkLiveness-Swift.h @@ -22,11 +22,11 @@ Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.abi.json - UDZ5SlN0bqq+ocSGcXEeBdJOQT8= + l7P+P4yShRAXnFmdAU4jqzDRrLI= Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - 4o9J7nsD0HgdmpTJ4CF+PPXfUS0= + XVoDkzmAt2S4E0L2qiM8jEAo2yQ= Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -34,19 +34,19 @@ Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftinterface - 4o9J7nsD0HgdmpTJ4CF+PPXfUS0= + XVoDkzmAt2S4E0L2qiM8jEAo2yQ= Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftmodule - z/AhZhMxw2KQf8xJhedMwiCnytM= + 8M5WabdQa+s8LOs6HC53aW2FaH8= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.abi.json - UDZ5SlN0bqq+ocSGcXEeBdJOQT8= + l7P+P4yShRAXnFmdAU4jqzDRrLI= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - AOVIr1wrMkkIsyJAz29IojO8yDk= + +08uKo/34GLoEzgGN66mhvgHmUY= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -54,11 +54,11 @@ Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - AOVIr1wrMkkIsyJAz29IojO8yDk= + +08uKo/34GLoEzgGN66mhvgHmUY= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - JB2VdaZJsJ1YzgM8xAZHDz/gngo= + izR1wlbVpENjMVkHhWwC5z9RW1o= Modules/module.modulemap @@ -272,7 +272,7 @@ hash2 - Ds5jdbgmlOSLLkzk0NJkI1ALPd54gU4EJs3MMrSKnbw= + 185jIzBZqXO0eMrzA18knYN09jestoI+Teohh9Biz1U= Headers/UnicoSdkLiveness-Swift.h @@ -293,14 +293,14 @@ hash2 - ADyfsgFRpXA7jcexmtGdukQifgmvgcuxNeGpv0w+RF4= + TXvNR/IjvIf+cuTvlpiBENEhhNmzi88iSqT6On3yOfI= Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - inz9XIsihDTLD5X8a4Qc8nPSrokQ5MRkMvO6C6rJ5W8= + 28V9qOGJ0YpAmCZxum5BYyz1gLYVJU4RhQ2i2AOkO74= Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftdoc @@ -314,28 +314,28 @@ hash2 - inz9XIsihDTLD5X8a4Qc8nPSrokQ5MRkMvO6C6rJ5W8= + 28V9qOGJ0YpAmCZxum5BYyz1gLYVJU4RhQ2i2AOkO74= Modules/UnicoSdkLiveness.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - KrAp8ZXoZx1OMAy6N1UW08puWNNS1tTI/bwPw0bEvE4= + zMBNn4sLHofOLFueOvK4TU2lNBdG/k5CYDfL6gXkKWE= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - ADyfsgFRpXA7jcexmtGdukQifgmvgcuxNeGpv0w+RF4= + TXvNR/IjvIf+cuTvlpiBENEhhNmzi88iSqT6On3yOfI= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - Np0GeJxoAtBICKSRDQwlSU3sph9uu6SnTyjr+a3lGjU= + xnE7fxfgREW8d6Tk9EFSxGoGpgC+UNkudHtTov0ACiQ= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftdoc @@ -349,14 +349,14 @@ hash2 - Np0GeJxoAtBICKSRDQwlSU3sph9uu6SnTyjr+a3lGjU= + xnE7fxfgREW8d6Tk9EFSxGoGpgC+UNkudHtTov0ACiQ= Modules/UnicoSdkLiveness.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - qfz88eAqkL6BCriGjCvKt5Srg7E/SiPrNpbGjnGwHmA= + haVDccGvsDW+S0/KMv2fqFoaDRzo2IlHToK6FJX5yDQ= Modules/module.modulemap diff --git a/UnicoSdkLogger.xcframework/Info.plist b/UnicoSdkLogger.xcframework/Info.plist index a0842c7..ffb5b0a 100644 --- a/UnicoSdkLogger.xcframework/Info.plist +++ b/UnicoSdkLogger.xcframework/Info.plist @@ -25,13 +25,12 @@ DebugSymbolsPath dSYMs LibraryIdentifier - ios-arm64_armv7 + ios-arm64 LibraryPath UnicoSdkLogger.framework SupportedArchitectures arm64 - armv7 SupportedPlatform ios diff --git a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Headers/UnicoSdkLogger.h b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Headers/UnicoSdkLogger.h similarity index 100% rename from UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Headers/UnicoSdkLogger.h rename to UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Headers/UnicoSdkLogger.h diff --git a/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Info.plist b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Info.plist new file mode 100644 index 0000000..a721d61 --- /dev/null +++ b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleExecutable + UnicoSdkLogger + CFBundleIdentifier + io.unico.UnicoSdkLogger + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + UnicoSdkLogger + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + iPhoneOS + + CFBundleVersion + 1 + MinimumOSVersion + 9.0 + UIDeviceFamily + + 1 + 2 + + UIRequiredDeviceCapabilities + + arm64 + + + \ No newline at end of file diff --git a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Modules/module.modulemap b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Modules/module.modulemap similarity index 83% rename from UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Modules/module.modulemap rename to UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Modules/module.modulemap index f6b95a9..5b78585 100644 --- a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Modules/module.modulemap +++ b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/Modules/module.modulemap @@ -3,4 +3,6 @@ framework module UnicoSdkLogger { export * module * { export * } -} \ No newline at end of file + + use Foundation +} diff --git a/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/UnicoSdkLogger b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/UnicoSdkLogger new file mode 100644 index 0000000..3b16939 Binary files /dev/null and b/UnicoSdkLogger.xcframework/ios-arm64/UnicoSdkLogger.framework/UnicoSdkLogger differ diff --git a/UnicoSdkLogger.xcframework/ios-arm64_armv7/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Info.plist b/UnicoSdkLogger.xcframework/ios-arm64/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Info.plist similarity index 100% rename from UnicoSdkLogger.xcframework/ios-arm64_armv7/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Info.plist rename to UnicoSdkLogger.xcframework/ios-arm64/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Info.plist diff --git a/UnicoSdkLogger.xcframework/ios-arm64/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger b/UnicoSdkLogger.xcframework/ios-arm64/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger new file mode 100644 index 0000000..3c0d357 Binary files /dev/null and b/UnicoSdkLogger.xcframework/ios-arm64/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger differ diff --git a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Info.plist b/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Info.plist deleted file mode 100644 index 94147d4..0000000 --- a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/Info.plist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - CFBundleExecutable - UnicoSdkLogger - CFBundleIdentifier - io.unico.UnicoSdkLogger - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - UnicoSdkLogger - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSupportedPlatforms - - iPhoneOS - - CFBundleVersion - 1 - MinimumOSVersion - 9.0 - UIDeviceFamily - - 1 - 2 - - - diff --git a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/UnicoSdkLogger b/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/UnicoSdkLogger deleted file mode 100644 index a01893f..0000000 Binary files a/UnicoSdkLogger.xcframework/ios-arm64_armv7/UnicoSdkLogger.framework/UnicoSdkLogger and /dev/null differ diff --git a/UnicoSdkLogger.xcframework/ios-arm64_armv7/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger b/UnicoSdkLogger.xcframework/ios-arm64_armv7/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger deleted file mode 100644 index 4b88bf4..0000000 Binary files a/UnicoSdkLogger.xcframework/ios-arm64_armv7/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger and /dev/null differ diff --git a/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLogger.framework/UnicoSdkLogger b/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLogger.framework/UnicoSdkLogger index bef2031..39eca1c 100644 Binary files a/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLogger.framework/UnicoSdkLogger and b/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/UnicoSdkLogger.framework/UnicoSdkLogger differ diff --git a/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger b/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger index 3fdfbbd..c1678cc 100644 Binary files a/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger and b/UnicoSdkLogger.xcframework/ios-arm64_x86_64-simulator/dSYMs/UnicoSdkLogger.framework.dSYM/Contents/Resources/DWARF/UnicoSdkLogger differ diff --git a/UnicoSdkSecurity.xcframework/ios-arm64/UnicoSdkSecurity.framework/UnicoSdkSecurity b/UnicoSdkSecurity.xcframework/ios-arm64/UnicoSdkSecurity.framework/UnicoSdkSecurity index faec0ae..5ddc24d 100755 Binary files a/UnicoSdkSecurity.xcframework/ios-arm64/UnicoSdkSecurity.framework/UnicoSdkSecurity and b/UnicoSdkSecurity.xcframework/ios-arm64/UnicoSdkSecurity.framework/UnicoSdkSecurity differ diff --git a/UnicoSdkSecurity.xcframework/ios-arm64_x86_64-simulator/UnicoSdkSecurity.framework/UnicoSdkSecurity b/UnicoSdkSecurity.xcframework/ios-arm64_x86_64-simulator/UnicoSdkSecurity.framework/UnicoSdkSecurity index bbcd9e9..6c1c085 100755 Binary files a/UnicoSdkSecurity.xcframework/ios-arm64_x86_64-simulator/UnicoSdkSecurity.framework/UnicoSdkSecurity and b/UnicoSdkSecurity.xcframework/ios-arm64_x86_64-simulator/UnicoSdkSecurity.framework/UnicoSdkSecurity differ diff --git a/unicocheck-ios.podspec b/unicocheck-ios.podspec index 1ce60a4..252bea6 100644 --- a/unicocheck-ios.podspec +++ b/unicocheck-ios.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "unicocheck-ios" - spec.version = "2.10.0" + spec.version = "2.11.0" spec.summary = "Esta biblioteca visa implementar as soluções unico | check sob a plataforma iOS." spec.description = "O objetivo da SDK unico-check-ios é proporcionar a melhor experiência de captura de imagens. Auxiliando também na implementação do desenvolvedor/cliente unico." spec.homepage = "https://developers.unico.io/"