diff --git a/.DS_Store b/.DS_Store index d3ad93b220ad259f75329931b053c900e40b6bba..90ab79646a6709e279202bf8023ae0baa15402ff 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/MyIdSDK.xcframework/.DS_Store b/MyIdSDK.xcframework/.DS_Store deleted file mode 100644 index a0c9727a5b287e7b0d5c74ebf75325e48c917f87..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/.DS_Store and /dev/null differ diff --git a/MyIdSDK.xcframework/Info.plist b/MyIdSDK.xcframework/Info.plist deleted file mode 100644 index e2b679908df54ea2e129db47113b14138cb20a09..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/Info.plist +++ /dev/null @@ -1,40 +0,0 @@ - - - - - AvailableLibraries - - - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - MyIdSDK.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - LibraryIdentifier - ios-arm64 - LibraryPath - MyIdSDK.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - - - CFBundlePackageType - XFWK - XCFrameworkFormatVersion - 1.0 - - diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car deleted file mode 100644 index 9710fab7877b5c70becaa185168e43cbe0b490b5..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Assets.car and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h deleted file mode 100644 index 4e03c341d246d3a03671fcef2ec71c0789746861..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK-Swift.h +++ /dev/null @@ -1,423 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -#ifndef MYIDSDK_SWIFT_H -#define MYIDSDK_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#if __has_include() -# include -#else -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -#endif -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif -#if !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED_OBJC) -# if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -# else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -# endif -#endif -#if defined(__OBJC__) -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#endif -#if !defined(SWIFT_EXTERN) -# if defined(__cplusplus) -# define SWIFT_EXTERN extern "C" -# else -# define SWIFT_EXTERN extern -# endif -#endif -#if !defined(SWIFT_CALL) -# define SWIFT_CALL __attribute__((swiftcall)) -#endif -#if !defined(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import ObjectiveC; -#endif - -#endif -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" -#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MyIdSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) -@class UIColor; - -SWIFT_CLASS("_TtC7MyIdSDK14MyIdAppearance") -@interface MyIdAppearance : NSObject -@property (nonatomic, strong) UIColor * _Nullable primaryColor; -@property (nonatomic, strong) UIColor * _Nullable secondaryColor; -@property (nonatomic, strong) UIColor * _Nullable errorColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonColorDisabled; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonTextColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonTextColorDisabled; -@property (nonatomic) float buttonCornerRadius; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdBuildMode, open) { - MyIdBuildModeDEBUG = 0, - MyIdBuildModePRODUCTION = 1, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdCameraShape, open) { - MyIdCameraShapeELLIPSE = 0, - MyIdCameraShapeCIRCLE = 1, -}; - -@class MyIdConfig; -@protocol MyIdClientDelegate; - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdClient") -@interface MyIdClient : NSObject -+ (void)startWithConfig:(MyIdConfig * _Nonnull)config withDelegate:(id _Nonnull)delegate; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -@class MyIdResult; -@class MyIdException; - -SWIFT_PROTOCOL("_TtP7MyIdSDK18MyIdClientDelegate_") -@protocol MyIdClientDelegate -- (void)onSuccessWithResult:(MyIdResult * _Nonnull)result; -- (void)onErrorWithException:(MyIdException * _Nonnull)exception; -- (void)onUserExited; -@end - -@class NSString; -enum MyIdEntryType : NSInteger; -enum MyIdResidency : NSInteger; -enum MyIdLocale : NSInteger; -enum MyIdResolution : NSInteger; -@class MyIdOrganizationDetails; - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdConfig") -@interface MyIdConfig : NSObject -@property (nonatomic, copy) NSString * _Nullable clientId; -@property (nonatomic, copy) NSString * _Nullable passportData; -@property (nonatomic, copy) NSString * _Nullable dateOfBirth; -@property (nonatomic, copy) NSString * _Nullable sdkHash; -@property (nonatomic, copy) NSString * _Nullable externalId; -@property (nonatomic) float threshold; -@property (nonatomic) enum MyIdBuildMode buildMode; -@property (nonatomic) enum MyIdEntryType entryType; -@property (nonatomic) enum MyIdResidency residency; -@property (nonatomic) enum MyIdLocale locale; -@property (nonatomic) enum MyIdCameraShape cameraShape; -@property (nonatomic) enum MyIdResolution resolution; -@property (nonatomic, strong) MyIdOrganizationDetails * _Nullable organizationDetails; -@property (nonatomic, strong) MyIdAppearance * _Nullable appearance; -@property (nonatomic) BOOL withPhoto; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdDocumentType, open) { - MyIdDocumentTypeID_CARD = 0, - MyIdDocumentTypePASSPORT = 1, - MyIdDocumentTypeDRIVER_LICENSE = 2, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdEntryType, open) { - MyIdEntryTypeAUTH = 0, - MyIdEntryTypeFACE = 1, -}; - - -SWIFT_CLASS("_TtC7MyIdSDK13MyIdException") -@interface MyIdException : NSObject -@property (nonatomic, copy) NSString * _Nullable message; -@property (nonatomic, copy) NSString * _Nullable code; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdLocale, open) { - MyIdLocaleRU = 0, - MyIdLocaleEN = 1, - MyIdLocaleUZ = 2, -}; - -@class UIImage; - -SWIFT_CLASS("_TtC7MyIdSDK23MyIdOrganizationDetails") -@interface MyIdOrganizationDetails : NSObject -@property (nonatomic, copy) NSString * _Nullable phoneNumber; -@property (nonatomic, strong) UIImage * _Nullable logo; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdResidency, open) { - MyIdResidencyUSER_DEFINED = 0, - MyIdResidencyRESIDENT = 1, - MyIdResidencyNON_RESIDENT = 2, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdResolution, open) { - MyIdResolutionRESOLUTION_480 = 0, - MyIdResolutionRESOLUTION_720 = 1, -}; - - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdResult") -@interface MyIdResult : NSObject -@property (nonatomic, strong) UIImage * _Nullable image; -@property (nonatomic, copy) NSString * _Nullable code; -@property (nonatomic, copy) NSString * _Nullable comparisonValue; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - - - - -#endif -#if defined(__cplusplus) -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK.h b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK.h deleted file mode 100644 index e24751596c2248187da9dd413a078ae7abe111fd..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Headers/MyIdSDK.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// MyIdSDK.h -// MyIdSDK -// -// Created by Javokhir Savriev -// - -#import - -//! Project version number for MyIdSDK. -FOUNDATION_EXPORT double MyIdSDKVersionNumber; - -//! Project version string for MyIdSDK. -FOUNDATION_EXPORT const unsigned char MyIdSDKVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist deleted file mode 100644 index 8ee417a48ab9a1471914a8cd4a1cb8ac1d6d1b68..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Info.plist and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json deleted file mode 100644 index 9b4be0027a2ceac20a625f34a43ae2f9292a35ab..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.abi.json +++ /dev/null @@ -1,14600 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdAppearance", - "printedName": "MyIdAppearance", - "children": [ - { - "kind": "Var", - "name": "primaryColor", - "printedName": "primaryColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secondaryColor", - "printedName": "secondaryColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)secondaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)secondaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setSecondaryColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "errorColor", - "printedName": "errorColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)errorColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)errorColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setErrorColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonColor", - "printedName": "primaryButtonColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonColorDisabled", - "printedName": "primaryButtonColorDisabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonColorDisabled:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonTextColor", - "printedName": "primaryButtonTextColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonTextColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonTextColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonTextColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonTextColorDisabled", - "printedName": "primaryButtonTextColorDisabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonTextColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonTextColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonTextColorDisabled:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "buttonCornerRadius", - "printedName": "buttonCornerRadius", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)buttonCornerRadius", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)buttonCornerRadius", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setButtonCornerRadius:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)init", - "mangledName": "$s7MyIdSDK0aB10AppearanceCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance", - "mangledName": "$s7MyIdSDK0aB10AppearanceC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdClientDelegate", - "printedName": "MyIdClientDelegate", - "children": [ - { - "kind": "Function", - "name": "onSuccess", - "printedName": "onSuccess(result:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResult", - "printedName": "MyIdSDK.MyIdResult", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onSuccessWithResult:", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP9onSuccess6resultyAA0aB6ResultC_tF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(exception:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdException", - "printedName": "MyIdSDK.MyIdException", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onErrorWithException:", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP7onError9exceptionyAA0aB9ExceptionC_tF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onUserExited", - "printedName": "onUserExited()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onUserExited", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP12onUserExitedyyF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResolution", - "printedName": "MyIdResolution", - "children": [ - { - "kind": "Var", - "name": "RESOLUTION_480", - "printedName": "RESOLUTION_480", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResolution.Type) -> MyIdSDK.MyIdResolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResolution.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResolution@MyIdResolutionRESOLUTION_480", - "mangledName": "$s7MyIdSDK0aB10ResolutionO14RESOLUTION_480yA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RESOLUTION_720", - "printedName": "RESOLUTION_720", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResolution.Type) -> MyIdSDK.MyIdResolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResolution.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResolution@MyIdResolutionRESOLUTION_720", - "mangledName": "$s7MyIdSDK0aB10ResolutionO14RESOLUTION_720yA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdResolution?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdResolution", - "mangledName": "$s7MyIdSDK0aB10ResolutionO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdClient", - "printedName": "MyIdClient", - "children": [ - { - "kind": "Function", - "name": "start", - "printedName": "start(withConfig:withDelegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdConfig", - "printedName": "MyIdSDK.MyIdConfig", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig" - }, - { - "kind": "TypeNominal", - "name": "MyIdClientDelegate", - "printedName": "MyIdSDK.MyIdClientDelegate", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient(cm)startWithConfig:withDelegate:", - "mangledName": "$s7MyIdSDK0aB6ClientC5start10withConfig0F8DelegateyAA0abG0C_AA0abdH0_ptFZ", - "moduleName": "MyIdSDK", - "static": true, - "objc_name": "startWithConfig:withDelegate:", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdClient", - "printedName": "MyIdSDK.MyIdClient", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient(im)init", - "mangledName": "$s7MyIdSDK0aB6ClientCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient", - "mangledName": "$s7MyIdSDK0aB6ClientC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdCameraShape", - "printedName": "MyIdCameraShape", - "children": [ - { - "kind": "Var", - "name": "ELLIPSE", - "printedName": "ELLIPSE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdCameraShape.Type) -> MyIdSDK.MyIdCameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdCameraShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape@MyIdCameraShapeELLIPSE", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO7ELLIPSEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "CIRCLE", - "printedName": "CIRCLE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdCameraShape.Type) -> MyIdSDK.MyIdCameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdCameraShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape@MyIdCameraShapeCIRCLE", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO6CIRCLEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdCameraShape?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdConfig", - "printedName": "MyIdConfig", - "children": [ - { - "kind": "Var", - "name": "clientId", - "printedName": "clientId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)clientId", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)clientId", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setClientId:", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC06clientB0SSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "passportData", - "printedName": "passportData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)passportData", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)passportData", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setPassportData:", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC12passportDataSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateOfBirth", - "printedName": "dateOfBirth", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)dateOfBirth", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)dateOfBirth", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setDateOfBirth:", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkHash", - "printedName": "sdkHash", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)sdkHash", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)sdkHash", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setSdkHash:", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC7sdkHashSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "externalId", - "printedName": "externalId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)externalId", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)externalId", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setExternalId:", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC08externalB0SSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "threshold", - "printedName": "threshold", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)threshold", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)threshold", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setThreshold:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9thresholdSfvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "buildMode", - "printedName": "buildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)buildMode", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)buildMode", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setBuildMode:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "entryType", - "printedName": "entryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)entryType", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)entryType", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setEntryType:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "residency", - "printedName": "residency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)residency", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)residency", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setResidency:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "locale", - "printedName": "locale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)locale", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)locale", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setLocale:", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cameraShape", - "printedName": "cameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)cameraShape", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)cameraShape", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setCameraShape:", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "resolution", - "printedName": "resolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)resolution", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)resolution", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setResolution:", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "organizationDetails", - "printedName": "organizationDetails", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)organizationDetails", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)organizationDetails", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setOrganizationDetails:", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "appearance", - "printedName": "appearance", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)appearance", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)appearance", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setAppearance:", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "withPhoto", - "printedName": "withPhoto", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)withPhoto", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)withPhoto", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setWithPhoto:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9withPhotoSbvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdConfig", - "printedName": "MyIdSDK.MyIdConfig", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)init", - "mangledName": "$s7MyIdSDK0aB6ConfigCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig", - "mangledName": "$s7MyIdSDK0aB6ConfigC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdException", - "printedName": "MyIdException", - "children": [ - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)message", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)message", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setMessage:", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ExceptionC7messageSSSgvM", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "code", - "printedName": "code", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)code", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)code", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setCode:", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ExceptionC4codeSSSgvM", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdException", - "printedName": "MyIdSDK.MyIdException", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)init", - "mangledName": "$s7MyIdSDK0aB9ExceptionCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException", - "mangledName": "$s7MyIdSDK0aB9ExceptionC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdEntryType", - "printedName": "MyIdEntryType", - "children": [ - { - "kind": "Var", - "name": "AUTH", - "printedName": "AUTH", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdEntryType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeAUTH", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO4AUTHyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "FACE", - "printedName": "FACE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdEntryType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeFACE", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO4FACEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdEntryType?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Combine", - "printedName": "Combine", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreImage.CIFilterBuiltins", - "printedName": "CoreImage.CIFilterBuiltins", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Alamofire", - "printedName": "Alamofire", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdDocumentType", - "printedName": "MyIdDocumentType", - "children": [ - { - "kind": "Var", - "name": "ID_CARD", - "printedName": "ID_CARD", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypeID_CARD", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO7ID_CARDyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PASSPORT", - "printedName": "PASSPORT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypePASSPORT", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8PASSPORTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "DRIVER_LICENSE", - "printedName": "DRIVER_LICENSE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypeDRIVER_LICENSE", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO14DRIVER_LICENSEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdDocumentType?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "DeviceKit", - "printedName": "DeviceKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdOrganizationDetails", - "children": [ - { - "kind": "Var", - "name": "phoneNumber", - "printedName": "phoneNumber", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(py)phoneNumber", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)phoneNumber", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)setPhoneNumber:", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvM", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "logo", - "printedName": "logo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(py)logo", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)logo", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)setLogo:", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvM", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)init", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdLocale", - "printedName": "MyIdLocale", - "children": [ - { - "kind": "Var", - "name": "RU", - "printedName": "RU", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleRU", - "mangledName": "$s7MyIdSDK0aB6LocaleO2RUyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "EN", - "printedName": "EN", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleEN", - "mangledName": "$s7MyIdSDK0aB6LocaleO2ENyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "UZ", - "printedName": "UZ", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleUZ", - "mangledName": "$s7MyIdSDK0aB6LocaleO2UZyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdLocale?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdLocale", - "mangledName": "$s7MyIdSDK0aB6LocaleO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdBuildMode", - "printedName": "MyIdBuildMode", - "children": [ - { - "kind": "Var", - "name": "DEBUG", - "printedName": "DEBUG", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdBuildMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModeDEBUG", - "mangledName": "$s7MyIdSDK0aB9BuildModeO5DEBUGyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PRODUCTION", - "printedName": "PRODUCTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdBuildMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModePRODUCTION", - "mangledName": "$s7MyIdSDK0aB9BuildModeO10PRODUCTIONyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdBuildMode?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode", - "mangledName": "$s7MyIdSDK0aB9BuildModeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResidency", - "printedName": "MyIdResidency", - "children": [ - { - "kind": "Var", - "name": "USER_DEFINED", - "printedName": "USER_DEFINED", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyUSER_DEFINED", - "mangledName": "$s7MyIdSDK0aB9ResidencyO12USER_DEFINEDyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RESIDENT", - "printedName": "RESIDENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyRESIDENT", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8RESIDENTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "NON_RESIDENT", - "printedName": "NON_RESIDENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyNON_RESIDENT", - "mangledName": "$s7MyIdSDK0aB9ResidencyO12NON_RESIDENTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdResidency?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdResidency", - "mangledName": "$s7MyIdSDK0aB9ResidencyO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreVideo", - "printedName": "CoreVideo", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Combine", - "printedName": "Combine", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreImage.CIFilterBuiltins", - "printedName": "CoreImage.CIFilterBuiltins", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResult", - "printedName": "MyIdResult", - "children": [ - { - "kind": "Var", - "name": "image", - "printedName": "image", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)image", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)image", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setImage:", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "code", - "printedName": "code", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)code", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)code", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setCode:", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC4codeSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "comparisonValue", - "printedName": "comparisonValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)comparisonValue", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)comparisonValue", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setComparisonValue:", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC15comparisonValueSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResult", - "printedName": "MyIdSDK.MyIdResult", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)init", - "mangledName": "$s7MyIdSDK0aB6ResultCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult", - "mangledName": "$s7MyIdSDK0aB6ResultC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "String", - "printedName": "String", - "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", - "moduleName": "Swift", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", - "children": [ - { - "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", - "children": [ - { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sy", - "mangledName": "$sSy" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" - }, - { - "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "URLConvertible", - "printedName": "URLConvertible", - "usr": "s:9Alamofire14URLConvertibleP", - "mangledName": "$s9Alamofire14URLConvertibleP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 170, - "length": 12, - "value": "\"yyyy-MM-dd\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 12, - "value": "\"dd.MM.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 271, - "length": 76, - "value": "\"^(0[1-9]|1\\d|2\\d|3[0-1])\\.(0\\d|1[0-2])\\.(18\\d\\d|19\\d\\d|20\\d\\d)$\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 445, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 473, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 742, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 812, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 878, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 943, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1214, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1518, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1574, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 1677, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 1930, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 2198, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 2544, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 2568, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 2775, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 2907, - "length": 11, - "value": "504921600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3035, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3053, - "length": 3, - "value": "\"4\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3069, - "length": 3, - "value": "\"6\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3085, - "length": 3, - "value": "\"9\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3101, - "length": 4, - "value": "\"11\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3118, - "length": 4, - "value": "\"04\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3135, - "length": 4, - "value": "\"06\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3152, - "length": 4, - "value": "\"09\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3254, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3270, - "length": 4, - "value": "\"02\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 3369, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 3374, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3473, - "length": 4, - "value": "\"30\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3488, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3592, - "length": 4, - "value": "\"29\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3607, - "length": 4, - "value": "\"30\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3622, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3744, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3994, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 292, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 578, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1054, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1187, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1369, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1528, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdAppearance.swift", - "kind": "IntegerLiteral", - "offset": 615, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 188, - "length": 14, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 188, - "length": 14, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 24, - "value": "\"https:\/\/myid.uz\/api\/v1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 223, - "length": 27, - "value": "\"https:\/\/devmyid.uz\/api\/v1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 445, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 1, - "value": "\"\/oauth2\/authorization\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 540, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 553, - "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-task\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 667, - "length": 63, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 680, - "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-status\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 789, - "length": 38, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 802, - "length": 1, - "value": "\"\/oauth2\/authorize-client\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 536, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 617, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 755, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 842, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1182, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1251, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1332, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1399, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1483, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1577, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 2052, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 3281, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 4537, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 5559, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 158, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 169, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 158, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 169, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdConfig.swift", - "kind": "FloatLiteral", - "offset": 410, - "length": 3, - "value": "0.5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdConfig.swift", - "kind": "BooleanLiteral", - "offset": 966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 257, - "length": 59, - "value": "\"Invalid request. Call the number \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 315, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 354, - "length": 146, - "value": "\"В запросе не переданы необходимые параметры. Обратитесь по номер \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 499, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 537, - "length": 99, - "value": "\"Barcha kerakli parametrlar so'rovda yuborilmadi. \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 611, - "length": 5, - "value": "\" raqam orqali bog'laning\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 63, - "value": "\"MyID internal error. Call the number \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 843, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 882, - "length": 100, - "value": "\"Внутренняя ошибка. Обратитесь по номеру \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 981, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1019, - "length": 70, - "value": "\"MyID ichki xatolik. \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1064, - "length": 5, - "value": "\" raqam orqali bog'laning\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 42, - "value": "\"Connection error. Please try again later\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1317, - "length": 104, - "value": "\"Просим проверить интернет соединение и повторить снова\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1458, - "length": 60, - "value": "\"Internet aloqangizni tekshiring va qaytadan urinib ko'ring\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1663, - "length": 21, - "value": "\"Bad or blurry image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1722, - "length": 39, - "value": "\"Размытая фотография\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1989, - "length": 22, - "value": "\"Camera access denied\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2049, - "length": 47, - "value": "\"Доступ к камере запрещен\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2133, - "length": 55, - "value": "\"Ilova uchun kameradan foydalanishga ruxsat berilmagan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2330, - "length": 10, - "value": "\"Continue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2378, - "length": 22, - "value": "\"Продолжить\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2437, - "length": 13, - "value": "\"Davom etish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2589, - "length": 6, - "value": "\"Exit\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2633, - "length": 12, - "value": "\"Выйти\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2682, - "length": 9, - "value": "\"Chiqish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2834, - "length": 11, - "value": "\"Try again\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2883, - "length": 38, - "value": "\"Попробовать еще раз\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2958, - "length": 22, - "value": "\"Qayta urinib ko'ring\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3122, - "length": 16, - "value": "\"Driver license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3176, - "length": 53, - "value": "\"Водительское удостоверение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3266, - "length": 26, - "value": "\"Haydovchilik guvohnomasi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3440, - "length": 15, - "value": "\"Date of birth\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3493, - "length": 27, - "value": "\"Дата рождения\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3557, - "length": 15, - "value": "\"Tug'ilgan kun\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3727, - "length": 12, - "value": "\"dd.mm.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3777, - "length": 20, - "value": "\"дд.мм.гггг\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3834, - "length": 12, - "value": "\"kk.oo.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3984, - "length": 5, - "value": "\"PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4027, - "length": 12, - "value": "\"ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4076, - "length": 9, - "value": "\"JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4230, - "length": 38, - "value": "\"Serial and number of passport or PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4306, - "length": 61, - "value": "\"Серия и номер паспорта или ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4404, - "length": 39, - "value": "\"Pasport seriyasi, raqami yoki JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4599, - "length": 17, - "value": "\"AA1234567 | PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4654, - "length": 24, - "value": "\"AA1234567 | ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4715, - "length": 21, - "value": "\"AA1234567 | JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4869, - "length": 6, - "value": "\"hour\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4913, - "length": 8, - "value": "\"час\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4958, - "length": 6, - "value": "\"soat\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5098, - "length": 7, - "value": "\"hours\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5143, - "length": 8, - "value": "\"час\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5188, - "length": 6, - "value": "\"soat\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5329, - "length": 9, - "value": "\"ID Card\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5376, - "length": 9, - "value": "\"ID Card\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5422, - "length": 10, - "value": "\"ID Karta\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5567, - "length": 8, - "value": "\"minute\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5613, - "length": 8, - "value": "\"мин\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5658, - "length": 8, - "value": "\"daqiqa\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5802, - "length": 9, - "value": "\"minutes\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5849, - "length": 8, - "value": "\"мин\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5894, - "length": 8, - "value": "\"daqiqa\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6044, - "length": 97, - "value": "\"Customer Service \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6140, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6179, - "length": 139, - "value": "\"Служба поддержки пользователей \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6317, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6355, - "length": 109, - "value": "\"Mijozlarga xizmat ko'rsatish \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6463, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6609, - "length": 42, - "value": "\"Point the camera at the driver's license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6689, - "length": 105, - "value": "\"Наведите камеру телефона на водительское удостоверение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6831, - "length": 64, - "value": "\"Telefoningiz kamerasini haydovchilik guvohnomasiga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7042, - "length": 29, - "value": "\"Eyes closed or not detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7109, - "length": 60, - "value": "\"Глаза закрыты или не обнаружены\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7206, - "length": 32, - "value": "\"Ko'zlar yopiq yoki aniqlanmadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7382, - "length": 32, - "value": "\"Make sure your eyes are opened\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7452, - "length": 61, - "value": "\"Убедитесь, что Ваши глаза окрыты\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7550, - "length": 52, - "value": "\"Ko'zlaringiz ochiq ekanligiga ishonch hosil qiling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7750, - "length": 25, - "value": "\"Keep your head straight\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7813, - "length": 40, - "value": "\"Держите голову прямо\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7890, - "length": 26, - "value": "\"Boshingizni tekis tuting\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8062, - "length": 15, - "value": "\"Keep straight\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8115, - "length": 31, - "value": "\"Держитесь ровно\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8183, - "length": 18, - "value": "\"To'g'riga qarang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8343, - "length": 47, - "value": "\"Make sure your face is in the dedicated space\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8428, - "length": 114, - "value": "\"Убедитесь, что Ваше лицо находится в выделенном пространстве\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8579, - "length": 66, - "value": "\"Sizning yuzingiz belgilangan maydon ichida bo'lishini ta'minlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8792, - "length": 22, - "value": "\"Face not fully shown\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8852, - "length": 101, - "value": "\"Лицо не полностью попало в кадр или не отчетливо видно\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8990, - "length": 52, - "value": "\"Yuz aniq ko'rinmadi yoki to'liq tasvirga tushmagan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9184, - "length": 23, - "value": "\"Move away from camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9245, - "length": 31, - "value": "\"Отойдите дальше\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9313, - "length": 26, - "value": "\"Kameradan uzoqroq turing\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9482, - "length": 13, - "value": "\"Come closer\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9533, - "length": 31, - "value": "\"Подойдите ближе\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9601, - "length": 26, - "value": "\"Kameraga yaqinroq keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9771, - "length": 117, - "value": "\"Due to a large number of unsuccessful attempts, your access to the identification service is temporarily restricted\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9926, - "length": 186, - "value": "\"Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10149, - "length": 111, - "value": "\"Ko'p sonli muvaffaqiyatsiz urinishlar tufayli identifikatsiya xizmatidan foydalanishingiz vaqtincha cheklandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10412, - "length": 16, - "value": "\"Open your eyes\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10466, - "length": 29, - "value": "\"Откройте глаза\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10532, - "length": 23, - "value": "\"Ko'zlaringizni oching\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10704, - "length": 31, - "value": "\"Look straight into the camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10773, - "length": 45, - "value": "\"Смотрите прямо в камеру\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10855, - "length": 36, - "value": "\"To'g'ridan-to'g'ri kameraga qarang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11041, - "length": 38, - "value": "\"Wipe the front camera of your device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11117, - "length": 82, - "value": "\"Протрите фронтальную камеру Вашего девайса\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11236, - "length": 92, - "value": "\"Qurilmangizning old kamerasi tiniqligiga ishonch hosil qiling (old kamerani artib qo'ying)\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11479, - "length": 32, - "value": "\"Hold your device at face level\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11549, - "length": 63, - "value": "\"Держите Ваш девайс на уровне лица\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11649, - "length": 47, - "value": "\"Smartfoningizni yuzingiz balandligida saqlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11846, - "length": 87, - "value": "\"Make sure the room is well lit, otherwise go to a window or walk into a more lit room\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11971, - "length": 224, - "value": "\"Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12232, - "length": 87, - "value": "\"Xona yetarlicha yoritilganligiga ishonch hosil qiling, aks holda yorug' xonaga o'ting\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12469, - "length": 44, - "value": "\"There must be only one person in the image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 55, - "value": "\"В кадре должно быть одно лицо\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12643, - "length": 41, - "value": "\"Tasvirda faqat bitta yuz bo'lishi kerak\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12831, - "length": 23, - "value": "\"Take off your glasses\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12892, - "length": 25, - "value": "\"Снимите очки\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12954, - "length": 34, - "value": "\"Ko'zoynaklaringizni yechib oling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13140, - "length": 24, - "value": "\"Head rotation detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13202, - "length": 51, - "value": "\"Голова повернута в сторону\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13290, - "length": 27, - "value": "\"Bosh yon tomonga burilgan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13455, - "length": 34, - "value": "\"Point your camera at the QR code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13527, - "length": 46, - "value": "\"Наведите камеру на QR-код\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13610, - "length": 70, - "value": "\"Telefoningiz kamerasini ID kartangizning QR kod tomoniga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13819, - "length": 31, - "value": "\"Identification is in progress\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13888, - "length": 49, - "value": "\"Проводится идентификация\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13974, - "length": 37, - "value": "\"Identifikatsiya amalga oshirilmoqda\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14164, - "length": 28, - "value": "\"Several faces in the image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14230, - "length": 59, - "value": "\"В кадр попало более одного лица\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14326, - "length": 35, - "value": "\"Tasvirda bir nechta yuz aniqlandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14501, - "length": 46, - "value": "\"Point your camera at the passport photo page\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14585, - "length": 94, - "value": "\"Наведите камеру к странице паспорта с фотографией\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14716, - "length": 70, - "value": "\"Telefoningiz kamerasini pasportingizning rasm sahifasiga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14930, - "length": 15, - "value": "\"Sending photo\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14983, - "length": 27, - "value": "\"Отправка фото\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15047, - "length": 19, - "value": "\"Rasm yuborilmoqda\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15216, - "length": 21, - "value": "\"Sunglasses detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15275, - "length": 31, - "value": "\"Обнаружены очки\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15343, - "length": 24, - "value": "\"Ko'zoynaklar aniqlandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15525, - "length": 30, - "value": "\"You can try again in \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15554, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15593, - "length": 72, - "value": "\"Вы снова можете попробовать через \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15664, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15702, - "length": 52, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15710, - "length": 3, - "value": "\" dan keyin qayta urinib ko'rishingiz mumkin\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15897, - "length": 23, - "value": "\"You can try again now\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15958, - "length": 66, - "value": "\"Вы снова можете попробовать сейчас\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16061, - "length": 34, - "value": "\"Qayta urinib ko'rishingiz mumkin\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16239, - "length": 58, - "value": "\"You may be able to authenticate by trying the following:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16335, - "length": 112, - "value": "\"Возможно, Вы сможете пройти идентификацию пробуя следующее:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16484, - "length": 55, - "value": "\"Quyidagilarni amalga oshirishingizni tavsiya qilamiz:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16679, - "length": 14, - "value": "\"Non-resident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16731, - "length": 22, - "value": "\"Нерезидент\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16790, - "length": 12, - "value": "\"Norezident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16939, - "length": 10, - "value": "\"Passport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16987, - "length": 16, - "value": "\"Паспорт\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17040, - "length": 9, - "value": "\"Pasport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17197, - "length": 57, - "value": "\"* Identification is carried out for non-resident's data\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17292, - "length": 116, - "value": "\"* Идентификация будет производиться по данным для нерезидента\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17445, - "length": 69, - "value": "\"* Identifikatsiya norezident ma'lumotlariga ko'ra amalga oshiriladi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17649, - "length": 8, - "value": "\"second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17695, - "length": 8, - "value": "\"сек\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17740, - "length": 8, - "value": "\"soniya\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17884, - "length": 9, - "value": "\"seconds\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17931, - "length": 8, - "value": "\"сек\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17976, - "length": 8, - "value": "\"soniya\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18131, - "length": 19, - "value": "\"Login or register\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18188, - "length": 40, - "value": "\"Вход или регистрация\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18265, - "length": 31, - "value": "\"Kirish yoki ro'yxatdan o'tish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18437, - "length": 19, - "value": "\"Access restricted\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18494, - "length": 33, - "value": "\"Доступ ограничен\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18564, - "length": 28, - "value": "\"Xizmat vaqtincha cheklandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18738, - "length": 21, - "value": "\"Bad or blurry image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18797, - "length": 39, - "value": "\"Размытая фотография\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18873, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19067, - "length": 28, - "value": "\"Failed to confirm liveness\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19133, - "length": 67, - "value": "\"Не удалось подтвердить жизненность\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19237, - "length": 26, - "value": "\"Hayotiylik tasdiqlanmadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19410, - "length": 26, - "value": "\"Choose the document type\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19474, - "length": 44, - "value": "\"Выберите тип документа\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19555, - "length": 23, - "value": "\"Hujjat turini tanlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19723, - "length": 8, - "value": "\"Cancel\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19769, - "length": 14, - "value": "\"Отмена\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19820, - "length": 14, - "value": "\"Bekor qilish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19978, - "length": 7, - "value": "\"Allow\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20023, - "length": 20, - "value": "\"Разрешать\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20080, - "length": 15, - "value": "\"Ruxsat berish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20240, - "length": 16, - "value": "\"Go to settings\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20294, - "length": 40, - "value": "\"Перейти к настройкам\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20371, - "length": 21, - "value": "\"Sozlamalarga o'tish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20552, - "length": 52, - "value": "\"Permission denied but required for basic functions\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20642, - "length": 117, - "value": "\"В разрешении было отказано, но необходимо для основных функций\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20796, - "length": 66, - "value": "\"Ruxsat rad etildi, lekin asosiy funksiyalar uchun talab qilinadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 161, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 194, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 226, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 285, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 322, - "length": 4, - "value": "0.50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 758, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 798, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 833, - "length": 4, - "value": "20.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 866, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 904, - "length": 64, - "value": "\"myid_mobile_sdk_(dev)-38StMOL1VGK2s1uvlQsfaz93GOrELSXuqhuAgWmr\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 1002, - "length": 58, - "value": "\"myid_mobile_sdk-92SnsJQhWBmajM3rvsUqmMJxikhTykqOHXN2caHC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1092, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1125, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1222, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 1257, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 389, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 464, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 501, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 578, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 616, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 152, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 163, - "length": 4, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 152, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 163, - "length": 4, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 603, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1657, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 1690, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1810, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 2347, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 3033, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4864, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4999, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5043, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 5229, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5258, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 7095, - "length": 15, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 7109, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7480, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7526, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7570, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7620, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7683, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8301, - "length": 45, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8345, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 8460, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8510, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8566, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8612, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8693, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8736, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9011, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9093, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9179, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9605, - "length": 20, - "value": "\"myid_icon_not_face\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9660, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9939, - "length": 26, - "value": "\"myid_icon_multiple_faces\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10210, - "length": 22, - "value": "\"myid_icon_sunglasses\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10552, - "length": 23, - "value": "\"myid_icon_eyes_opened\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10610, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10886, - "length": 20, - "value": "\"myid_icon_not_face\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11288, - "length": 24, - "value": "\"myid_icon_advice_first\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11348, - "length": 25, - "value": "\"myid_icon_advice_second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11408, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11869, - "length": 24, - "value": "\"myid_icon_advice_first\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11929, - "length": 25, - "value": "\"myid_icon_advice_second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11989, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 12998, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13047, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13098, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 13357, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13474, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13523, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13570, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13623, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13671, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13776, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 14022, - "length": 18, - "value": "\"myid_icon_cancel\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14174, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 14261, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14414, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14478, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14532, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14604, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 14825, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14872, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15043, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15282, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15380, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15418, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15425, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15461, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15468, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15503, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15531, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15559, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15591, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15618, - "length": 30, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15627, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15647, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15675, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15702, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15711, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15732, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15775, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15804, - "length": 34, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15815, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15837, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15867, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15896, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15907, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15930, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15973, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16002, - "length": 34, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16013, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16035, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16065, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16094, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16105, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16128, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16164, - "length": 41, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16176, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16190, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16204, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16231, - "length": 4, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16243, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16528, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16569, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 16776, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16931, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17016, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17152, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17486, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17903, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18066, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18137, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18307, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18647, - "length": 2, - "value": "25" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18652, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18722, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19338, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19406, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19475, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19604, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19677, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20085, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20124, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20198, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20591, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20632, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20890, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21640, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21682, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 21835, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21943, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 22133, - "length": 17, - "value": "\"myid_icon_error\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 22319, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22381, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22438, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 22641, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22840, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22931, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23053, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23064, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 23110, - "length": 4, - "value": "0.15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23157, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23214, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23224, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23236, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23247, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23309, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23379, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23445, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23485, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23743, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23963, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24030, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24075, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24249, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24300, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24429, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24501, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24849, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24917, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25140, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25192, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25324, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25397, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25745, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25812, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25857, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26031, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26082, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 26211, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26283, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 26590, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26969, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 27135, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 27485, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28129, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 28225, - "length": 3, - "value": "0.2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28269, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28324, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28334, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28346, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28357, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28416, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28545, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 28735, - "length": 16, - "value": "\"myid_icon_call\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28918, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 29107, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 29193, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 29231, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 29465, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 30355, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 30974, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31045, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31203, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31303, - "length": 2, - "value": "-8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31464, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31569, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31687, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31793, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31910, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32015, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32104, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32178, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32267, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32342, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32430, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32504, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32635, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32739, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32845, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32928, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33028, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33130, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33285, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33382, - "length": 2, - "value": "-8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33462, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33530, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33612, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33701, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33797, - "length": 3, - "value": "-10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34208, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34393, - "length": 30, - "value": "\"+998\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34479, - "length": 22, - "value": "\"telprompt:\/\/\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34500, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "Dictionary", - "offset": 34637, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 188, - "length": 12, - "value": "\"background\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 832, - "length": 3, - "value": "120" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 1238, - "length": 3, - "value": "200" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 1244, - "length": 3, - "value": "299" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 3826, - "length": 10, - "value": "\"location\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Dictionary", - "offset": 4868, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4888, - "length": 15, - "value": "\"Authorization\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4907, - "length": 42, - "value": "\"Bearer \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4948, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4966, - "length": 18, - "value": "\"Content-Language\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6394, - "length": 8, - "value": "\"detail\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6584, - "length": 5, - "value": "\"msg\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6808, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 7818, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 7879, - "length": 5, - "value": "\"ttl\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 7899, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 7933, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 8538, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8585, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 8733, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8772, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8834, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 20, - "value": "\"Video Output Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Array", - "offset": 705, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 819, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 862, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1427, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 2494, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 2537, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 3863, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5054, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5200, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5664, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5894, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 6107, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 6428, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 6856, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7439, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Array", - "offset": 7678, - "length": 9, - "value": "[\"en-US\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Dictionary", - "offset": 8048, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 8355, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8444, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 8632, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8676, - "length": 16, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8691, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 9601, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 9642, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9849, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9908, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10072, - "length": 18, - "value": "\"myid_icon_idcard\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10196, - "length": 20, - "value": "\"myid_icon_passport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10333, - "length": 26, - "value": "\"myid_icon_driver_license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 10479, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 10763, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11260, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11853, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11926, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 222, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 295, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 509, - "length": 10, - "value": "\"yyyyMMdd\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 566, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 633, - "length": 10, - "value": "\"GMT+0:00\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "BooleanLiteral", - "offset": 2651, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 3033, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 3410, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4034, - "length": 4, - "value": "\"<<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4057, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4068, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4149, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4192, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4253, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4284, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4499, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4506, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4631, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5027, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5034, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5159, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5204, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5488, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5499, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5684, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "BooleanLiteral", - "offset": 5725, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5895, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "Array", - "offset": 6052, - "length": 9, - "value": "[7, 3, 1]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6106, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6140, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6643, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6671, - "length": 2, - "value": "65" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 6843, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6870, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 174, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 185, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 14, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 174, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 185, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 14, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1060, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1095, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1248, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "Array", - "offset": 1323, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1528, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1613, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1651, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 4717, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 4750, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UITextField.swift", - "kind": "IntegerLiteral", - "offset": 310, - "length": 3, - "value": "150" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 352, - "length": 11, - "value": "\"client_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 635, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 984, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1007, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1100, - "length": 10, - "value": "\"sdk_hash\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1260, - "length": 11, - "value": "\"pass_data\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1423, - "length": 7, - "value": "\"pinfl\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1658, - "length": 12, - "value": "\"birth_date\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1739, - "length": 17, - "value": "\"agreed_on_terms\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 11, - "value": "\"client_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1924, - "length": 11, - "value": "\"threshold\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1979, - "length": 13, - "value": "\"need_update\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2031, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2066, - "length": 19, - "value": "\"photo_from_camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2088, - "length": 7, - "value": "\"front\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2119, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2147, - "length": 6, - "value": "\"uuid\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2190, - "length": 10, - "value": "\"platform\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2202, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2225, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 7, - "value": "\"model\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2266, - "length": 85, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2284, - "length": 1, - "value": "\", \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2316, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2350, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2373, - "length": 12, - "value": "\"isEmulator\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "BooleanLiteral", - "offset": 2387, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2414, - "length": 14, - "value": "\"manufacturer\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2473, - "length": 12, - "value": "\"sdkVersion\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2590, - "length": 13, - "value": "\"is_resident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "IntegerLiteral", - "offset": 2717, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2741, - "length": 13, - "value": "\"external_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 3627, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "FloatLiteral", - "offset": 3807, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 4335, - "length": 6, - "value": "\"code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 4391, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 160, - "length": 9, - "value": "\"#66BB6A\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 211, - "length": 9, - "value": "\"#2196f3\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 258, - "length": 9, - "value": "\"#EF5350\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 306, - "length": 9, - "value": "\"#66BB6A\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 362, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "FloatLiteral", - "offset": 380, - "length": 3, - "value": "0.1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 9, - "value": "\"#FFFFFF\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 486, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "FloatLiteral", - "offset": 504, - "length": 4, - "value": "0.35" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 545, - "length": 9, - "value": "\"#7B6ACF\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 638, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 698, - "length": 3, - "value": "\"#\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 765, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 851, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 951, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1053, - "length": 8, - "value": "0xff0000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1072, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1121, - "length": 8, - "value": "0x00ff00" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1134, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1139, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1187, - "length": 8, - "value": "0x0000ff" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1199, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCode.swift", - "kind": "StringLiteral", - "offset": 1340, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/String+TrimmingFillers.swift", - "kind": "StringLiteral", - "offset": 248, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/String+TrimmingFillers.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 502, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 552, - "length": 3, - "value": "102" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 3, - "value": "103" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 645, - "length": 3, - "value": "122" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 707, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 764, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 864, - "length": 2, - "value": "21" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 915, - "length": 2, - "value": "22" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 962, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1015, - "length": 2, - "value": "26" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1065, - "length": 2, - "value": "27" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1116, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/JobResponse.swift", - "kind": "StringLiteral", - "offset": 255, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/JobResponse.swift", - "kind": "StringLiteral", - "offset": 255, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 193, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "BooleanLiteral", - "offset": 209, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "Array", - "offset": 252, - "length": 50, - "value": "[\"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 960, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 1261, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "StringLiteral", - "offset": 1500, - "length": 8, - "value": "\"[^0-9]\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "StringLiteral", - "offset": 1516, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 1570, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 2109, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 723, - "length": 3, - "value": "\"P\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 3, - "value": "\"F\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 949, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 960, - "length": 3, - "value": "\"O\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 986, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 997, - "length": 3, - "value": "\"I\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1023, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1034, - "length": 3, - "value": "\"Z\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1060, - "length": 3, - "value": "\"8\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1071, - "length": 3, - "value": "\"B\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1189, - "length": 3, - "value": "\"O\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1200, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1226, - "length": 3, - "value": "\"Q\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1263, - "length": 3, - "value": "\"U\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1274, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1300, - "length": 3, - "value": "\"D\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1311, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1337, - "length": 3, - "value": "\"I\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1348, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1374, - "length": 3, - "value": "\"Z\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1385, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1411, - "length": 3, - "value": "\"B\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1422, - "length": 3, - "value": "\"8\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 14, - "value": "\"access_token\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 418, - "length": 13, - "value": "\"result_code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 13, - "value": "\"result_note\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 503, - "length": 18, - "value": "\"comparison_value\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 14, - "value": "\"access_token\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 418, - "length": 13, - "value": "\"result_code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 13, - "value": "\"result_note\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 503, - "length": 18, - "value": "\"comparison_value\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 149, - "length": 17, - "value": "\"uz.myid.ios.sdk\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 196, - "length": 7, - "value": "\"2.2.1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 233, - "length": 11, - "value": "\"712022202\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 280, - "length": 12, - "value": "\"##.##.####\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 171, - "length": 21, - "value": "\"[a-zA-Z]{2}[0-9]{7}\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 11, - "value": "\"[0-9]{14}\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 333, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 359, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 501, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 782, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "Array", - "offset": 875, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 901, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 940, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 1094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1270, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1412, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1436, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1521, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1545, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1632, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1738, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1762, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1850, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1874, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1959, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1983, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2070, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2094, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2178, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2202, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2288, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2312, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2398, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2422, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2505, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2530, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2616, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2641, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2727, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2752, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2946, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3031, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 3098, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 3155, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3313, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3318, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3345, - "length": 4, - "value": "\"18\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3363, - "length": 3, - "value": "\"3\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3368, - "length": 3, - "value": "\"4\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3395, - "length": 4, - "value": "\"19\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3413, - "length": 3, - "value": "\"5\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3418, - "length": 3, - "value": "\"6\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3445, - "length": 4, - "value": "\"20\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3489, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3552, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3562, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3609, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3619, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3642, - "length": 43, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3653, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3671, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3681, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3684, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3702, - "length": 25, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3718, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3726, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 143, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 154, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 2, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 143, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 154, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 2, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UIImage.swift", - "kind": "BooleanLiteral", - "offset": 154, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UIImage.swift", - "kind": "BooleanLiteral", - "offset": 254, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Icons.swift", - "kind": "StringLiteral", - "offset": 155, - "length": 13538, - "value": "\"iVBORw0KGgoAAAANSUhEUgAAAQ0AAABLCAYAAABqZNLNAAAABHNCSVQICAgIfAhkiAAAIABJREFUeF7tXXd8FVX2P2fm1dSXhA6hFxGkiQj+LCDWXaUl0RVCERDbuhIbCKJBRVDXhXUFIVgQ1F1NqIqrLgquK2JbkqDSkR5CCOmvzcw9v8+85IWXxysz8yYBljd\/Qd6555x77p3vfO+5DSH6RCNwkUVgMWTHJcYmXcmQhiBCZ0BoWRsCdoAADnASX1hRU\/bdg5BdfZGFRlF1UZFUVCgagf+BCHjAIiFpBAEbCYBxoatE1ShxOZk1D3\/xP1B1XasQBQ1dwxlVdr5GYHnsopYWnj0FwHVW4yMx+LaqunxRlHWciVoUNNT0oKjsBRmBWsCgV8Ozi2DVYwcqKyufjAJHbXyioHFBvgZRp5VGQB6SJCQkzFfLMPz1E7BNEyofWajU7oUgN37eN72J8DIAri0QJADiSSLpIEhc\/nvZg48Gq0MUNC6E1o36qDkCqxIWjgPAsZoV+BREic3MrHlkhx66zqWOzOe+HYocdzcQNQvmBxHuIBO99t6Ms8EjChrnsvWiths1ArUsI\/FN7cMSf\/fYgfGVjzykl9Nr3862QYzhVo6j7iInxYPAHSDG\/yd97OxCvWz46hmf\/U0LMBgeBaDeSvQTgkhEa2IPG9\/PyRkoeMtEQUNJ9KIyF2QE3ov\/60iGNE1P5zk3PTTOmXUgEp1r8p79E4upuovFVAdMynIucylvj\/9CqDQvuGPiU8ciseUtm5m9tSsauBcAIFatPpl1dJUGzcrORiaXjYKG2ghG5S+YCKyKWzgHOBwcymEEqCGg9cAgFjm8gcK8VBxhzriqh9drCcJHy7JjXKk1XwQDi7N0irzLWNJywui75mzRYs8XMIDn5iNCjFY9hLT23dlD3oiChtYInuNy149aOwg5HMghdieA1kjEAeIxRrQHQPrhizVpP+jl4tf3\/z7JRIZBgNSJQ2hJCG4COI5Ev576TSz83T\/\/6dLLlt56VsYvfBsRWwTTS0Qnq6oqHvLOirxnWdiZmfBvofwggE0TKqerToh+8tAnZsetmzdLMdVd1NQTGe82lDafNjrjmX+qKacHw\/C1R0CSizNPyZ01oOScM40pn7zTHyVsDeTa+caIe37TEpjGLNN\/yuoOjLf2kFA4\/fOykT82pq1wuoeOWN\/VaIQ\/AlC3MB17N8dxf\/s8d4TmeG6dcnOywWy+mwCGAWLgfkJkB8T3D500bbgjN1cK539T\/74qYdHG0Dbp\/fGVWe\/5yqyKX7gAUJ5RCPIQ7RhflTVTTV1kwHBdv+0zIamkp5py9bIMXSgY\/pBx86tb1ZSXhyRg5OchUZiFbAq1Eq5ZNefKN5scNLKOHLHW7PrmaZ6PGcqb4xqM6UgSHUywF4o1J99ZPmLaaoVV0V2sz73rbkfAu5FoAHBo9UPcg8BwCzkqni1cNaFGd+NBFF4\/es31PMdNBwBeiU0CFBiTXv1y7Zgvlcj7ynx37219geeeAkRFdBaJ9oou17NXvfnZabW2GlM+LGgwWj++OiunAWgkLJKZRvAFYCpB48Osrdb4LnuWV\/X+7sZI6sp4odTdsihtQveNO5Xo+UP2tx2NBnxJSw4jhP4Tq54aPKVJQeOBLRuzOFPMQ0AUNhkj2ov3Op3Hpq64\/bFdSoKkh0yvBz7sapDMbyFCj3D6CMAOwF4rWDr6lXCykf4+fPSaG7lawFD9EMM3N60duUZpwW0PjrgRAdXbIiojNzw6+I0NxUptNbbcqnAAAFTNueFJb2LzndiFN3A8ZoXyS83wZGvWVqsTjPPKhq8eI8VVNPj4aKm7YDuZL1pqHp94yachZ1fqAGMBAMRrsROqjFN03NlkoHHvprx\/GK3Jw1RVQhLdgvPUk8tuGvuuqnIahC+7d8NIDulvCGBWU5wItxYsGzFaTRk1ssNHr+nOcZzqMbSvDcZw1RdrR\/4jnF3NgOFVTHCk9Df3w+dLnmNlwqIsBLghXL2RoJCQxSlZAKY0EfrRtB9j4uJonpBU3K\/8mo2XhvNBye\/MYi92x586wHE0J7PnJwHXizQmYHh8FIT7Gx80soGbdsU7K0y21JuVBOYsGQJJkuz3vX7dbRs0lVdQqM\/UDdejgd5BAJMC8bNdJPqm4LQ7A3Lv0H1cf2Pa2kUAGDKHocRnAly9afXIt4LJfv\/gbcOJuKyg+QslRgCAI3j7iiXr8xSKN6qYEuag1gGnBJPvqZkekk15ACMWXkCEblWXft\/a0XVHW7V2AskTLzrdKUU\/y79xxGaP6\/VJvq9cowMGAEggPdC4oJEN3MRus+fGdRg2DZGLIG58NR\/Xeuxf+3b\/LgIlAYv2undNXyMacgEoUatuAkAieK+w9fZHITvbM5etxzM0Le8SIxh0G\/4Qgw82rR210t+3iBmGj0IEqhy0eMNdetQ\/Uh21u1ptb4WbRlVsR0E+oxYw6EVE9ORFKi7\/soOr7W\/NFdsIIUhAzN3i6H9lESISCNjcib3+uV3+f1MAhmyHiXBXo4LGuOVTp8elDr3PGN8mKdKgcRbbPg6tjy0a0PPbSHV5y\/e7Z20\/4vlXUOEKudB2sYII3ixYNuJFvfy7IW3NZAQuTS99ns7mxzj0Yhi+PvIgzRm4+GNP5z7Xj55sIxzL2PzAL3Fgts\/3AoZc9\/LBn3Vxtzgacf\/3xtHV4kiDGTyS2DOfrJ5zymjARslh+LYfARS\/+9TgyY0FGpiZM+VPnMFya0L30f0AuYjtcLy5jLMk7yHk5+nBOGSGYQBDdm3Sk1Ii7dwkK0DMJ0ZbCpdtfxEgcsZxQ9q6+QjQJ1Lf\/Mt7gUNPhtHABsEHVy5Zfxaj0bseSvUpWeQVTle4XIYMGGhxyLMVHXx1VVy+pYOr7X59mAYyyd38mIdZeJ+qiuam7VszmdMRK4arQ6S\/exd4RfwyB3Jk\/PKpfwKAm422zkkxbQarWswSrGIIKBniWnsChsCe+0vfS7dpDYLMMIDn59WV7wtARq26\/JD4AAKeJqAvC5aOjHhYceOYNUsBuVQ9fPPXcV1s\/q83xv23Z6Q5jEC+IdHng5Zs+Gtj+K1FZ+0eFNv8kFOpIRSHmzHZ9tC2BKfJOB+IOvqrqe7xUyt7j\/x2Wvz2L8MM7mohubh+NrGmsrl1Z+GNlzDJzNfUJO0TnDHletgJpEPehyIJhil\/zx54SnfQyMyZ8jAi3iQbNje\/rKWl+WW6dXpDbMvtiLxERJJWxuHDMOSkJwLQ5XoFmgiOIuIJWR8j+rxw2chXPSMCjc8NaeteR4D2GosHLXaZ5UCzq2J3dozhnCdT+MrDeutHgs2Dlqz\/s956ZX0t2744mDewgUBcNwJqgwAMAYoY4S7gxO+LDs0OOCzyAEdcYla4ZeX+PodjGB7AMPAvA2JAYBBSiq1l\/\/dxLz1iIVmrisT4cs9eFF\/AqNNNjpqk\/a5GAg4iyHt3zuC3az\/aOj7jcqY8wCH+3qvS2urytqbkHq31MmG0ttgBvKF+2TID7lk1QxU\/hiG\/zzLD6KuXfwBwAgDrzyEggk8Llo0IuSw5lO0b0tY9jwD9dfQPelsOplwV80sn7xrPOM55IomvDHp2ghbbHNDqKxZvCDpTo0Vn6w4v9kQGDyAXYuFVbc7mVwlcS4oPzQm4GlbOcSAH40ItL\/f4R7TDyXBhqJmSzdO324ATFyBgyA\/jqeEf9Gax1RYt9fYtIyQX\/8wMbmcAwKgXs9fY9rudsWWR2vIt32gb1vwBQzZqat67hbV5H92+lF6m4a2QGsbhxzC8KnRlGgzwCAfQcDqOYGP+shFLtDTijWPWjgfEP2gpG6iMP2B4ZfRmHAyll4e89nFEm6zO+J9tapNqnYoc1H+MlMSDGOQdPzLD82UM9NTuM4EhwDwHC3sWGxJiMU94wM5oW7hp1VrAkP5MRG2dEosTCcxEjOcQ3SYOHWaed3jtOjruTK7qs1XVMYP+PjOT47RgO3WgpjrZsjP\/lp5MNBk4BB6JPCuESSa3CBIBJ+nJOIhot+s0zc5deFV9fXRhGuNzJt8DyI3yr6gxoX1iTLurI15j4NGLnGCMbVUQqAOEYxy1syTc0wh41sItAuqjdX2Gvy8EtBeBqzjbR1qXv3TkciWd3VdmWFpeLwMY5ORaxI8XMEotRr7caORrTBxnERlLEETW2uEWY9FRnGyoOhKxIXnGoNJxx82rPtdhiX22oW1787OAnDY2yOjjY0dmvq5HnXx1bHrwuxSBx9eqBOFyFws8Vc8BuWNNxmKb0VAsv9IVA77q4GqnLSEqr88Qkk7uqrYnGvbk39ybBGMcF2Q7AREwCdFV40ja5XLGRbSsPxBgeF7FSAMaDDA8ejkjl9AjbUBkazRqPeR4SylvTQ5IOWXGwTiY+2qfnj\/51ycIw\/AV66Tb7AnBfxFrzxzQCzhuGLPuVUSIKJncxXawtaXV0W6H42MMLp4\/q815JkG7apfYr7LsRF+xeHckfQKBvh20eMPzkejwlm3TfsFcRBwYmS7u+WOHHtdtmn5Z5r9bx8VyHzKA7kr84hCcKWbTQQvPVVf0+TrV1XFP3XUJSkoDeBZ02Up2O+wJpr35N\/VjoknRMIcBSHaHbbfdmVCkzFJDqWCAETFojF8+dQoAjAnlVGz7Yd0Mca01L5zy6ubNSXs5ozXAV9zHOuHchf16fO\/9iwcwkH8mEMM4U8rzpYiYDRFgGQLsDxULhvRh4esj31HTiDeNXtObOE7z2o+Wrfd3Km9f1ZmCbFT196V3xenSMWUHG6w0VOOvEYQHBiz+5JCaMmfLZhvapJqfRo6LOEnNCA4XHXY8qMcU+Ly7trVsYXVtsRj5ZLX1izfyx2wmY1FVv69THe2VAYcXMJzVtth9BcP7iZJZ0WZFX98cNYl7q9yJqpLdoQAjItAIyTB8vOatzWPiOt7QCxA1zyIg8nZDbMtfFTSUICE9JzMOBQzDF23kvQGKdnQG5BC1f\/wZAZ3hfCTClQXLbv8gnJzv7zekre+PRHMA1e2LadbmQOfK9lWd1NiSZXtVVpSmnd6vGjgIWM7gxR9pOqDmjI8ZfJvUAc\/oARhenaJEM4uPzoz4bM8lk7\/cFm80qY6n1w81wOEFDFe1LWZP\/vABEjNrW1JNQBVVLba7JIui5Gg4wNAMGuNzJk8C5DKUdkZLy8vbmlM0zqIQMENMs1+RN4V9Iev8EQ4Xnv5g339O3YGobC8JAVgQSD7rQDWSyzaJ4DgiHlcaD2IwvyBnxH+Uystyw0av6ctzXLbS\/Etcm2PthNSSHkoZhr8vV5eeOHx91fG9Sn0kYhsHL\/lIU8LX10bbDi\/OAYCQp20p9ckrR4ytPn7kyYhmc+Znfj6jXWzMI2pt+8vXA0f\/f6c6UvcGHKoQJ7nEpJO7HJECRp1xEnhnSXXbbxT4vs9Zymb6Jj0DlVGd08jMmTwOkVN9unNsu2u7GBLaqV5Oq2hY4lMzt0NMcFQI3X\/7oWRf2VGn4sUuBBSPEH5LvH8QCaACARW\/XLUgQ06Bd038dckdqq79qwUOfi6GWYzmbFGZEtvxt748pz1nxTEJphXt2dZCcIRPaCL79MrXPtI8tVwb0wy+bYeBs\/QGjLr22nbs0IznFLw0QUXemLJlj9lgiHiYLRvwAkd536\/buzvsaXCymMwwRFvJbnu1LXZv\/vD+mhmGX02qqpJ\/dohxoTba7YPyilmr\/nxz2PZWBRrjl03JAA4naQk+IWJc6nWdDXHK9qHIc6GcxbafMyhf5Sa4WJy93NVDnqwnAjr4w6l9ZcccofMgPpUhogRA6IbKE8SVRLAvePIzeKSI6O8Fy0aq3vJ\/Y9r6gQA0N5hmR4uqFNax6JIkzqEoYRaqLXtUVZTdWbo\/5B4SvRhG69QFszgO\/09L3wpXhhj9evzIzMfDyQX7\/bk7P7+poy1mldbygcrFGwxHbGZDcZUP49CbYfjalZyWU6WOFgFnHwFAMWDIOhWDRiSAUU8TFQKHZsCocHcHRvVjP03AUcs45Mx4uNhoBgwP2wAoLVg6YoKWjjhs1NrLeZ6b48847M1rkqo6nu7SiiuPMyLTNNTy9cfEJPb44YKveIDAM0K6MIxsrnV76wwO4WotsVBShhj8dPzIjKeVyAaSeWncpj+3jrOM11o+WLkEI3800WQ8Udnv6\/b2jjsTJR2HJP42SeRcJVXtAg2JVQGGYtCYsHzqSALQ5Sj4cIxDL8CoByoNjKP2tikKNaUWEWDU+wY4rWDp7ZqOqB8+ZsMVHLJsry578+rkqk5lnTlg2JYrT9Crg99RfGDHJY7yk2d1QoBPBi9evzhSO23aL5iJiNdEqidUeWKw8fiRGZrzLX+Z8MWq5lazZ2uE3o\/MOBLNhu3Hx\/55t0OwjIoo6RnCOWIolVSk+i+4Uw0YikBDT8AIxzj0BoxIgKMuxxGIcegCGB7fJGl2\/vLRqmcpvPW6KW3dlQQw2968ppnMMGRuZAaRb8FV6nOQrLzr8NSxfVdWFzecQr1AGIY3ToxJC4qOzPpa6wu\/aOIXH6ZYzNdpLR+qXLUoOb84XjTn6oHizhNJ5n8KZp0OAfY3ypCdrEjd7PNnTYARFjQaAzCCAUdjAUZEwEGUgNhgEY9+gOFxjF7IXzpSSVY7aL\/rP3PpfVKSUJ\/jsKJgaIZVYc9gVfoCXFt64vBQn1kU0othdFjwGAIOMyLD1FiX2cqL\/DG72VUumHTf4u22O+4sKclWlXT2jc8rE75Y0sJq1vVcE1l\/tSC4Pjp0YldsrBjTpU9yNzLwwOIcVmYVNJ0gF5JtSby7pLKtFzg1A0ZI0Bi\/fOrvAOBBpZ1Lq1xs6tAuxvg2NvVJTynOXiE0yGEo8eHA96f2lqtJjtblOAigUu0sSTh\/GHAzCpfe5jm+TcvTbdnLV3JEszk3n2J0mORVo2gCkW+pI9O45eSxvYPsxbWLg3RiGIN7crOGtypN65tcnZga64rl8Ez+qNLNuwvK4srXHG5x4lCNJeI7VQhgzfFDM97UEl9vmRfu\/Nf9qTZr\/VAwEl3esl7AiIkRrZ172wYw3iDvW3EiD67GAA7JZaootbeSD\/CJCDCCgkZTAYbsAANgyZdmHjHEtWpweEmohhEFyWI\/7e5JpH5dBWPE9vy7eKe9TKjfgBOuExDAESDqoGWWJKRupzQuf8VoxdPCvrq6Ln15CA\/0lPdvvNuQZHAYu3BA2JYr0y2nMfH4nv92cFeX6TFLIh+L+OaIae9fmmi\/Ptx0sCQfSlJkK16xr9UxBzNqOkJRvgxJcDgfioRlyPF9eMT6lpe3Si4Mdv1LuP7j\/7svYHTqbRtAvKE+ad1YwOGsSfit0m37XOm0aqg6nTVD0JSAId\/ahIzNW3Xv299l5e+cCQoTYlUljt5MAs1TioJDcu349LjCFYL0Q\/7SkdmXTVt3GY\/4HCDqcmAPEDuYv2yUJibnZRj+i9G8wNEKK+KMKEU8e2KRRPbEkcLNejAMysjgP+NjPkoyS6r2ksjMY8GO1L27quLtKl9OpwjcY8WHHtd8YZSvvVcnfvFZksXcT6UPZ4nXiKJ7w8GinTLD8AcMr7DuwMGQna5svVIsq3lUyTqMcHVsABqZy6feiADq77wIZyXA776AIf+cTcSVF+6agYAhp95cdjHFWSloXsrrdeXIjtOHSvbVlIRynYB+KmiV8CxkD\/OMs3vfv74Pz3Cu0pWmoXXDOwVLR3yoNnR1gBF0+pB3GVKSnOIlNh3WafSuLDs1unT\/C5Gu9CQAbkPGxA2tYqRBausry8vA8fhPXX4tcZnrby4P024uApxddGiGoouFlPiUnf7xVV1SbGuVyAaTqRFE18eHT+y2WgUZMPrLQ5JgsvJGN+RRl6EK78YdRccShuoBGA2GJ2OXTrmW53FGJEFRU1aU2PN\/v++tBrsPlQBHdYmzpySFv2wpnC+OasG+818ngu5n8QcMr77eD3zck2fSvNCb4EJbJ4KqClfppIMr7la6NN6jsOtrLw3gDRB2ZaPBzTdr76zu45srCBePs38nmHTkwPyMV1cGXUimVOf7oyd\/0CXBre7OGz\/l20\/Hnn6usHPIDYG1RcgpEZtz4vAsJXuVlFbBIzc\/87PH28RYH+eQU72PSmYYctLTahUswRiGvzMchw7kwC3F22PIImpiuBZwlJUUOC\/JyblX8SLHcEHxMI2xb03uzIn4CiLqnrUN5AARznt32vKg91Jm5e+eCUhnzd0ziRmrSlzazlYI4Mgvnx8vcNVIAb5etUOSYMGLBDgIwQkiPF2wfMQv4RrH9\/cui19J5XlxEQIqGpbFu1hqS7dL0fbts\/wghr3K7J+8NP\/liC+BevO2e17pneLQZWHUjJ86\/7y3KjZoLoqAdGcY\/rGZN+7zF9rHxci7uxU\/ZS63\/bOjJ\/bFWCVrx962\/r45jHBK6hlHrMvCYlyqLvKygrMixV06JCsr60A4O2p+94BGZs6URYiRX8ijwLAETPLkMELJehhHwe7ZiA03LnmWiZe5LlFgR5HI\/m9P7q444aryFQ7GMPwV9p66pifPG55BVH71ncwwRGDP\/rJslOqvYPelL72KoO5cDZtT6thMcKs+iyOlin5c+Wx2xCs0X\/ndfbdd3bw6oo1ivnH\/\/Fhy0dK9bYMcTUhO5haeKiqao9uQJFgnenjMx4\/2SoqfbjXwYT+y+yuqS74sKjmUEEMxl\/ZNuoIZDAZFndNHyMs4yCwY5ZkVUrCnyOoSTqYcZldmLRqv6TyNUD7i2JxJ\/Xg0eE\/mVlsfVfIiY\/P\/fu9bind3ZhXsnAVwZj+C2yEmOSoE1S9BMCcP\/lS6\/\/Rhe\/2WYSL4sWDZiGeUVqrr3R82jzWZHkXkgt8yXqeMAAodDF\/Zk3P7KaX6vXJdl7w4mOdQ3v2p+ol1sxYtna5L5aPhwhWWl92bndwna5+eo8uahPUZk39oFeNWPCsWzr\/jdpP9j9\/3OJuhETlAYrOOHZu1J5wOvX6\/9tp37xzYPPGJ9nGxthSLqcFiOqckCsernZU7yquKTzqcduSAGzQw4Soym1QxBV9fOR5rEEEEJGQxbjOZRAMZ\/JLdEhDnNgoxDjhqK60e3hiAIfuE3usG9ApmED2SyNhLagBD1pPx4Yd82+59ZnkZh+AQE+0VQsQH5nh9PPD9qT3lxxyV8v+VMoxA9bvs\/g3XIdFQJOiDeGb4QAAOkO8J5djmwtdHaV6R2GPpS\/LU6hCtbcQxMDRzCD3jJLEZh3DWuQxERA7eWFEN3OIfHn0ybM5EiR8vDL93yPB2NRGerdHQkl3kxMz\/9Gpw7wecA8DwenX1dSszOKjdwJliNlnMPMdXuEV3jSg2GPL26WboYWlli+gaA0SQOB4bLlBDQuJk3sEQGS8BQ7Iw4aStsvymxgKMWtB4Y0qOPLWvpCNolVHLMPztZOXvegoQhogCWWpKnb21+uFfbuemop8dVaLTAxhLR2re0OSrt899a1oQMyYjJ5wuXDrmrD0bWnzvvvTl1QikKJcRTr9VYCk8nZk2ZkCS3cSVEOG6Pfc\/rvoc02D23rr9nr\/0SnZkhvNHze8yuKV91efMDWMEdnkpflMyDH9\/ZcYBSCE3Hg66yjYMeIO2Q3R8DHIc2JHDoDNIVhJOJFaU39KYgOEBjcycKXmIaFXTeGpkIwUMf8ZRWezor2VRl7\/PkpuJBRuP5UfCMNTEQatsx7cX2swu4T2t5RWV42D17mlP6JZ7kG1+MGby+o7xbs3sKJDflW5OmLS1V+1enXPIMAIAx1hAGhfI586tuDbNuiXLBzxF\/iAIPI8B16s0BcPwVkAenqwG0L5QKkQkNA1JQkVWZhw15e6xokuK+BrFsiP2kgM\/nlqjF8OIvEcE1tB1+YvteAmXNZZ+RpC79\/4nVuitf03G5K\/axrj1eVnqnNtXZa184qeuu4mgBiXpqXPJMPzjdc3QdzOR6KyLrwf0NF5maJbY4KCdCGLNeAM2SNzLuqxMKE6QHLc+Mu8OTTum1fqDmcunvoUAqk5IVmBEd8DwMo5mbXoucNWIms6h8PotJ\/x2fVH0j29jrY95F24pqNM5Eem8bEGikbj3G8V4IzAMr5+5aVM+ax\/n0vWipw1HUo6+ta\/1fgY0o\/jwk7pOI+oR32uuWTkJOWxwDOagPpYBkBin+sS6gP4QAG\/EBustmpJh1DONccumzuY4uEqPoNXpaBTA8PVv4kf\/zeNN2s9gKD1a883eT4\/\/4dfcO9w61rvRVPVY+pK8clS3nauyowzg3b33PfH3xnJ61aipK7onOuVNj7o8cj7jke+7fb+32pxVcvTJfboobQQlV1+3cjwHZy64GtzXegVLiNVtLxBvOAMaMmAkSo5bmoph1IPG2GWTh\/Ec95he8dMjh6HEl8y1P2w0xRhU7WOQ9daUu3\/ZkXfolgsFMGSfe7z+4mxA1A3YGdCbe++bsUZJnLXK\/O33904Z1KxGvnRZl+fH0riiZws7jD4fGYZ\/BX0Zx8Bepr5cckIzXYIgX4NiQM9sn4kJJcmV5Tc2dtIzkN84dPNQQ7t9Xd9GANV3OfgpbHSG0cAeEd6Z+8Pi2ESj4jUFNaddn32w+9PJkJ2t+5kNOnWKgGq6L3npGuRgpj426O3d983I00dXcC1PDpqQ8vvurNDIg6blz76ay12GmiW\/JI1Yv2Ohwk2GjV278Pq9wNG7i7FrTJtEXdaqIIDIGbDGzIQSm+S4uakZRj3TkP+hB9toKobh31xjVn3z+1ibZb7RxAXNy4guqaTypP2pdVOvXRe+uc9Diexsrkcr62IAjOheXEliS\/c9OPOjpqrhylH3vNEj0TEiEnsuEZ1bi61jZ27KUbwoMBJ7epaVgSMlDiZ1vbzZEADt9\/54fZKXlFs46ViiWHXLo\/Pu0uUKTS31rd\/lOi5nymQOUfFX28dY0zKMILUcvfK76w0GuMXAc914E6YwUTrtFtg+wSl+un7yNZu0BOd8KtPjzRfbgBtfBgSbFr+aGjBkH5\/sf3fz63qwTUlmqbUWn50iOn46FZf5yGeva14Yp8WunmXE8QTpAAAHU0lEQVRk4BgyMO4VFmuNLCdFADG8+FuiVH3TuQQMOTYNtsaPz5nyBwLIRIWnjRBANUjshXfveyvY0eh6xv+i19Vp0byWJrPxGUBQRXclhL\/uu\/eJz89FAGXguLo7bWxmETuqse8Q+arvT1onPPGvpREdh6jGZmPJ3j\/hvZdj2yc\/FIl+kyScSuFqhpxrwDgLNOQ\/THhjSn9i8EdAbBWmkltBdC1fdf8qXVY9RhLQi6lsx7ezLSZnzP2IcEPYehMcZ4z+svdB\/c6VCGszgIB8AM+HUsK7HeNdw5WUP+kw7t92wnrHvH8vOWcUXImfamSeePCDjSwpQVH9\/fUaRHd1nFB9+VOvjIvwjlw1HgeXDXq3x\/hlk68mxMHAQSckbEUELgA6Boi\/Cm7Y9sGDbzT6bkJ9qvi\/qaXb4hd7cga4jQj6I2CDm78QoVAU2damzF8oiXLOrffc2iZBeKaZWegUiM2WubjiAzWWNx\/4KGeREn0Xmsyshz\/82B0fHx7sfSpmcLvKsNw+bH7O2F3nS33DXQh0vvgZ9SNEBNovmZ9kBa4FmKFq95QZiu+UPVdBfeGau5s3SzTcZOSoByBY7CK\/u7KC2\/zkf14\/7xZs6R2jWQ+8N0dMjH+C8caws0qWmqofn194R8RHFOhdhyho6B3RqL5oBMJE4KG732oeHxe7imIs\/QSjqUFim5ckt8Hl2EcOcc4Lr9+18XwMZhQ0zsdWifp0UUXgyXtWjSBgzRCNW8+nYUiwRoiCxkXVPaOVjUYg8ghEQSPyGEY1RCNwUUUgChoXVXNHKxuNQOQRiIJG5DGMaohG4KKKQBQ0LqrmjlY2GoHIIxAFjchjGNUQjcBFFYEoaFxUzR2tbDQCkUcgChqRxzCqIRqBiyoCUdC4qJo7WtloBCKPwHkBGhkZGdcBQEVubm7t8fTn+Bk1alTHdevWHdTixqhRo2xGo7Fvbm7uV1rKX2hltMZKS5trtXUBxtSztHzdunXl56Pv5xw0MjLSFhFhR0S2Ljd3je5H6asNekbGmEkA3KTc3LyhasvK8unp6UMRYXNubt45j61S\/+WX0WAwdMzLy9uitIwsJ5czGg2\/qa2rljavBWNDmVpbauqjt2xaWtrE1atXv6NWb3p62goAPJiXlxf0EnK1OvWUP+cdOyMjnS6kjhAu+BciaKSnp3s6Z1N10v+1Ng\/WJ\/5X6+kBjfT09IUANFr+NxFMX716taKzNGvRn98OgEnyEfNEcLfSsrItOajegBPBMKVfujq7bwNAJwDsSAQL8\/Ly5oZ7ocP97n3hAeArNUwjIyOjHwC9DUBIBB0Q0aYGCM8uT1lqWFdGRvoWItiOCP2JqK+adpBtEzFPeyPiQQCcrnSY6G0\/dXXV1uZabNX1k4Vy36pr+y15eas9d68qeTIy0n4j8pxul4iotk3SFgHgw3JfAmArlLanDOCI8AwRzFUD4nUMeREAycPq3wRBulvp8Ka239PD8nsMQDb5PNPc3Lygd9Z4QKO2QbC\/3FnkQCs15qWo8vg\/LS1tFMfhM6GMBWooLWhcR29l+rZI9tdg4PMRuVFKO3uoDlPXaEPVgEZ6evpmAFgv+1MXh7UqX6TtjNFcGXBrhwr8FlGU+iltBxk0GKNFcnktw6tImIa29tPGLtXa8g6D8vLyRtX1VU19uw5YN+flrVZ16ZFaf739su4jsEUpaNQNE\/MFQZRzceXp6enyRyBfaXkZNABohbfPZWSk5RPh9GAfcS\/TyEakiYxBttoxWEZG2sNE6GkURJBfNlVDHi2Blb8AAFhOBHWJIuoHgDIyR3zik1rQ8B9rqx2eeMsTgU8+wVOf0UqZV10ny5bl6+xnqwQ9zcMTbe3XVKCRvp0IspTG0f9jIn8AED1socn6dt1HXGaOikEjPT19OgAM9YJj3YdrutI+4N9n6vrTumDvU\/0LXkdR5KSkLKwoAVP7VcPpgiANlRGuqTpQenqaTKMnae0MejIN\/2SgVtBQC7a+dYiCRuAWDffFDNUPvMM2UfT07YNN1bf1AA21bDMIaAQFLS\/TkFFK\/kpNR4RRKhBKZii23NzV0+vG5dvVdn5tjSGPFyExN3f13b5DJCXj1HAyaplGbU7IA2KLtA9PPHRwrZyXkZkHAMg0WvGUrx6ggUh9c3NXe\/Jaah5t7ddUTMPTTzp4x\/dyH1U6hPX9env7tiCISUqHjN5hvyCIndS0pRbQqBvSbhdFSbYlD0\/k4fJXSj\/+mkBD7nQAcB0RHVKTG\/COvxE9w4QtANjPO7ZW2vFk20pByquzLo+xCLF2WEQE8guriB2F86uOPfWTgTCc7JkxqJwIZfI0mZyEXI8IciJU8ZRt3ZTnIkQYWdsGlK00cVbbyeSXg1shvxC1HZxNUuN\/XcJQbj\/Zf5nOKx7maWk\/LWW8L5PKuMqJ+myZlda2Fa1QGpe6YeM6IpKvXqgbOqKcJ1Acm7qP8MLaNUh5iu+rqW1PylfXB8ZMIkLPO4AI65TWszauDftMOPv\/D\/IfUCqQ257cAAAAAElFTkSuQmCC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 165, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 176, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 194, - "length": 12, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 165, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 176, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 194, - "length": 12, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 308, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 321, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 924, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1130, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1252, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1263, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1403, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1430, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1561, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1573, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1724, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1752, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 1833, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1978, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2006, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 2087, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2181, - "length": 2, - "value": "29" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2193, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2261, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2337, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2348, - "length": 2, - "value": "29" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2518, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2525, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2623, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2634, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2797, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2825, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2947, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2959, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3083, - "length": 2, - "value": "21" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3095, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3210, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3222, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3419, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3472, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 3560, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3702, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3713, - "length": 2, - "value": "31" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "StringLiteral", - "offset": 3768, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3838, - "length": 2, - "value": "35" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3850, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4143, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4183, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 4288, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4468, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4480, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4695, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4706, - "length": 2, - "value": "39" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "StringLiteral", - "offset": 4761, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4851, - "length": 2, - "value": "43" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4883, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5101, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5112, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5215, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5226, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "StringLiteral", - "offset": 921, - "length": 20, - "value": "\"Video Output Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "Array", - "offset": 992, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "StringLiteral", - "offset": 1116, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "Array", - "offset": 1191, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 1374, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 1419, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1452, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1489, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1526, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1985, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2124, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 2195, - "length": 4, - "value": "0.75" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2203, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2209, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 2228, - "length": 4, - "value": "0.75" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2251, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2289, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2295, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2313, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2333, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 2484, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2762, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2784, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2923, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 3088, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 3415, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 3868, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 4032, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 4254, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 5094, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 5240, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 5444, - "length": 3, - "value": "480" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 5510, - "length": 3, - "value": "640" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 6420, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 6444, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 8985, - "length": 4, - "value": "1108" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9164, - "length": 4, - "value": "1108" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9606, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9700, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9742, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9838, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9878, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9970, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 10022, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 10096, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10845, - "length": 4, - "value": "0.55" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10852, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10901, - "length": 4, - "value": "0.95" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10908, - "length": 3, - "value": "0.9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11345, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11479, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11867, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12698, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12728, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12867, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12922, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 12955, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13094, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13246, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13497, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13590, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13646, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13658, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13852, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13908, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13922, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13989, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 327, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 515, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 555, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 661, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 934, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 940, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 950, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 1026, - "length": 19, - "value": "\"myid_icon_scanner\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1199, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1259, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1274, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1809, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1881, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1956, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2139, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 2154, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2204, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2328, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2368, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 2474, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2552, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2556, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2559, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2808, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 3297, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 3648, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 3708, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 4060, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 5778, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 6596, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7079, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7511, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7519, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 7951, - "length": 3, - "value": "\"#\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8150, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 8437, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8686, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8898, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8906, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 9359, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 9394, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 9773, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10322, - "length": 15, - "value": "\"([A-Z0-9a-z])\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10382, - "length": 17, - "value": "\"SELF MATCHES %@\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10615, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10683, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10895, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10943, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "Dictionary", - "offset": 12642, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 12823, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 13139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 13342, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 13769, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14149, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14272, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14658, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14790, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15167, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15489, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15692, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15985, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16285, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16300, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16426, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16661, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16676, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16849, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 17407, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 17484, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18399, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18498, - "length": 3, - "value": "-36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18704, - "length": 3, - "value": "240" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18771, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19086, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19159, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19950, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 20322, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 275, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 316, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 779, - "length": 5, - "value": "[\"V\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 836, - "length": 11, - "value": "[\"P\", \"PN\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 893, - "length": 5, - "value": "[\"I\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 957, - "length": 6, - "value": "[\"IR\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1016, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1251, - "length": 5, - "value": "[\"M\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1306, - "length": 5, - "value": "[\"F\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1366, - "length": 15, - "value": "[\"X\", \"<\", \" \"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 423, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 615, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 794, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 1037, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1117, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1243, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1312, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1436, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 1780, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 1986, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 2734, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4282, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4643, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 4687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4873, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 4902, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5508, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5965, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6128, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6199, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6369, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6709, - "length": 2, - "value": "25" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6714, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6784, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7400, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7468, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7537, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7666, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7739, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 159, - "length": 39, - "value": "\"(P[A-Z\\d<])([A-Z]{3})([A-Z\\d<]{39})\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 244, - "length": 96, - "value": "\"([A-Z\\d<]{9})(\\d)([A-Z]{3})(\\d{6})(\\d)([M|F|X|<])(\\d{6})(\\d)([A-Z\\d<]{14})([\\d<])(\\d)\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1394, - "length": 20, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1403, - "length": 1, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1413, - "length": 22, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 2532, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 2610, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 3119, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 3197, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 4907, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 151, - "length": 3, - "value": "202" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 3, - "value": "307" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 227, - "length": 3, - "value": "429" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3211, - "length": 4, - "value": "\"ru\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3241, - "length": 4, - "value": "\"en\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3271, - "length": 4, - "value": "\"uz\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3477, - "length": 5, - "value": "\"102\"" - } - ] -} \ No newline at end of file diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface deleted file mode 100644 index f29523d34026ec4e7a8a5a5bc405218e34bcc29b..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ /dev/null @@ -1,165 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK -// swift-module-flags-ignorable: -enable-bare-slash-regex -import AVFoundation -import CoreImage.CIFilterBuiltins -import Combine -import CoreImage -import CoreVideo -import Foundation -@_exported import MyIdSDK -import Swift -import UIKit -import Vision -import _Concurrency -import _StringProcessing -@_inheritsConvenienceInitializers @objc public class MyIdAppearance : ObjectiveC.NSObject { - @objc public var primaryColor: UIKit.UIColor? - @objc public var secondaryColor: UIKit.UIColor? - @objc public var errorColor: UIKit.UIColor? - @objc public var primaryButtonColor: UIKit.UIColor? - @objc public var primaryButtonColorDisabled: UIKit.UIColor? - @objc public var primaryButtonTextColor: UIKit.UIColor? - @objc public var primaryButtonTextColorDisabled: UIKit.UIColor? - @objc public var buttonCornerRadius: Swift.Float - @objc override dynamic public init() - @objc deinit -} -@objc public protocol MyIdClientDelegate { - @objc func onSuccess(result: MyIdSDK.MyIdResult) - @objc func onError(exception: MyIdSDK.MyIdException) - @objc func onUserExited() -} -@objc public enum MyIdResolution : Swift.Int { - case RESOLUTION_480 = 0 - case RESOLUTION_720 - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdClient : ObjectiveC.NSObject { - @objc public class func start(withConfig config: MyIdSDK.MyIdConfig, withDelegate delegate: any MyIdSDK.MyIdClientDelegate) - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdCameraShape : Swift.Int { - case ELLIPSE = 0 - case CIRCLE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdConfig : ObjectiveC.NSObject { - @objc public var clientId: Swift.String? - @objc public var passportData: Swift.String? - @objc public var dateOfBirth: Swift.String? - @objc public var sdkHash: Swift.String? - @objc public var externalId: Swift.String? - @objc public var threshold: Swift.Float - @objc public var buildMode: MyIdSDK.MyIdBuildMode - @objc public var entryType: MyIdSDK.MyIdEntryType - @objc public var residency: MyIdSDK.MyIdResidency - @objc public var locale: MyIdSDK.MyIdLocale - @objc public var cameraShape: MyIdSDK.MyIdCameraShape - @objc public var resolution: MyIdSDK.MyIdResolution - @objc public var organizationDetails: MyIdSDK.MyIdOrganizationDetails? - @objc public var appearance: MyIdSDK.MyIdAppearance? - @objc public var withPhoto: Swift.Bool - @objc override dynamic public init() - @objc deinit -} -@_inheritsConvenienceInitializers @objc public class MyIdException : ObjectiveC.NSObject { - @objc public var message: Swift.String? - @objc public var code: Swift.String? - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdEntryType : Swift.Int { - case AUTH = 0 - case FACE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdDocumentType : Swift.Int { - case ID_CARD = 0 - case PASSPORT - case DRIVER_LICENSE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdOrganizationDetails : ObjectiveC.NSObject { - @objc public var phoneNumber: Swift.String? - @objc public var logo: UIKit.UIImage? - @objc override dynamic public init() - @objc deinit -} -extension Swift.String : Swift.Error { -} -@objc public enum MyIdLocale : Swift.Int { - case RU = 0 - case EN - case UZ - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdBuildMode : Swift.Int { - case DEBUG = 0 - case PRODUCTION - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdResidency : Swift.Int { - case USER_DEFINED = 0 - case RESIDENT - case NON_RESIDENT - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { - @objc public var image: UIKit.UIImage? - @objc public var code: Swift.String? - @objc public var comparisonValue: Swift.String? - @objc override dynamic public init() - @objc deinit -} -extension MyIdSDK.MyIdResolution : Swift.Equatable {} -extension MyIdSDK.MyIdResolution : Swift.Hashable {} -extension MyIdSDK.MyIdResolution : Swift.RawRepresentable {} -extension MyIdSDK.MyIdCameraShape : Swift.Equatable {} -extension MyIdSDK.MyIdCameraShape : Swift.Hashable {} -extension MyIdSDK.MyIdCameraShape : Swift.RawRepresentable {} -extension MyIdSDK.MyIdEntryType : Swift.Equatable {} -extension MyIdSDK.MyIdEntryType : Swift.Hashable {} -extension MyIdSDK.MyIdEntryType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdDocumentType : Swift.Equatable {} -extension MyIdSDK.MyIdDocumentType : Swift.Hashable {} -extension MyIdSDK.MyIdDocumentType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdLocale : Swift.Equatable {} -extension MyIdSDK.MyIdLocale : Swift.Hashable {} -extension MyIdSDK.MyIdLocale : Swift.RawRepresentable {} -extension MyIdSDK.MyIdBuildMode : Swift.Equatable {} -extension MyIdSDK.MyIdBuildMode : Swift.Hashable {} -extension MyIdSDK.MyIdBuildMode : Swift.RawRepresentable {} -extension MyIdSDK.MyIdResidency : Swift.Equatable {} -extension MyIdSDK.MyIdResidency : Swift.Hashable {} -extension MyIdSDK.MyIdResidency : Swift.RawRepresentable {} diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc deleted file mode 100644 index d51e77b06851ca173c82e6b6cbd84b5384522692..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftdoc and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface deleted file mode 100644 index f29523d34026ec4e7a8a5a5bc405218e34bcc29b..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ /dev/null @@ -1,165 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK -// swift-module-flags-ignorable: -enable-bare-slash-regex -import AVFoundation -import CoreImage.CIFilterBuiltins -import Combine -import CoreImage -import CoreVideo -import Foundation -@_exported import MyIdSDK -import Swift -import UIKit -import Vision -import _Concurrency -import _StringProcessing -@_inheritsConvenienceInitializers @objc public class MyIdAppearance : ObjectiveC.NSObject { - @objc public var primaryColor: UIKit.UIColor? - @objc public var secondaryColor: UIKit.UIColor? - @objc public var errorColor: UIKit.UIColor? - @objc public var primaryButtonColor: UIKit.UIColor? - @objc public var primaryButtonColorDisabled: UIKit.UIColor? - @objc public var primaryButtonTextColor: UIKit.UIColor? - @objc public var primaryButtonTextColorDisabled: UIKit.UIColor? - @objc public var buttonCornerRadius: Swift.Float - @objc override dynamic public init() - @objc deinit -} -@objc public protocol MyIdClientDelegate { - @objc func onSuccess(result: MyIdSDK.MyIdResult) - @objc func onError(exception: MyIdSDK.MyIdException) - @objc func onUserExited() -} -@objc public enum MyIdResolution : Swift.Int { - case RESOLUTION_480 = 0 - case RESOLUTION_720 - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdClient : ObjectiveC.NSObject { - @objc public class func start(withConfig config: MyIdSDK.MyIdConfig, withDelegate delegate: any MyIdSDK.MyIdClientDelegate) - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdCameraShape : Swift.Int { - case ELLIPSE = 0 - case CIRCLE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdConfig : ObjectiveC.NSObject { - @objc public var clientId: Swift.String? - @objc public var passportData: Swift.String? - @objc public var dateOfBirth: Swift.String? - @objc public var sdkHash: Swift.String? - @objc public var externalId: Swift.String? - @objc public var threshold: Swift.Float - @objc public var buildMode: MyIdSDK.MyIdBuildMode - @objc public var entryType: MyIdSDK.MyIdEntryType - @objc public var residency: MyIdSDK.MyIdResidency - @objc public var locale: MyIdSDK.MyIdLocale - @objc public var cameraShape: MyIdSDK.MyIdCameraShape - @objc public var resolution: MyIdSDK.MyIdResolution - @objc public var organizationDetails: MyIdSDK.MyIdOrganizationDetails? - @objc public var appearance: MyIdSDK.MyIdAppearance? - @objc public var withPhoto: Swift.Bool - @objc override dynamic public init() - @objc deinit -} -@_inheritsConvenienceInitializers @objc public class MyIdException : ObjectiveC.NSObject { - @objc public var message: Swift.String? - @objc public var code: Swift.String? - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdEntryType : Swift.Int { - case AUTH = 0 - case FACE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdDocumentType : Swift.Int { - case ID_CARD = 0 - case PASSPORT - case DRIVER_LICENSE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdOrganizationDetails : ObjectiveC.NSObject { - @objc public var phoneNumber: Swift.String? - @objc public var logo: UIKit.UIImage? - @objc override dynamic public init() - @objc deinit -} -extension Swift.String : Swift.Error { -} -@objc public enum MyIdLocale : Swift.Int { - case RU = 0 - case EN - case UZ - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdBuildMode : Swift.Int { - case DEBUG = 0 - case PRODUCTION - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdResidency : Swift.Int { - case USER_DEFINED = 0 - case RESIDENT - case NON_RESIDENT - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { - @objc public var image: UIKit.UIImage? - @objc public var code: Swift.String? - @objc public var comparisonValue: Swift.String? - @objc override dynamic public init() - @objc deinit -} -extension MyIdSDK.MyIdResolution : Swift.Equatable {} -extension MyIdSDK.MyIdResolution : Swift.Hashable {} -extension MyIdSDK.MyIdResolution : Swift.RawRepresentable {} -extension MyIdSDK.MyIdCameraShape : Swift.Equatable {} -extension MyIdSDK.MyIdCameraShape : Swift.Hashable {} -extension MyIdSDK.MyIdCameraShape : Swift.RawRepresentable {} -extension MyIdSDK.MyIdEntryType : Swift.Equatable {} -extension MyIdSDK.MyIdEntryType : Swift.Hashable {} -extension MyIdSDK.MyIdEntryType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdDocumentType : Swift.Equatable {} -extension MyIdSDK.MyIdDocumentType : Swift.Hashable {} -extension MyIdSDK.MyIdDocumentType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdLocale : Swift.Equatable {} -extension MyIdSDK.MyIdLocale : Swift.Hashable {} -extension MyIdSDK.MyIdLocale : Swift.RawRepresentable {} -extension MyIdSDK.MyIdBuildMode : Swift.Equatable {} -extension MyIdSDK.MyIdBuildMode : Swift.Hashable {} -extension MyIdSDK.MyIdBuildMode : Swift.RawRepresentable {} -extension MyIdSDK.MyIdResidency : Swift.Equatable {} -extension MyIdSDK.MyIdResidency : Swift.Hashable {} -extension MyIdSDK.MyIdResidency : Swift.RawRepresentable {} diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap deleted file mode 100644 index 0da5aab10afe8eadfabf16e224b1b97f26e84690..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module MyIdSDK { - umbrella header "MyIdSDK.h" - - export * - module * { export * } -} - -module MyIdSDK.Swift { - header "MyIdSDK-Swift.h" - requires objc -} diff --git a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK b/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK deleted file mode 100755 index 92b5c8dd37d29c14c88dabee3593d0ca362915f2..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64/MyIdSDK.framework/MyIdSDK and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car deleted file mode 100644 index 9710fab7877b5c70becaa185168e43cbe0b490b5..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Assets.car and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h deleted file mode 100644 index a656d49d9f425e3597cb11e2e2ae9fb83ec3b652..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK-Swift.h +++ /dev/null @@ -1,842 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -#ifndef MYIDSDK_SWIFT_H -#define MYIDSDK_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#if __has_include() -# include -#else -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -#endif -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif -#if !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED_OBJC) -# if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -# else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -# endif -#endif -#if defined(__OBJC__) -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#endif -#if !defined(SWIFT_EXTERN) -# if defined(__cplusplus) -# define SWIFT_EXTERN extern "C" -# else -# define SWIFT_EXTERN extern -# endif -#endif -#if !defined(SWIFT_CALL) -# define SWIFT_CALL __attribute__((swiftcall)) -#endif -#if !defined(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import ObjectiveC; -#endif - -#endif -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" -#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MyIdSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) -@class UIColor; - -SWIFT_CLASS("_TtC7MyIdSDK14MyIdAppearance") -@interface MyIdAppearance : NSObject -@property (nonatomic, strong) UIColor * _Nullable primaryColor; -@property (nonatomic, strong) UIColor * _Nullable secondaryColor; -@property (nonatomic, strong) UIColor * _Nullable errorColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonColorDisabled; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonTextColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonTextColorDisabled; -@property (nonatomic) float buttonCornerRadius; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdBuildMode, open) { - MyIdBuildModeDEBUG = 0, - MyIdBuildModePRODUCTION = 1, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdCameraShape, open) { - MyIdCameraShapeELLIPSE = 0, - MyIdCameraShapeCIRCLE = 1, -}; - -@class MyIdConfig; -@protocol MyIdClientDelegate; - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdClient") -@interface MyIdClient : NSObject -+ (void)startWithConfig:(MyIdConfig * _Nonnull)config withDelegate:(id _Nonnull)delegate; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -@class MyIdResult; -@class MyIdException; - -SWIFT_PROTOCOL("_TtP7MyIdSDK18MyIdClientDelegate_") -@protocol MyIdClientDelegate -- (void)onSuccessWithResult:(MyIdResult * _Nonnull)result; -- (void)onErrorWithException:(MyIdException * _Nonnull)exception; -- (void)onUserExited; -@end - -@class NSString; -enum MyIdEntryType : NSInteger; -enum MyIdResidency : NSInteger; -enum MyIdLocale : NSInteger; -enum MyIdResolution : NSInteger; -@class MyIdOrganizationDetails; - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdConfig") -@interface MyIdConfig : NSObject -@property (nonatomic, copy) NSString * _Nullable clientId; -@property (nonatomic, copy) NSString * _Nullable passportData; -@property (nonatomic, copy) NSString * _Nullable dateOfBirth; -@property (nonatomic, copy) NSString * _Nullable sdkHash; -@property (nonatomic, copy) NSString * _Nullable externalId; -@property (nonatomic) float threshold; -@property (nonatomic) enum MyIdBuildMode buildMode; -@property (nonatomic) enum MyIdEntryType entryType; -@property (nonatomic) enum MyIdResidency residency; -@property (nonatomic) enum MyIdLocale locale; -@property (nonatomic) enum MyIdCameraShape cameraShape; -@property (nonatomic) enum MyIdResolution resolution; -@property (nonatomic, strong) MyIdOrganizationDetails * _Nullable organizationDetails; -@property (nonatomic, strong) MyIdAppearance * _Nullable appearance; -@property (nonatomic) BOOL withPhoto; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdDocumentType, open) { - MyIdDocumentTypeID_CARD = 0, - MyIdDocumentTypePASSPORT = 1, - MyIdDocumentTypeDRIVER_LICENSE = 2, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdEntryType, open) { - MyIdEntryTypeAUTH = 0, - MyIdEntryTypeFACE = 1, -}; - - -SWIFT_CLASS("_TtC7MyIdSDK13MyIdException") -@interface MyIdException : NSObject -@property (nonatomic, copy) NSString * _Nullable message; -@property (nonatomic, copy) NSString * _Nullable code; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdLocale, open) { - MyIdLocaleRU = 0, - MyIdLocaleEN = 1, - MyIdLocaleUZ = 2, -}; - -@class UIImage; - -SWIFT_CLASS("_TtC7MyIdSDK23MyIdOrganizationDetails") -@interface MyIdOrganizationDetails : NSObject -@property (nonatomic, copy) NSString * _Nullable phoneNumber; -@property (nonatomic, strong) UIImage * _Nullable logo; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdResidency, open) { - MyIdResidencyUSER_DEFINED = 0, - MyIdResidencyRESIDENT = 1, - MyIdResidencyNON_RESIDENT = 2, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdResolution, open) { - MyIdResolutionRESOLUTION_480 = 0, - MyIdResolutionRESOLUTION_720 = 1, -}; - - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdResult") -@interface MyIdResult : NSObject -@property (nonatomic, strong) UIImage * _Nullable image; -@property (nonatomic, copy) NSString * _Nullable code; -@property (nonatomic, copy) NSString * _Nullable comparisonValue; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - - - - -#endif -#if defined(__cplusplus) -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -#ifndef MYIDSDK_SWIFT_H -#define MYIDSDK_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#if __has_include() -# include -#else -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -#endif -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif -#if !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED_OBJC) -# if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -# else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -# endif -#endif -#if defined(__OBJC__) -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#endif -#if !defined(SWIFT_EXTERN) -# if defined(__cplusplus) -# define SWIFT_EXTERN extern "C" -# else -# define SWIFT_EXTERN extern -# endif -#endif -#if !defined(SWIFT_CALL) -# define SWIFT_CALL __attribute__((swiftcall)) -#endif -#if !defined(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import ObjectiveC; -#endif - -#endif -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" -#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MyIdSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) -@class UIColor; - -SWIFT_CLASS("_TtC7MyIdSDK14MyIdAppearance") -@interface MyIdAppearance : NSObject -@property (nonatomic, strong) UIColor * _Nullable primaryColor; -@property (nonatomic, strong) UIColor * _Nullable secondaryColor; -@property (nonatomic, strong) UIColor * _Nullable errorColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonColorDisabled; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonTextColor; -@property (nonatomic, strong) UIColor * _Nullable primaryButtonTextColorDisabled; -@property (nonatomic) float buttonCornerRadius; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdBuildMode, open) { - MyIdBuildModeDEBUG = 0, - MyIdBuildModePRODUCTION = 1, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdCameraShape, open) { - MyIdCameraShapeELLIPSE = 0, - MyIdCameraShapeCIRCLE = 1, -}; - -@class MyIdConfig; -@protocol MyIdClientDelegate; - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdClient") -@interface MyIdClient : NSObject -+ (void)startWithConfig:(MyIdConfig * _Nonnull)config withDelegate:(id _Nonnull)delegate; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -@class MyIdResult; -@class MyIdException; - -SWIFT_PROTOCOL("_TtP7MyIdSDK18MyIdClientDelegate_") -@protocol MyIdClientDelegate -- (void)onSuccessWithResult:(MyIdResult * _Nonnull)result; -- (void)onErrorWithException:(MyIdException * _Nonnull)exception; -- (void)onUserExited; -@end - -@class NSString; -enum MyIdEntryType : NSInteger; -enum MyIdResidency : NSInteger; -enum MyIdLocale : NSInteger; -enum MyIdResolution : NSInteger; -@class MyIdOrganizationDetails; - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdConfig") -@interface MyIdConfig : NSObject -@property (nonatomic, copy) NSString * _Nullable clientId; -@property (nonatomic, copy) NSString * _Nullable passportData; -@property (nonatomic, copy) NSString * _Nullable dateOfBirth; -@property (nonatomic, copy) NSString * _Nullable sdkHash; -@property (nonatomic, copy) NSString * _Nullable externalId; -@property (nonatomic) float threshold; -@property (nonatomic) enum MyIdBuildMode buildMode; -@property (nonatomic) enum MyIdEntryType entryType; -@property (nonatomic) enum MyIdResidency residency; -@property (nonatomic) enum MyIdLocale locale; -@property (nonatomic) enum MyIdCameraShape cameraShape; -@property (nonatomic) enum MyIdResolution resolution; -@property (nonatomic, strong) MyIdOrganizationDetails * _Nullable organizationDetails; -@property (nonatomic, strong) MyIdAppearance * _Nullable appearance; -@property (nonatomic) BOOL withPhoto; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdDocumentType, open) { - MyIdDocumentTypeID_CARD = 0, - MyIdDocumentTypePASSPORT = 1, - MyIdDocumentTypeDRIVER_LICENSE = 2, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdEntryType, open) { - MyIdEntryTypeAUTH = 0, - MyIdEntryTypeFACE = 1, -}; - - -SWIFT_CLASS("_TtC7MyIdSDK13MyIdException") -@interface MyIdException : NSObject -@property (nonatomic, copy) NSString * _Nullable message; -@property (nonatomic, copy) NSString * _Nullable code; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdLocale, open) { - MyIdLocaleRU = 0, - MyIdLocaleEN = 1, - MyIdLocaleUZ = 2, -}; - -@class UIImage; - -SWIFT_CLASS("_TtC7MyIdSDK23MyIdOrganizationDetails") -@interface MyIdOrganizationDetails : NSObject -@property (nonatomic, copy) NSString * _Nullable phoneNumber; -@property (nonatomic, strong) UIImage * _Nullable logo; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - -typedef SWIFT_ENUM(NSInteger, MyIdResidency, open) { - MyIdResidencyUSER_DEFINED = 0, - MyIdResidencyRESIDENT = 1, - MyIdResidencyNON_RESIDENT = 2, -}; - -typedef SWIFT_ENUM(NSInteger, MyIdResolution, open) { - MyIdResolutionRESOLUTION_480 = 0, - MyIdResolutionRESOLUTION_720 = 1, -}; - - -SWIFT_CLASS("_TtC7MyIdSDK10MyIdResult") -@interface MyIdResult : NSObject -@property (nonatomic, strong) UIImage * _Nullable image; -@property (nonatomic, copy) NSString * _Nullable code; -@property (nonatomic, copy) NSString * _Nullable comparisonValue; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -@end - - - - -#endif -#if defined(__cplusplus) -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK.h b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK.h deleted file mode 100644 index e24751596c2248187da9dd413a078ae7abe111fd..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Headers/MyIdSDK.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// MyIdSDK.h -// MyIdSDK -// -// Created by Javokhir Savriev -// - -#import - -//! Project version number for MyIdSDK. -FOUNDATION_EXPORT double MyIdSDKVersionNumber; - -//! Project version string for MyIdSDK. -FOUNDATION_EXPORT const unsigned char MyIdSDKVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist deleted file mode 100644 index a157e440e07cccb4ef824fb340d30ba5027b39dc..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Info.plist and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json deleted file mode 100644 index 9b4be0027a2ceac20a625f34a43ae2f9292a35ab..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,14600 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdAppearance", - "printedName": "MyIdAppearance", - "children": [ - { - "kind": "Var", - "name": "primaryColor", - "printedName": "primaryColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secondaryColor", - "printedName": "secondaryColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)secondaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)secondaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setSecondaryColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "errorColor", - "printedName": "errorColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)errorColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)errorColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setErrorColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonColor", - "printedName": "primaryButtonColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonColorDisabled", - "printedName": "primaryButtonColorDisabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonColorDisabled:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonTextColor", - "printedName": "primaryButtonTextColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonTextColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonTextColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonTextColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonTextColorDisabled", - "printedName": "primaryButtonTextColorDisabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonTextColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonTextColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonTextColorDisabled:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "buttonCornerRadius", - "printedName": "buttonCornerRadius", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)buttonCornerRadius", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)buttonCornerRadius", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setButtonCornerRadius:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)init", - "mangledName": "$s7MyIdSDK0aB10AppearanceCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance", - "mangledName": "$s7MyIdSDK0aB10AppearanceC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdClientDelegate", - "printedName": "MyIdClientDelegate", - "children": [ - { - "kind": "Function", - "name": "onSuccess", - "printedName": "onSuccess(result:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResult", - "printedName": "MyIdSDK.MyIdResult", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onSuccessWithResult:", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP9onSuccess6resultyAA0aB6ResultC_tF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(exception:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdException", - "printedName": "MyIdSDK.MyIdException", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onErrorWithException:", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP7onError9exceptionyAA0aB9ExceptionC_tF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onUserExited", - "printedName": "onUserExited()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onUserExited", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP12onUserExitedyyF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResolution", - "printedName": "MyIdResolution", - "children": [ - { - "kind": "Var", - "name": "RESOLUTION_480", - "printedName": "RESOLUTION_480", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResolution.Type) -> MyIdSDK.MyIdResolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResolution.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResolution@MyIdResolutionRESOLUTION_480", - "mangledName": "$s7MyIdSDK0aB10ResolutionO14RESOLUTION_480yA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RESOLUTION_720", - "printedName": "RESOLUTION_720", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResolution.Type) -> MyIdSDK.MyIdResolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResolution.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResolution@MyIdResolutionRESOLUTION_720", - "mangledName": "$s7MyIdSDK0aB10ResolutionO14RESOLUTION_720yA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdResolution?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdResolution", - "mangledName": "$s7MyIdSDK0aB10ResolutionO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdClient", - "printedName": "MyIdClient", - "children": [ - { - "kind": "Function", - "name": "start", - "printedName": "start(withConfig:withDelegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdConfig", - "printedName": "MyIdSDK.MyIdConfig", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig" - }, - { - "kind": "TypeNominal", - "name": "MyIdClientDelegate", - "printedName": "MyIdSDK.MyIdClientDelegate", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient(cm)startWithConfig:withDelegate:", - "mangledName": "$s7MyIdSDK0aB6ClientC5start10withConfig0F8DelegateyAA0abG0C_AA0abdH0_ptFZ", - "moduleName": "MyIdSDK", - "static": true, - "objc_name": "startWithConfig:withDelegate:", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdClient", - "printedName": "MyIdSDK.MyIdClient", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient(im)init", - "mangledName": "$s7MyIdSDK0aB6ClientCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient", - "mangledName": "$s7MyIdSDK0aB6ClientC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdCameraShape", - "printedName": "MyIdCameraShape", - "children": [ - { - "kind": "Var", - "name": "ELLIPSE", - "printedName": "ELLIPSE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdCameraShape.Type) -> MyIdSDK.MyIdCameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdCameraShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape@MyIdCameraShapeELLIPSE", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO7ELLIPSEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "CIRCLE", - "printedName": "CIRCLE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdCameraShape.Type) -> MyIdSDK.MyIdCameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdCameraShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape@MyIdCameraShapeCIRCLE", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO6CIRCLEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdCameraShape?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdConfig", - "printedName": "MyIdConfig", - "children": [ - { - "kind": "Var", - "name": "clientId", - "printedName": "clientId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)clientId", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)clientId", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setClientId:", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC06clientB0SSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "passportData", - "printedName": "passportData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)passportData", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)passportData", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setPassportData:", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC12passportDataSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateOfBirth", - "printedName": "dateOfBirth", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)dateOfBirth", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)dateOfBirth", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setDateOfBirth:", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkHash", - "printedName": "sdkHash", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)sdkHash", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)sdkHash", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setSdkHash:", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC7sdkHashSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "externalId", - "printedName": "externalId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)externalId", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)externalId", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setExternalId:", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC08externalB0SSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "threshold", - "printedName": "threshold", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)threshold", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)threshold", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setThreshold:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9thresholdSfvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "buildMode", - "printedName": "buildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)buildMode", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)buildMode", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setBuildMode:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "entryType", - "printedName": "entryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)entryType", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)entryType", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setEntryType:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "residency", - "printedName": "residency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)residency", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)residency", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setResidency:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "locale", - "printedName": "locale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)locale", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)locale", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setLocale:", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cameraShape", - "printedName": "cameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)cameraShape", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)cameraShape", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setCameraShape:", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "resolution", - "printedName": "resolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)resolution", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)resolution", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setResolution:", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "organizationDetails", - "printedName": "organizationDetails", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)organizationDetails", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)organizationDetails", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setOrganizationDetails:", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "appearance", - "printedName": "appearance", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)appearance", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)appearance", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setAppearance:", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "withPhoto", - "printedName": "withPhoto", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)withPhoto", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)withPhoto", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setWithPhoto:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9withPhotoSbvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdConfig", - "printedName": "MyIdSDK.MyIdConfig", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)init", - "mangledName": "$s7MyIdSDK0aB6ConfigCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig", - "mangledName": "$s7MyIdSDK0aB6ConfigC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdException", - "printedName": "MyIdException", - "children": [ - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)message", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)message", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setMessage:", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ExceptionC7messageSSSgvM", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "code", - "printedName": "code", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)code", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)code", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setCode:", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ExceptionC4codeSSSgvM", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdException", - "printedName": "MyIdSDK.MyIdException", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)init", - "mangledName": "$s7MyIdSDK0aB9ExceptionCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException", - "mangledName": "$s7MyIdSDK0aB9ExceptionC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdEntryType", - "printedName": "MyIdEntryType", - "children": [ - { - "kind": "Var", - "name": "AUTH", - "printedName": "AUTH", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdEntryType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeAUTH", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO4AUTHyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "FACE", - "printedName": "FACE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdEntryType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeFACE", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO4FACEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdEntryType?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Combine", - "printedName": "Combine", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreImage.CIFilterBuiltins", - "printedName": "CoreImage.CIFilterBuiltins", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Alamofire", - "printedName": "Alamofire", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdDocumentType", - "printedName": "MyIdDocumentType", - "children": [ - { - "kind": "Var", - "name": "ID_CARD", - "printedName": "ID_CARD", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypeID_CARD", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO7ID_CARDyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PASSPORT", - "printedName": "PASSPORT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypePASSPORT", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8PASSPORTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "DRIVER_LICENSE", - "printedName": "DRIVER_LICENSE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypeDRIVER_LICENSE", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO14DRIVER_LICENSEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdDocumentType?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "DeviceKit", - "printedName": "DeviceKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdOrganizationDetails", - "children": [ - { - "kind": "Var", - "name": "phoneNumber", - "printedName": "phoneNumber", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(py)phoneNumber", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)phoneNumber", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)setPhoneNumber:", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvM", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "logo", - "printedName": "logo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(py)logo", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)logo", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)setLogo:", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvM", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)init", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdLocale", - "printedName": "MyIdLocale", - "children": [ - { - "kind": "Var", - "name": "RU", - "printedName": "RU", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleRU", - "mangledName": "$s7MyIdSDK0aB6LocaleO2RUyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "EN", - "printedName": "EN", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleEN", - "mangledName": "$s7MyIdSDK0aB6LocaleO2ENyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "UZ", - "printedName": "UZ", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleUZ", - "mangledName": "$s7MyIdSDK0aB6LocaleO2UZyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdLocale?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdLocale", - "mangledName": "$s7MyIdSDK0aB6LocaleO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdBuildMode", - "printedName": "MyIdBuildMode", - "children": [ - { - "kind": "Var", - "name": "DEBUG", - "printedName": "DEBUG", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdBuildMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModeDEBUG", - "mangledName": "$s7MyIdSDK0aB9BuildModeO5DEBUGyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PRODUCTION", - "printedName": "PRODUCTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdBuildMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModePRODUCTION", - "mangledName": "$s7MyIdSDK0aB9BuildModeO10PRODUCTIONyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdBuildMode?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode", - "mangledName": "$s7MyIdSDK0aB9BuildModeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResidency", - "printedName": "MyIdResidency", - "children": [ - { - "kind": "Var", - "name": "USER_DEFINED", - "printedName": "USER_DEFINED", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyUSER_DEFINED", - "mangledName": "$s7MyIdSDK0aB9ResidencyO12USER_DEFINEDyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RESIDENT", - "printedName": "RESIDENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyRESIDENT", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8RESIDENTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "NON_RESIDENT", - "printedName": "NON_RESIDENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyNON_RESIDENT", - "mangledName": "$s7MyIdSDK0aB9ResidencyO12NON_RESIDENTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdResidency?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdResidency", - "mangledName": "$s7MyIdSDK0aB9ResidencyO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreVideo", - "printedName": "CoreVideo", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Combine", - "printedName": "Combine", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreImage.CIFilterBuiltins", - "printedName": "CoreImage.CIFilterBuiltins", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResult", - "printedName": "MyIdResult", - "children": [ - { - "kind": "Var", - "name": "image", - "printedName": "image", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)image", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)image", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setImage:", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "code", - "printedName": "code", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)code", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)code", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setCode:", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC4codeSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "comparisonValue", - "printedName": "comparisonValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)comparisonValue", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)comparisonValue", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setComparisonValue:", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC15comparisonValueSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResult", - "printedName": "MyIdSDK.MyIdResult", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)init", - "mangledName": "$s7MyIdSDK0aB6ResultCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult", - "mangledName": "$s7MyIdSDK0aB6ResultC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "String", - "printedName": "String", - "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", - "moduleName": "Swift", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", - "children": [ - { - "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", - "children": [ - { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sy", - "mangledName": "$sSy" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" - }, - { - "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "URLConvertible", - "printedName": "URLConvertible", - "usr": "s:9Alamofire14URLConvertibleP", - "mangledName": "$s9Alamofire14URLConvertibleP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 170, - "length": 12, - "value": "\"yyyy-MM-dd\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 12, - "value": "\"dd.MM.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 271, - "length": 76, - "value": "\"^(0[1-9]|1\\d|2\\d|3[0-1])\\.(0\\d|1[0-2])\\.(18\\d\\d|19\\d\\d|20\\d\\d)$\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 445, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 473, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 742, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 812, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 878, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 943, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1214, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1518, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1574, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 1677, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 1930, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 2198, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 2544, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 2568, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 2775, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 2907, - "length": 11, - "value": "504921600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3035, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3053, - "length": 3, - "value": "\"4\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3069, - "length": 3, - "value": "\"6\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3085, - "length": 3, - "value": "\"9\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3101, - "length": 4, - "value": "\"11\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3118, - "length": 4, - "value": "\"04\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3135, - "length": 4, - "value": "\"06\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3152, - "length": 4, - "value": "\"09\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3254, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3270, - "length": 4, - "value": "\"02\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 3369, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 3374, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3473, - "length": 4, - "value": "\"30\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3488, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3592, - "length": 4, - "value": "\"29\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3607, - "length": 4, - "value": "\"30\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3622, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3744, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3994, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 292, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 578, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1054, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1187, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1369, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1528, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdAppearance.swift", - "kind": "IntegerLiteral", - "offset": 615, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 188, - "length": 14, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 188, - "length": 14, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 24, - "value": "\"https:\/\/myid.uz\/api\/v1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 223, - "length": 27, - "value": "\"https:\/\/devmyid.uz\/api\/v1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 445, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 1, - "value": "\"\/oauth2\/authorization\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 540, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 553, - "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-task\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 667, - "length": 63, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 680, - "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-status\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 789, - "length": 38, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 802, - "length": 1, - "value": "\"\/oauth2\/authorize-client\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 536, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 617, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 755, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 842, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1182, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1251, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1332, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1399, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1483, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1577, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 2052, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 3281, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 4537, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 5559, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 158, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 169, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 158, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 169, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdConfig.swift", - "kind": "FloatLiteral", - "offset": 410, - "length": 3, - "value": "0.5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdConfig.swift", - "kind": "BooleanLiteral", - "offset": 966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 257, - "length": 59, - "value": "\"Invalid request. Call the number \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 315, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 354, - "length": 146, - "value": "\"В запросе не переданы необходимые параметры. Обратитесь по номер \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 499, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 537, - "length": 99, - "value": "\"Barcha kerakli parametrlar so'rovda yuborilmadi. \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 611, - "length": 5, - "value": "\" raqam orqali bog'laning\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 63, - "value": "\"MyID internal error. Call the number \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 843, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 882, - "length": 100, - "value": "\"Внутренняя ошибка. Обратитесь по номеру \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 981, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1019, - "length": 70, - "value": "\"MyID ichki xatolik. \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1064, - "length": 5, - "value": "\" raqam orqali bog'laning\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 42, - "value": "\"Connection error. Please try again later\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1317, - "length": 104, - "value": "\"Просим проверить интернет соединение и повторить снова\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1458, - "length": 60, - "value": "\"Internet aloqangizni tekshiring va qaytadan urinib ko'ring\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1663, - "length": 21, - "value": "\"Bad or blurry image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1722, - "length": 39, - "value": "\"Размытая фотография\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1989, - "length": 22, - "value": "\"Camera access denied\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2049, - "length": 47, - "value": "\"Доступ к камере запрещен\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2133, - "length": 55, - "value": "\"Ilova uchun kameradan foydalanishga ruxsat berilmagan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2330, - "length": 10, - "value": "\"Continue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2378, - "length": 22, - "value": "\"Продолжить\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2437, - "length": 13, - "value": "\"Davom etish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2589, - "length": 6, - "value": "\"Exit\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2633, - "length": 12, - "value": "\"Выйти\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2682, - "length": 9, - "value": "\"Chiqish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2834, - "length": 11, - "value": "\"Try again\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2883, - "length": 38, - "value": "\"Попробовать еще раз\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2958, - "length": 22, - "value": "\"Qayta urinib ko'ring\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3122, - "length": 16, - "value": "\"Driver license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3176, - "length": 53, - "value": "\"Водительское удостоверение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3266, - "length": 26, - "value": "\"Haydovchilik guvohnomasi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3440, - "length": 15, - "value": "\"Date of birth\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3493, - "length": 27, - "value": "\"Дата рождения\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3557, - "length": 15, - "value": "\"Tug'ilgan kun\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3727, - "length": 12, - "value": "\"dd.mm.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3777, - "length": 20, - "value": "\"дд.мм.гггг\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3834, - "length": 12, - "value": "\"kk.oo.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3984, - "length": 5, - "value": "\"PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4027, - "length": 12, - "value": "\"ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4076, - "length": 9, - "value": "\"JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4230, - "length": 38, - "value": "\"Serial and number of passport or PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4306, - "length": 61, - "value": "\"Серия и номер паспорта или ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4404, - "length": 39, - "value": "\"Pasport seriyasi, raqami yoki JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4599, - "length": 17, - "value": "\"AA1234567 | PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4654, - "length": 24, - "value": "\"AA1234567 | ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4715, - "length": 21, - "value": "\"AA1234567 | JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4869, - "length": 6, - "value": "\"hour\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4913, - "length": 8, - "value": "\"час\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4958, - "length": 6, - "value": "\"soat\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5098, - "length": 7, - "value": "\"hours\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5143, - "length": 8, - "value": "\"час\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5188, - "length": 6, - "value": "\"soat\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5329, - "length": 9, - "value": "\"ID Card\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5376, - "length": 9, - "value": "\"ID Card\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5422, - "length": 10, - "value": "\"ID Karta\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5567, - "length": 8, - "value": "\"minute\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5613, - "length": 8, - "value": "\"мин\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5658, - "length": 8, - "value": "\"daqiqa\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5802, - "length": 9, - "value": "\"minutes\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5849, - "length": 8, - "value": "\"мин\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5894, - "length": 8, - "value": "\"daqiqa\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6044, - "length": 97, - "value": "\"Customer Service \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6140, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6179, - "length": 139, - "value": "\"Служба поддержки пользователей \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6317, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6355, - "length": 109, - "value": "\"Mijozlarga xizmat ko'rsatish \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6463, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6609, - "length": 42, - "value": "\"Point the camera at the driver's license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6689, - "length": 105, - "value": "\"Наведите камеру телефона на водительское удостоверение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6831, - "length": 64, - "value": "\"Telefoningiz kamerasini haydovchilik guvohnomasiga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7042, - "length": 29, - "value": "\"Eyes closed or not detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7109, - "length": 60, - "value": "\"Глаза закрыты или не обнаружены\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7206, - "length": 32, - "value": "\"Ko'zlar yopiq yoki aniqlanmadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7382, - "length": 32, - "value": "\"Make sure your eyes are opened\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7452, - "length": 61, - "value": "\"Убедитесь, что Ваши глаза окрыты\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7550, - "length": 52, - "value": "\"Ko'zlaringiz ochiq ekanligiga ishonch hosil qiling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7750, - "length": 25, - "value": "\"Keep your head straight\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7813, - "length": 40, - "value": "\"Держите голову прямо\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7890, - "length": 26, - "value": "\"Boshingizni tekis tuting\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8062, - "length": 15, - "value": "\"Keep straight\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8115, - "length": 31, - "value": "\"Держитесь ровно\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8183, - "length": 18, - "value": "\"To'g'riga qarang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8343, - "length": 47, - "value": "\"Make sure your face is in the dedicated space\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8428, - "length": 114, - "value": "\"Убедитесь, что Ваше лицо находится в выделенном пространстве\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8579, - "length": 66, - "value": "\"Sizning yuzingiz belgilangan maydon ichida bo'lishini ta'minlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8792, - "length": 22, - "value": "\"Face not fully shown\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8852, - "length": 101, - "value": "\"Лицо не полностью попало в кадр или не отчетливо видно\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8990, - "length": 52, - "value": "\"Yuz aniq ko'rinmadi yoki to'liq tasvirga tushmagan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9184, - "length": 23, - "value": "\"Move away from camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9245, - "length": 31, - "value": "\"Отойдите дальше\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9313, - "length": 26, - "value": "\"Kameradan uzoqroq turing\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9482, - "length": 13, - "value": "\"Come closer\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9533, - "length": 31, - "value": "\"Подойдите ближе\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9601, - "length": 26, - "value": "\"Kameraga yaqinroq keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9771, - "length": 117, - "value": "\"Due to a large number of unsuccessful attempts, your access to the identification service is temporarily restricted\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9926, - "length": 186, - "value": "\"Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10149, - "length": 111, - "value": "\"Ko'p sonli muvaffaqiyatsiz urinishlar tufayli identifikatsiya xizmatidan foydalanishingiz vaqtincha cheklandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10412, - "length": 16, - "value": "\"Open your eyes\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10466, - "length": 29, - "value": "\"Откройте глаза\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10532, - "length": 23, - "value": "\"Ko'zlaringizni oching\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10704, - "length": 31, - "value": "\"Look straight into the camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10773, - "length": 45, - "value": "\"Смотрите прямо в камеру\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10855, - "length": 36, - "value": "\"To'g'ridan-to'g'ri kameraga qarang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11041, - "length": 38, - "value": "\"Wipe the front camera of your device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11117, - "length": 82, - "value": "\"Протрите фронтальную камеру Вашего девайса\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11236, - "length": 92, - "value": "\"Qurilmangizning old kamerasi tiniqligiga ishonch hosil qiling (old kamerani artib qo'ying)\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11479, - "length": 32, - "value": "\"Hold your device at face level\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11549, - "length": 63, - "value": "\"Держите Ваш девайс на уровне лица\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11649, - "length": 47, - "value": "\"Smartfoningizni yuzingiz balandligida saqlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11846, - "length": 87, - "value": "\"Make sure the room is well lit, otherwise go to a window or walk into a more lit room\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11971, - "length": 224, - "value": "\"Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12232, - "length": 87, - "value": "\"Xona yetarlicha yoritilganligiga ishonch hosil qiling, aks holda yorug' xonaga o'ting\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12469, - "length": 44, - "value": "\"There must be only one person in the image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 55, - "value": "\"В кадре должно быть одно лицо\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12643, - "length": 41, - "value": "\"Tasvirda faqat bitta yuz bo'lishi kerak\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12831, - "length": 23, - "value": "\"Take off your glasses\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12892, - "length": 25, - "value": "\"Снимите очки\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12954, - "length": 34, - "value": "\"Ko'zoynaklaringizni yechib oling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13140, - "length": 24, - "value": "\"Head rotation detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13202, - "length": 51, - "value": "\"Голова повернута в сторону\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13290, - "length": 27, - "value": "\"Bosh yon tomonga burilgan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13455, - "length": 34, - "value": "\"Point your camera at the QR code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13527, - "length": 46, - "value": "\"Наведите камеру на QR-код\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13610, - "length": 70, - "value": "\"Telefoningiz kamerasini ID kartangizning QR kod tomoniga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13819, - "length": 31, - "value": "\"Identification is in progress\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13888, - "length": 49, - "value": "\"Проводится идентификация\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13974, - "length": 37, - "value": "\"Identifikatsiya amalga oshirilmoqda\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14164, - "length": 28, - "value": "\"Several faces in the image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14230, - "length": 59, - "value": "\"В кадр попало более одного лица\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14326, - "length": 35, - "value": "\"Tasvirda bir nechta yuz aniqlandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14501, - "length": 46, - "value": "\"Point your camera at the passport photo page\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14585, - "length": 94, - "value": "\"Наведите камеру к странице паспорта с фотографией\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14716, - "length": 70, - "value": "\"Telefoningiz kamerasini pasportingizning rasm sahifasiga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14930, - "length": 15, - "value": "\"Sending photo\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14983, - "length": 27, - "value": "\"Отправка фото\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15047, - "length": 19, - "value": "\"Rasm yuborilmoqda\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15216, - "length": 21, - "value": "\"Sunglasses detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15275, - "length": 31, - "value": "\"Обнаружены очки\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15343, - "length": 24, - "value": "\"Ko'zoynaklar aniqlandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15525, - "length": 30, - "value": "\"You can try again in \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15554, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15593, - "length": 72, - "value": "\"Вы снова можете попробовать через \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15664, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15702, - "length": 52, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15710, - "length": 3, - "value": "\" dan keyin qayta urinib ko'rishingiz mumkin\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15897, - "length": 23, - "value": "\"You can try again now\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15958, - "length": 66, - "value": "\"Вы снова можете попробовать сейчас\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16061, - "length": 34, - "value": "\"Qayta urinib ko'rishingiz mumkin\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16239, - "length": 58, - "value": "\"You may be able to authenticate by trying the following:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16335, - "length": 112, - "value": "\"Возможно, Вы сможете пройти идентификацию пробуя следующее:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16484, - "length": 55, - "value": "\"Quyidagilarni amalga oshirishingizni tavsiya qilamiz:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16679, - "length": 14, - "value": "\"Non-resident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16731, - "length": 22, - "value": "\"Нерезидент\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16790, - "length": 12, - "value": "\"Norezident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16939, - "length": 10, - "value": "\"Passport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16987, - "length": 16, - "value": "\"Паспорт\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17040, - "length": 9, - "value": "\"Pasport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17197, - "length": 57, - "value": "\"* Identification is carried out for non-resident's data\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17292, - "length": 116, - "value": "\"* Идентификация будет производиться по данным для нерезидента\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17445, - "length": 69, - "value": "\"* Identifikatsiya norezident ma'lumotlariga ko'ra amalga oshiriladi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17649, - "length": 8, - "value": "\"second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17695, - "length": 8, - "value": "\"сек\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17740, - "length": 8, - "value": "\"soniya\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17884, - "length": 9, - "value": "\"seconds\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17931, - "length": 8, - "value": "\"сек\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17976, - "length": 8, - "value": "\"soniya\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18131, - "length": 19, - "value": "\"Login or register\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18188, - "length": 40, - "value": "\"Вход или регистрация\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18265, - "length": 31, - "value": "\"Kirish yoki ro'yxatdan o'tish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18437, - "length": 19, - "value": "\"Access restricted\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18494, - "length": 33, - "value": "\"Доступ ограничен\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18564, - "length": 28, - "value": "\"Xizmat vaqtincha cheklandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18738, - "length": 21, - "value": "\"Bad or blurry image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18797, - "length": 39, - "value": "\"Размытая фотография\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18873, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19067, - "length": 28, - "value": "\"Failed to confirm liveness\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19133, - "length": 67, - "value": "\"Не удалось подтвердить жизненность\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19237, - "length": 26, - "value": "\"Hayotiylik tasdiqlanmadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19410, - "length": 26, - "value": "\"Choose the document type\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19474, - "length": 44, - "value": "\"Выберите тип документа\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19555, - "length": 23, - "value": "\"Hujjat turini tanlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19723, - "length": 8, - "value": "\"Cancel\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19769, - "length": 14, - "value": "\"Отмена\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19820, - "length": 14, - "value": "\"Bekor qilish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19978, - "length": 7, - "value": "\"Allow\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20023, - "length": 20, - "value": "\"Разрешать\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20080, - "length": 15, - "value": "\"Ruxsat berish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20240, - "length": 16, - "value": "\"Go to settings\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20294, - "length": 40, - "value": "\"Перейти к настройкам\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20371, - "length": 21, - "value": "\"Sozlamalarga o'tish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20552, - "length": 52, - "value": "\"Permission denied but required for basic functions\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20642, - "length": 117, - "value": "\"В разрешении было отказано, но необходимо для основных функций\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20796, - "length": 66, - "value": "\"Ruxsat rad etildi, lekin asosiy funksiyalar uchun talab qilinadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 161, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 194, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 226, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 285, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 322, - "length": 4, - "value": "0.50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 758, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 798, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 833, - "length": 4, - "value": "20.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 866, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 904, - "length": 64, - "value": "\"myid_mobile_sdk_(dev)-38StMOL1VGK2s1uvlQsfaz93GOrELSXuqhuAgWmr\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 1002, - "length": 58, - "value": "\"myid_mobile_sdk-92SnsJQhWBmajM3rvsUqmMJxikhTykqOHXN2caHC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1092, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1125, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1222, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 1257, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 389, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 464, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 501, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 578, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 616, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 152, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 163, - "length": 4, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 152, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 163, - "length": 4, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 603, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1657, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 1690, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1810, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 2347, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 3033, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4864, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4999, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5043, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 5229, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5258, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 7095, - "length": 15, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 7109, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7480, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7526, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7570, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7620, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7683, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8301, - "length": 45, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8345, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 8460, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8510, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8566, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8612, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8693, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8736, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9011, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9093, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9179, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9605, - "length": 20, - "value": "\"myid_icon_not_face\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9660, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9939, - "length": 26, - "value": "\"myid_icon_multiple_faces\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10210, - "length": 22, - "value": "\"myid_icon_sunglasses\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10552, - "length": 23, - "value": "\"myid_icon_eyes_opened\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10610, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10886, - "length": 20, - "value": "\"myid_icon_not_face\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11288, - "length": 24, - "value": "\"myid_icon_advice_first\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11348, - "length": 25, - "value": "\"myid_icon_advice_second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11408, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11869, - "length": 24, - "value": "\"myid_icon_advice_first\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11929, - "length": 25, - "value": "\"myid_icon_advice_second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11989, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 12998, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13047, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13098, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 13357, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13474, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13523, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13570, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13623, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13671, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13776, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 14022, - "length": 18, - "value": "\"myid_icon_cancel\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14174, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 14261, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14414, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14478, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14532, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14604, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 14825, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14872, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15043, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15282, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15380, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15418, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15425, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15461, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15468, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15503, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15531, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15559, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15591, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15618, - "length": 30, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15627, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15647, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15675, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15702, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15711, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15732, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15775, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15804, - "length": 34, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15815, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15837, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15867, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15896, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15907, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15930, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15973, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16002, - "length": 34, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16013, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16035, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16065, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16094, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16105, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16128, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16164, - "length": 41, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16176, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16190, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16204, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16231, - "length": 4, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16243, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16528, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16569, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 16776, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16931, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17016, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17152, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17486, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17903, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18066, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18137, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18307, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18647, - "length": 2, - "value": "25" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18652, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18722, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19338, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19406, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19475, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19604, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19677, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20085, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20124, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20198, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20591, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20632, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20890, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21640, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21682, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 21835, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21943, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 22133, - "length": 17, - "value": "\"myid_icon_error\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 22319, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22381, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22438, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 22641, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22840, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22931, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23053, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23064, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 23110, - "length": 4, - "value": "0.15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23157, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23214, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23224, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23236, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23247, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23309, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23379, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23445, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23485, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23743, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23963, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24030, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24075, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24249, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24300, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24429, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24501, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24849, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24917, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25140, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25192, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25324, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25397, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25745, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25812, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25857, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26031, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26082, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 26211, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26283, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 26590, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26969, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 27135, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 27485, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28129, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 28225, - "length": 3, - "value": "0.2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28269, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28324, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28334, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28346, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28357, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28416, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28545, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 28735, - "length": 16, - "value": "\"myid_icon_call\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28918, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 29107, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 29193, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 29231, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 29465, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 30355, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 30974, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31045, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31203, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31303, - "length": 2, - "value": "-8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31464, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31569, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31687, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31793, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31910, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32015, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32104, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32178, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32267, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32342, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32430, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32504, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32635, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32739, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32845, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32928, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33028, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33130, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33285, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33382, - "length": 2, - "value": "-8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33462, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33530, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33612, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33701, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33797, - "length": 3, - "value": "-10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34208, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34393, - "length": 30, - "value": "\"+998\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34479, - "length": 22, - "value": "\"telprompt:\/\/\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34500, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "Dictionary", - "offset": 34637, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 188, - "length": 12, - "value": "\"background\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 832, - "length": 3, - "value": "120" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 1238, - "length": 3, - "value": "200" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 1244, - "length": 3, - "value": "299" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 3826, - "length": 10, - "value": "\"location\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Dictionary", - "offset": 4868, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4888, - "length": 15, - "value": "\"Authorization\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4907, - "length": 42, - "value": "\"Bearer \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4948, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4966, - "length": 18, - "value": "\"Content-Language\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6394, - "length": 8, - "value": "\"detail\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6584, - "length": 5, - "value": "\"msg\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6808, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 7818, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 7879, - "length": 5, - "value": "\"ttl\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 7899, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 7933, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 8538, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8585, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 8733, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8772, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8834, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 20, - "value": "\"Video Output Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Array", - "offset": 705, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 819, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 862, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1427, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 2494, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 2537, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 3863, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5054, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5200, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5664, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5894, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 6107, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 6428, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 6856, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7439, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Array", - "offset": 7678, - "length": 9, - "value": "[\"en-US\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Dictionary", - "offset": 8048, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 8355, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8444, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 8632, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8676, - "length": 16, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8691, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 9601, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 9642, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9849, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9908, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10072, - "length": 18, - "value": "\"myid_icon_idcard\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10196, - "length": 20, - "value": "\"myid_icon_passport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10333, - "length": 26, - "value": "\"myid_icon_driver_license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 10479, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 10763, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11260, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11853, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11926, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 222, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 295, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 509, - "length": 10, - "value": "\"yyyyMMdd\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 566, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 633, - "length": 10, - "value": "\"GMT+0:00\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "BooleanLiteral", - "offset": 2651, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 3033, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 3410, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4034, - "length": 4, - "value": "\"<<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4057, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4068, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4149, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4192, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4253, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4284, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4499, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4506, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4631, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5027, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5034, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5159, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5204, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5488, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5499, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5684, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "BooleanLiteral", - "offset": 5725, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5895, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "Array", - "offset": 6052, - "length": 9, - "value": "[7, 3, 1]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6106, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6140, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6643, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6671, - "length": 2, - "value": "65" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 6843, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6870, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 174, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 185, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 14, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 174, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 185, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 14, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1060, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1095, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1248, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "Array", - "offset": 1323, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1528, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1613, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1651, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 4717, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 4750, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UITextField.swift", - "kind": "IntegerLiteral", - "offset": 310, - "length": 3, - "value": "150" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 352, - "length": 11, - "value": "\"client_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 635, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 984, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1007, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1100, - "length": 10, - "value": "\"sdk_hash\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1260, - "length": 11, - "value": "\"pass_data\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1423, - "length": 7, - "value": "\"pinfl\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1658, - "length": 12, - "value": "\"birth_date\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1739, - "length": 17, - "value": "\"agreed_on_terms\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 11, - "value": "\"client_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1924, - "length": 11, - "value": "\"threshold\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1979, - "length": 13, - "value": "\"need_update\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2031, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2066, - "length": 19, - "value": "\"photo_from_camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2088, - "length": 7, - "value": "\"front\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2119, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2147, - "length": 6, - "value": "\"uuid\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2190, - "length": 10, - "value": "\"platform\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2202, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2225, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 7, - "value": "\"model\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2266, - "length": 85, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2284, - "length": 1, - "value": "\", \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2316, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2350, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2373, - "length": 12, - "value": "\"isEmulator\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "BooleanLiteral", - "offset": 2387, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2414, - "length": 14, - "value": "\"manufacturer\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2473, - "length": 12, - "value": "\"sdkVersion\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2590, - "length": 13, - "value": "\"is_resident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "IntegerLiteral", - "offset": 2717, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2741, - "length": 13, - "value": "\"external_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 3627, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "FloatLiteral", - "offset": 3807, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 4335, - "length": 6, - "value": "\"code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 4391, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 160, - "length": 9, - "value": "\"#66BB6A\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 211, - "length": 9, - "value": "\"#2196f3\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 258, - "length": 9, - "value": "\"#EF5350\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 306, - "length": 9, - "value": "\"#66BB6A\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 362, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "FloatLiteral", - "offset": 380, - "length": 3, - "value": "0.1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 9, - "value": "\"#FFFFFF\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 486, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "FloatLiteral", - "offset": 504, - "length": 4, - "value": "0.35" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 545, - "length": 9, - "value": "\"#7B6ACF\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 638, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 698, - "length": 3, - "value": "\"#\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 765, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 851, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 951, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1053, - "length": 8, - "value": "0xff0000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1072, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1121, - "length": 8, - "value": "0x00ff00" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1134, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1139, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1187, - "length": 8, - "value": "0x0000ff" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1199, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCode.swift", - "kind": "StringLiteral", - "offset": 1340, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/String+TrimmingFillers.swift", - "kind": "StringLiteral", - "offset": 248, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/String+TrimmingFillers.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 502, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 552, - "length": 3, - "value": "102" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 3, - "value": "103" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 645, - "length": 3, - "value": "122" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 707, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 764, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 864, - "length": 2, - "value": "21" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 915, - "length": 2, - "value": "22" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 962, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1015, - "length": 2, - "value": "26" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1065, - "length": 2, - "value": "27" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1116, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/JobResponse.swift", - "kind": "StringLiteral", - "offset": 255, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/JobResponse.swift", - "kind": "StringLiteral", - "offset": 255, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 193, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "BooleanLiteral", - "offset": 209, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "Array", - "offset": 252, - "length": 50, - "value": "[\"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 960, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 1261, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "StringLiteral", - "offset": 1500, - "length": 8, - "value": "\"[^0-9]\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "StringLiteral", - "offset": 1516, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 1570, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 2109, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 723, - "length": 3, - "value": "\"P\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 3, - "value": "\"F\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 949, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 960, - "length": 3, - "value": "\"O\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 986, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 997, - "length": 3, - "value": "\"I\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1023, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1034, - "length": 3, - "value": "\"Z\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1060, - "length": 3, - "value": "\"8\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1071, - "length": 3, - "value": "\"B\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1189, - "length": 3, - "value": "\"O\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1200, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1226, - "length": 3, - "value": "\"Q\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1263, - "length": 3, - "value": "\"U\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1274, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1300, - "length": 3, - "value": "\"D\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1311, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1337, - "length": 3, - "value": "\"I\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1348, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1374, - "length": 3, - "value": "\"Z\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1385, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1411, - "length": 3, - "value": "\"B\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1422, - "length": 3, - "value": "\"8\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 14, - "value": "\"access_token\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 418, - "length": 13, - "value": "\"result_code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 13, - "value": "\"result_note\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 503, - "length": 18, - "value": "\"comparison_value\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 14, - "value": "\"access_token\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 418, - "length": 13, - "value": "\"result_code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 13, - "value": "\"result_note\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 503, - "length": 18, - "value": "\"comparison_value\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 149, - "length": 17, - "value": "\"uz.myid.ios.sdk\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 196, - "length": 7, - "value": "\"2.2.1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 233, - "length": 11, - "value": "\"712022202\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 280, - "length": 12, - "value": "\"##.##.####\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 171, - "length": 21, - "value": "\"[a-zA-Z]{2}[0-9]{7}\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 11, - "value": "\"[0-9]{14}\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 333, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 359, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 501, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 782, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "Array", - "offset": 875, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 901, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 940, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 1094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1270, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1412, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1436, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1521, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1545, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1632, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1738, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1762, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1850, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1874, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1959, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1983, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2070, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2094, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2178, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2202, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2288, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2312, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2398, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2422, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2505, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2530, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2616, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2641, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2727, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2752, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2946, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3031, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 3098, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 3155, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3313, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3318, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3345, - "length": 4, - "value": "\"18\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3363, - "length": 3, - "value": "\"3\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3368, - "length": 3, - "value": "\"4\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3395, - "length": 4, - "value": "\"19\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3413, - "length": 3, - "value": "\"5\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3418, - "length": 3, - "value": "\"6\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3445, - "length": 4, - "value": "\"20\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3489, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3552, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3562, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3609, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3619, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3642, - "length": 43, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3653, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3671, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3681, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3684, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3702, - "length": 25, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3718, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3726, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 143, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 154, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 2, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 143, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 154, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 2, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UIImage.swift", - "kind": "BooleanLiteral", - "offset": 154, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UIImage.swift", - "kind": "BooleanLiteral", - "offset": 254, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Icons.swift", - "kind": "StringLiteral", - "offset": 155, - "length": 13538, - "value": "\"iVBORw0KGgoAAAANSUhEUgAAAQ0AAABLCAYAAABqZNLNAAAABHNCSVQICAgIfAhkiAAAIABJREFUeF7tXXd8FVX2P2fm1dSXhA6hFxGkiQj+LCDWXaUl0RVCERDbuhIbCKJBRVDXhXUFIVgQ1F1NqIqrLgquK2JbkqDSkR5CCOmvzcw9v8+85IWXxysz8yYBljd\/Qd6555x77p3vfO+5DSH6RCNwkUVgMWTHJcYmXcmQhiBCZ0BoWRsCdoAADnASX1hRU\/bdg5BdfZGFRlF1UZFUVCgagf+BCHjAIiFpBAEbCYBxoatE1ShxOZk1D3\/xP1B1XasQBQ1dwxlVdr5GYHnsopYWnj0FwHVW4yMx+LaqunxRlHWciVoUNNT0oKjsBRmBWsCgV8Ozi2DVYwcqKyufjAJHbXyioHFBvgZRp5VGQB6SJCQkzFfLMPz1E7BNEyofWajU7oUgN37eN72J8DIAri0QJADiSSLpIEhc\/nvZg48Gq0MUNC6E1o36qDkCqxIWjgPAsZoV+BREic3MrHlkhx66zqWOzOe+HYocdzcQNQvmBxHuIBO99t6Ms8EjChrnsvWiths1ArUsI\/FN7cMSf\/fYgfGVjzykl9Nr3862QYzhVo6j7iInxYPAHSDG\/yd97OxCvWz46hmf\/U0LMBgeBaDeSvQTgkhEa2IPG9\/PyRkoeMtEQUNJ9KIyF2QE3ov\/60iGNE1P5zk3PTTOmXUgEp1r8p79E4upuovFVAdMynIucylvj\/9CqDQvuGPiU8ciseUtm5m9tSsauBcAIFatPpl1dJUGzcrORiaXjYKG2ghG5S+YCKyKWzgHOBwcymEEqCGg9cAgFjm8gcK8VBxhzriqh9drCcJHy7JjXKk1XwQDi7N0irzLWNJywui75mzRYs8XMIDn5iNCjFY9hLT23dlD3oiChtYInuNy149aOwg5HMghdieA1kjEAeIxRrQHQPrhizVpP+jl4tf3\/z7JRIZBgNSJQ2hJCG4COI5Ev576TSz83T\/\/6dLLlt56VsYvfBsRWwTTS0Qnq6oqHvLOirxnWdiZmfBvofwggE0TKqerToh+8tAnZsetmzdLMdVd1NQTGe82lDafNjrjmX+qKacHw\/C1R0CSizNPyZ01oOScM40pn7zTHyVsDeTa+caIe37TEpjGLNN\/yuoOjLf2kFA4\/fOykT82pq1wuoeOWN\/VaIQ\/AlC3MB17N8dxf\/s8d4TmeG6dcnOywWy+mwCGAWLgfkJkB8T3D500bbgjN1cK539T\/74qYdHG0Dbp\/fGVWe\/5yqyKX7gAUJ5RCPIQ7RhflTVTTV1kwHBdv+0zIamkp5py9bIMXSgY\/pBx86tb1ZSXhyRg5OchUZiFbAq1Eq5ZNefKN5scNLKOHLHW7PrmaZ6PGcqb4xqM6UgSHUywF4o1J99ZPmLaaoVV0V2sz73rbkfAu5FoAHBo9UPcg8BwCzkqni1cNaFGd+NBFF4\/es31PMdNBwBeiU0CFBiTXv1y7Zgvlcj7ynx37219geeeAkRFdBaJ9oou17NXvfnZabW2GlM+LGgwWj++OiunAWgkLJKZRvAFYCpB48Osrdb4LnuWV\/X+7sZI6sp4odTdsihtQveNO5Xo+UP2tx2NBnxJSw4jhP4Tq54aPKVJQeOBLRuzOFPMQ0AUNhkj2ov3Op3Hpq64\/bFdSoKkh0yvBz7sapDMbyFCj3D6CMAOwF4rWDr6lXCykf4+fPSaG7lawFD9EMM3N60duUZpwW0PjrgRAdXbIiojNzw6+I0NxUptNbbcqnAAAFTNueFJb2LzndiFN3A8ZoXyS83wZGvWVqsTjPPKhq8eI8VVNPj4aKm7YDuZL1pqHp94yachZ1fqAGMBAMRrsROqjFN03NlkoHHvprx\/GK3Jw1RVQhLdgvPUk8tuGvuuqnIahC+7d8NIDulvCGBWU5wItxYsGzFaTRk1ssNHr+nOcZzqMbSvDcZw1RdrR\/4jnF3NgOFVTHCk9Df3w+dLnmNlwqIsBLghXL2RoJCQxSlZAKY0EfrRtB9j4uJonpBU3K\/8mo2XhvNBye\/MYi92x586wHE0J7PnJwHXizQmYHh8FIT7Gx80soGbdsU7K0y21JuVBOYsGQJJkuz3vX7dbRs0lVdQqM\/UDdejgd5BAJMC8bNdJPqm4LQ7A3Lv0H1cf2Pa2kUAGDKHocRnAly9afXIt4LJfv\/gbcOJuKyg+QslRgCAI3j7iiXr8xSKN6qYEuag1gGnBJPvqZkekk15ACMWXkCEblWXft\/a0XVHW7V2AskTLzrdKUU\/y79xxGaP6\/VJvq9cowMGAEggPdC4oJEN3MRus+fGdRg2DZGLIG58NR\/Xeuxf+3b\/LgIlAYv2undNXyMacgEoUatuAkAieK+w9fZHITvbM5etxzM0Le8SIxh0G\/4Qgw82rR210t+3iBmGj0IEqhy0eMNdetQ\/Uh21u1ptb4WbRlVsR0E+oxYw6EVE9ORFKi7\/soOr7W\/NFdsIIUhAzN3i6H9lESISCNjcib3+uV3+f1MAhmyHiXBXo4LGuOVTp8elDr3PGN8mKdKgcRbbPg6tjy0a0PPbSHV5y\/e7Z20\/4vlXUOEKudB2sYII3ixYNuJFvfy7IW3NZAQuTS99ns7mxzj0Yhi+PvIgzRm4+GNP5z7Xj55sIxzL2PzAL3Fgts\/3AoZc9\/LBn3Vxtzgacf\/3xtHV4kiDGTyS2DOfrJ5zymjARslh+LYfARS\/+9TgyY0FGpiZM+VPnMFya0L30f0AuYjtcLy5jLMk7yHk5+nBOGSGYQBDdm3Sk1Ii7dwkK0DMJ0ZbCpdtfxEgcsZxQ9q6+QjQJ1Lf\/Mt7gUNPhtHABsEHVy5Zfxaj0bseSvUpWeQVTle4XIYMGGhxyLMVHXx1VVy+pYOr7X59mAYyyd38mIdZeJ+qiuam7VszmdMRK4arQ6S\/exd4RfwyB3Jk\/PKpfwKAm422zkkxbQarWswSrGIIKBniWnsChsCe+0vfS7dpDYLMMIDn59WV7wtARq26\/JD4AAKeJqAvC5aOjHhYceOYNUsBuVQ9fPPXcV1s\/q83xv23Z6Q5jEC+IdHng5Zs+Gtj+K1FZ+0eFNv8kFOpIRSHmzHZ9tC2BKfJOB+IOvqrqe7xUyt7j\/x2Wvz2L8MM7mohubh+NrGmsrl1Z+GNlzDJzNfUJO0TnDHletgJpEPehyIJhil\/zx54SnfQyMyZ8jAi3iQbNje\/rKWl+WW6dXpDbMvtiLxERJJWxuHDMOSkJwLQ5XoFmgiOIuIJWR8j+rxw2chXPSMCjc8NaeteR4D2GosHLXaZ5UCzq2J3dozhnCdT+MrDeutHgs2Dlqz\/s956ZX0t2744mDewgUBcNwJqgwAMAYoY4S7gxO+LDs0OOCzyAEdcYla4ZeX+PodjGB7AMPAvA2JAYBBSiq1l\/\/dxLz1iIVmrisT4cs9eFF\/AqNNNjpqk\/a5GAg4iyHt3zuC3az\/aOj7jcqY8wCH+3qvS2urytqbkHq31MmG0ttgBvKF+2TID7lk1QxU\/hiG\/zzLD6KuXfwBwAgDrzyEggk8Llo0IuSw5lO0b0tY9jwD9dfQPelsOplwV80sn7xrPOM55IomvDHp2ghbbHNDqKxZvCDpTo0Vn6w4v9kQGDyAXYuFVbc7mVwlcS4oPzQm4GlbOcSAH40ItL\/f4R7TDyXBhqJmSzdO324ATFyBgyA\/jqeEf9Gax1RYt9fYtIyQX\/8wMbmcAwKgXs9fY9rudsWWR2vIt32gb1vwBQzZqat67hbV5H92+lF6m4a2QGsbhxzC8KnRlGgzwCAfQcDqOYGP+shFLtDTijWPWjgfEP2gpG6iMP2B4ZfRmHAyll4e89nFEm6zO+J9tapNqnYoc1H+MlMSDGOQdPzLD82UM9NTuM4EhwDwHC3sWGxJiMU94wM5oW7hp1VrAkP5MRG2dEosTCcxEjOcQ3SYOHWaed3jtOjruTK7qs1XVMYP+PjOT47RgO3WgpjrZsjP\/lp5MNBk4BB6JPCuESSa3CBIBJ+nJOIhot+s0zc5deFV9fXRhGuNzJt8DyI3yr6gxoX1iTLurI15j4NGLnGCMbVUQqAOEYxy1syTc0wh41sItAuqjdX2Gvy8EtBeBqzjbR1qXv3TkciWd3VdmWFpeLwMY5ORaxI8XMEotRr7caORrTBxnERlLEETW2uEWY9FRnGyoOhKxIXnGoNJxx82rPtdhiX22oW1787OAnDY2yOjjY0dmvq5HnXx1bHrwuxSBx9eqBOFyFws8Vc8BuWNNxmKb0VAsv9IVA77q4GqnLSEqr88Qkk7uqrYnGvbk39ybBGMcF2Q7AREwCdFV40ja5XLGRbSsPxBgeF7FSAMaDDA8ejkjl9AjbUBkazRqPeR4SylvTQ5IOWXGwTiY+2qfnj\/51ycIw\/AV66Tb7AnBfxFrzxzQCzhuGLPuVUSIKJncxXawtaXV0W6H42MMLp4\/q815JkG7apfYr7LsRF+xeHckfQKBvh20eMPzkejwlm3TfsFcRBwYmS7u+WOHHtdtmn5Z5r9bx8VyHzKA7kr84hCcKWbTQQvPVVf0+TrV1XFP3XUJSkoDeBZ02Up2O+wJpr35N\/VjoknRMIcBSHaHbbfdmVCkzFJDqWCAETFojF8+dQoAjAnlVGz7Yd0Mca01L5zy6ubNSXs5ozXAV9zHOuHchf16fO\/9iwcwkH8mEMM4U8rzpYiYDRFgGQLsDxULhvRh4esj31HTiDeNXtObOE7z2o+Wrfd3Km9f1ZmCbFT196V3xenSMWUHG6w0VOOvEYQHBiz+5JCaMmfLZhvapJqfRo6LOEnNCA4XHXY8qMcU+Ly7trVsYXVtsRj5ZLX1izfyx2wmY1FVv69THe2VAYcXMJzVtth9BcP7iZJZ0WZFX98cNYl7q9yJqpLdoQAjItAIyTB8vOatzWPiOt7QCxA1zyIg8nZDbMtfFTSUICE9JzMOBQzDF23kvQGKdnQG5BC1f\/wZAZ3hfCTClQXLbv8gnJzv7zekre+PRHMA1e2LadbmQOfK9lWd1NiSZXtVVpSmnd6vGjgIWM7gxR9pOqDmjI8ZfJvUAc\/oARhenaJEM4uPzoz4bM8lk7\/cFm80qY6n1w81wOEFDFe1LWZP\/vABEjNrW1JNQBVVLba7JIui5Gg4wNAMGuNzJk8C5DKUdkZLy8vbmlM0zqIQMENMs1+RN4V9Iev8EQ4Xnv5g339O3YGobC8JAVgQSD7rQDWSyzaJ4DgiHlcaD2IwvyBnxH+Uystyw0av6ctzXLbS\/Etcm2PthNSSHkoZhr8vV5eeOHx91fG9Sn0kYhsHL\/lIU8LX10bbDi\/OAYCQp20p9ckrR4ytPn7kyYhmc+Znfj6jXWzMI2pt+8vXA0f\/f6c6UvcGHKoQJ7nEpJO7HJECRp1xEnhnSXXbbxT4vs9Zymb6Jj0DlVGd08jMmTwOkVN9unNsu2u7GBLaqV5Oq2hY4lMzt0NMcFQI3X\/7oWRf2VGn4sUuBBSPEH5LvH8QCaACARW\/XLUgQ06Bd038dckdqq79qwUOfi6GWYzmbFGZEtvxt748pz1nxTEJphXt2dZCcIRPaCL79MrXPtI8tVwb0wy+bYeBs\/QGjLr22nbs0IznFLw0QUXemLJlj9lgiHiYLRvwAkd536\/buzvsaXCymMwwRFvJbnu1LXZv\/vD+mhmGX02qqpJ\/dohxoTba7YPyilmr\/nxz2PZWBRrjl03JAA4naQk+IWJc6nWdDXHK9qHIc6GcxbafMyhf5Sa4WJy93NVDnqwnAjr4w6l9ZcccofMgPpUhogRA6IbKE8SVRLAvePIzeKSI6O8Fy0aq3vJ\/Y9r6gQA0N5hmR4uqFNax6JIkzqEoYRaqLXtUVZTdWbo\/5B4SvRhG69QFszgO\/09L3wpXhhj9evzIzMfDyQX7\/bk7P7+poy1mldbygcrFGwxHbGZDcZUP49CbYfjalZyWU6WOFgFnHwFAMWDIOhWDRiSAUU8TFQKHZsCocHcHRvVjP03AUcs45Mx4uNhoBgwP2wAoLVg6YoKWjjhs1NrLeZ6b48847M1rkqo6nu7SiiuPMyLTNNTy9cfEJPb44YKveIDAM0K6MIxsrnV76wwO4WotsVBShhj8dPzIjKeVyAaSeWncpj+3jrOM11o+WLkEI3800WQ8Udnv6\/b2jjsTJR2HJP42SeRcJVXtAg2JVQGGYtCYsHzqSALQ5Sj4cIxDL8CoByoNjKP2tikKNaUWEWDU+wY4rWDp7ZqOqB8+ZsMVHLJsry578+rkqk5lnTlg2JYrT9Crg99RfGDHJY7yk2d1QoBPBi9evzhSO23aL5iJiNdEqidUeWKw8fiRGZrzLX+Z8MWq5lazZ2uE3o\/MOBLNhu3Hx\/55t0OwjIoo6RnCOWIolVSk+i+4Uw0YikBDT8AIxzj0BoxIgKMuxxGIcegCGB7fJGl2\/vLRqmcpvPW6KW3dlQQw2968ppnMMGRuZAaRb8FV6nOQrLzr8NSxfVdWFzecQr1AGIY3ToxJC4qOzPpa6wu\/aOIXH6ZYzNdpLR+qXLUoOb84XjTn6oHizhNJ5n8KZp0OAfY3ypCdrEjd7PNnTYARFjQaAzCCAUdjAUZEwEGUgNhgEY9+gOFxjF7IXzpSSVY7aL\/rP3PpfVKSUJ\/jsKJgaIZVYc9gVfoCXFt64vBQn1kU0othdFjwGAIOMyLD1FiX2cqL\/DG72VUumHTf4u22O+4sKclWlXT2jc8rE75Y0sJq1vVcE1l\/tSC4Pjp0YldsrBjTpU9yNzLwwOIcVmYVNJ0gF5JtSby7pLKtFzg1A0ZI0Bi\/fOrvAOBBpZ1Lq1xs6tAuxvg2NvVJTynOXiE0yGEo8eHA96f2lqtJjtblOAigUu0sSTh\/GHAzCpfe5jm+TcvTbdnLV3JEszk3n2J0mORVo2gCkW+pI9O45eSxvYPsxbWLg3RiGIN7crOGtypN65tcnZga64rl8Ez+qNLNuwvK4srXHG5x4lCNJeI7VQhgzfFDM97UEl9vmRfu\/Nf9qTZr\/VAwEl3esl7AiIkRrZ172wYw3iDvW3EiD67GAA7JZaootbeSD\/CJCDCCgkZTAYbsAANgyZdmHjHEtWpweEmohhEFyWI\/7e5JpH5dBWPE9vy7eKe9TKjfgBOuExDAESDqoGWWJKRupzQuf8VoxdPCvrq6Ln15CA\/0lPdvvNuQZHAYu3BA2JYr0y2nMfH4nv92cFeX6TFLIh+L+OaIae9fmmi\/Ptx0sCQfSlJkK16xr9UxBzNqOkJRvgxJcDgfioRlyPF9eMT6lpe3Si4Mdv1LuP7j\/7svYHTqbRtAvKE+ad1YwOGsSfit0m37XOm0aqg6nTVD0JSAId\/ahIzNW3Xv299l5e+cCQoTYlUljt5MAs1TioJDcu349LjCFYL0Q\/7SkdmXTVt3GY\/4HCDqcmAPEDuYv2yUJibnZRj+i9G8wNEKK+KMKEU8e2KRRPbEkcLNejAMysjgP+NjPkoyS6r2ksjMY8GO1L27quLtKl9OpwjcY8WHHtd8YZSvvVcnfvFZksXcT6UPZ4nXiKJ7w8GinTLD8AcMr7DuwMGQna5svVIsq3lUyTqMcHVsABqZy6feiADq77wIZyXA776AIf+cTcSVF+6agYAhp95cdjHFWSloXsrrdeXIjtOHSvbVlIRynYB+KmiV8CxkD\/OMs3vfv74Pz3Cu0pWmoXXDOwVLR3yoNnR1gBF0+pB3GVKSnOIlNh3WafSuLDs1unT\/C5Gu9CQAbkPGxA2tYqRBausry8vA8fhPXX4tcZnrby4P024uApxddGiGoouFlPiUnf7xVV1SbGuVyAaTqRFE18eHT+y2WgUZMPrLQ5JgsvJGN+RRl6EK78YdRccShuoBGA2GJ2OXTrmW53FGJEFRU1aU2PN\/v++tBrsPlQBHdYmzpySFv2wpnC+OasG+818ngu5n8QcMr77eD3zck2fSvNCb4EJbJ4KqClfppIMr7la6NN6jsOtrLw3gDRB2ZaPBzTdr76zu45srCBePs38nmHTkwPyMV1cGXUimVOf7oyd\/0CXBre7OGz\/l20\/Hnn6usHPIDYG1RcgpEZtz4vAsJXuVlFbBIzc\/87PH28RYH+eQU72PSmYYctLTahUswRiGvzMchw7kwC3F22PIImpiuBZwlJUUOC\/JyblX8SLHcEHxMI2xb03uzIn4CiLqnrUN5AARznt32vKg91Jm5e+eCUhnzd0ziRmrSlzazlYI4Mgvnx8vcNVIAb5etUOSYMGLBDgIwQkiPF2wfMQv4RrH9\/cui19J5XlxEQIqGpbFu1hqS7dL0fbts\/wghr3K7J+8NP\/liC+BevO2e17pneLQZWHUjJ86\/7y3KjZoLoqAdGcY\/rGZN+7zF9rHxci7uxU\/ZS63\/bOjJ\/bFWCVrx962\/r45jHBK6hlHrMvCYlyqLvKygrMixV06JCsr60A4O2p+94BGZs6URYiRX8ijwLAETPLkMELJehhHwe7ZiA03LnmWiZe5LlFgR5HI\/m9P7q444aryFQ7GMPwV9p66pifPG55BVH71ncwwRGDP\/rJslOqvYPelL72KoO5cDZtT6thMcKs+iyOlin5c+Wx2xCs0X\/ndfbdd3bw6oo1ivnH\/\/Fhy0dK9bYMcTUhO5haeKiqao9uQJFgnenjMx4\/2SoqfbjXwYT+y+yuqS74sKjmUEEMxl\/ZNuoIZDAZFndNHyMs4yCwY5ZkVUrCnyOoSTqYcZldmLRqv6TyNUD7i2JxJ\/Xg0eE\/mVlsfVfIiY\/P\/fu9bind3ZhXsnAVwZj+C2yEmOSoE1S9BMCcP\/lS6\/\/Rhe\/2WYSL4sWDZiGeUVqrr3R82jzWZHkXkgt8yXqeMAAodDF\/Zk3P7KaX6vXJdl7w4mOdQ3v2p+ol1sxYtna5L5aPhwhWWl92bndwna5+eo8uahPUZk39oFeNWPCsWzr\/jdpP9j9\/3OJuhETlAYrOOHZu1J5wOvX6\/9tp37xzYPPGJ9nGxthSLqcFiOqckCsernZU7yquKTzqcduSAGzQw4Soym1QxBV9fOR5rEEEEJGQxbjOZRAMZ\/JLdEhDnNgoxDjhqK60e3hiAIfuE3usG9ApmED2SyNhLagBD1pPx4Yd82+59ZnkZh+AQE+0VQsQH5nh9PPD9qT3lxxyV8v+VMoxA9bvs\/g3XIdFQJOiDeGb4QAAOkO8J5djmwtdHaV6R2GPpS\/LU6hCtbcQxMDRzCD3jJLEZh3DWuQxERA7eWFEN3OIfHn0ybM5EiR8vDL93yPB2NRGerdHQkl3kxMz\/9Gpw7wecA8DwenX1dSszOKjdwJliNlnMPMdXuEV3jSg2GPL26WboYWlli+gaA0SQOB4bLlBDQuJk3sEQGS8BQ7Iw4aStsvymxgKMWtB4Y0qOPLWvpCNolVHLMPztZOXvegoQhogCWWpKnb21+uFfbuemop8dVaLTAxhLR2re0OSrt899a1oQMyYjJ5wuXDrmrD0bWnzvvvTl1QikKJcRTr9VYCk8nZk2ZkCS3cSVEOG6Pfc\/rvoc02D23rr9nr\/0SnZkhvNHze8yuKV91efMDWMEdnkpflMyDH9\/ZcYBSCE3Hg66yjYMeIO2Q3R8DHIc2JHDoDNIVhJOJFaU39KYgOEBjcycKXmIaFXTeGpkIwUMf8ZRWezor2VRl7\/PkpuJBRuP5UfCMNTEQatsx7cX2swu4T2t5RWV42D17mlP6JZ7kG1+MGby+o7xbs3sKJDflW5OmLS1V+1enXPIMAIAx1hAGhfI586tuDbNuiXLBzxF\/iAIPI8B16s0BcPwVkAenqwG0L5QKkQkNA1JQkVWZhw15e6xokuK+BrFsiP2kgM\/nlqjF8OIvEcE1tB1+YvteAmXNZZ+RpC79\/4nVuitf03G5K\/axrj1eVnqnNtXZa184qeuu4mgBiXpqXPJMPzjdc3QdzOR6KyLrwf0NF5maJbY4KCdCGLNeAM2SNzLuqxMKE6QHLc+Mu8OTTum1fqDmcunvoUAqk5IVmBEd8DwMo5mbXoucNWIms6h8PotJ\/x2fVH0j29jrY95F24pqNM5Eem8bEGikbj3G8V4IzAMr5+5aVM+ax\/n0vWipw1HUo6+ta\/1fgY0o\/jwk7pOI+oR32uuWTkJOWxwDOagPpYBkBin+sS6gP4QAG\/EBustmpJh1DONccumzuY4uEqPoNXpaBTA8PVv4kf\/zeNN2s9gKD1a883eT4\/\/4dfcO9w61rvRVPVY+pK8clS3nauyowzg3b33PfH3xnJ61aipK7onOuVNj7o8cj7jke+7fb+32pxVcvTJfboobQQlV1+3cjwHZy64GtzXegVLiNVtLxBvOAMaMmAkSo5bmoph1IPG2GWTh\/Ec95he8dMjh6HEl8y1P2w0xRhU7WOQ9daUu3\/ZkXfolgsFMGSfe7z+4mxA1A3YGdCbe++bsUZJnLXK\/O33904Z1KxGvnRZl+fH0riiZws7jD4fGYZ\/BX0Zx8Bepr5cckIzXYIgX4NiQM9sn4kJJcmV5Tc2dtIzkN84dPNQQ7t9Xd9GANV3OfgpbHSG0cAeEd6Z+8Pi2ESj4jUFNaddn32w+9PJkJ2t+5kNOnWKgGq6L3npGuRgpj426O3d983I00dXcC1PDpqQ8vvurNDIg6blz76ay12GmiW\/JI1Yv2Ohwk2GjV278Pq9wNG7i7FrTJtEXdaqIIDIGbDGzIQSm+S4uakZRj3TkP+hB9toKobh31xjVn3z+1ibZb7RxAXNy4guqaTypP2pdVOvXRe+uc9Diexsrkcr62IAjOheXEliS\/c9OPOjpqrhylH3vNEj0TEiEnsuEZ1bi61jZ27KUbwoMBJ7epaVgSMlDiZ1vbzZEADt9\/54fZKXlFs46ViiWHXLo\/Pu0uUKTS31rd\/lOi5nymQOUfFX28dY0zKMILUcvfK76w0GuMXAc914E6YwUTrtFtg+wSl+un7yNZu0BOd8KtPjzRfbgBtfBgSbFr+aGjBkH5\/sf3fz63qwTUlmqbUWn50iOn46FZf5yGeva14Yp8WunmXE8QTpAAAHU0lEQVRk4BgyMO4VFmuNLCdFADG8+FuiVH3TuQQMOTYNtsaPz5nyBwLIRIWnjRBANUjshXfveyvY0eh6xv+i19Vp0byWJrPxGUBQRXclhL\/uu\/eJz89FAGXguLo7bWxmETuqse8Q+arvT1onPPGvpREdh6jGZmPJ3j\/hvZdj2yc\/FIl+kyScSuFqhpxrwDgLNOQ\/THhjSn9i8EdAbBWmkltBdC1fdf8qXVY9RhLQi6lsx7ezLSZnzP2IcEPYehMcZ4z+svdB\/c6VCGszgIB8AM+HUsK7HeNdw5WUP+kw7t92wnrHvH8vOWcUXImfamSeePCDjSwpQVH9\/fUaRHd1nFB9+VOvjIvwjlw1HgeXDXq3x\/hlk68mxMHAQSckbEUELgA6Boi\/Cm7Y9sGDbzT6bkJ9qvi\/qaXb4hd7cga4jQj6I2CDm78QoVAU2damzF8oiXLOrffc2iZBeKaZWegUiM2WubjiAzWWNx\/4KGeREn0Xmsyshz\/82B0fHx7sfSpmcLvKsNw+bH7O2F3nS33DXQh0vvgZ9SNEBNovmZ9kBa4FmKFq95QZiu+UPVdBfeGau5s3SzTcZOSoByBY7CK\/u7KC2\/zkf14\/7xZs6R2jWQ+8N0dMjH+C8caws0qWmqofn194R8RHFOhdhyho6B3RqL5oBMJE4KG732oeHxe7imIs\/QSjqUFim5ckt8Hl2EcOcc4Lr9+18XwMZhQ0zsdWifp0UUXgyXtWjSBgzRCNW8+nYUiwRoiCxkXVPaOVjUYg8ghEQSPyGEY1RCNwUUUgChoXVXNHKxuNQOQRiIJG5DGMaohG4KKKQBQ0LqrmjlY2GoHIIxAFjchjGNUQjcBFFYEoaFxUzR2tbDQCkUcgChqRxzCqIRqBiyoCUdC4qJo7WtloBCKPwHkBGhkZGdcBQEVubm7t8fTn+Bk1alTHdevWHdTixqhRo2xGo7Fvbm7uV1rKX2hltMZKS5trtXUBxtSztHzdunXl56Pv5xw0MjLSFhFhR0S2Ljd3je5H6asNekbGmEkA3KTc3LyhasvK8unp6UMRYXNubt45j61S\/+WX0WAwdMzLy9uitIwsJ5czGg2\/qa2rljavBWNDmVpbauqjt2xaWtrE1atXv6NWb3p62goAPJiXlxf0EnK1OvWUP+cdOyMjnS6kjhAu+BciaKSnp3s6Z1N10v+1Ng\/WJ\/5X6+kBjfT09IUANFr+NxFMX716taKzNGvRn98OgEnyEfNEcLfSsrItOajegBPBMKVfujq7bwNAJwDsSAQL8\/Ly5oZ7ocP97n3hAeArNUwjIyOjHwC9DUBIBB0Q0aYGCM8uT1lqWFdGRvoWItiOCP2JqK+adpBtEzFPeyPiQQCcrnSY6G0\/dXXV1uZabNX1k4Vy36pr+y15eas9d68qeTIy0n4j8pxul4iotk3SFgHgw3JfAmArlLanDOCI8AwRzFUD4nUMeREAycPq3wRBulvp8Ka239PD8nsMQDb5PNPc3Lygd9Z4QKO2QbC\/3FnkQCs15qWo8vg\/LS1tFMfhM6GMBWooLWhcR29l+rZI9tdg4PMRuVFKO3uoDlPXaEPVgEZ6evpmAFgv+1MXh7UqX6TtjNFcGXBrhwr8FlGU+iltBxk0GKNFcnktw6tImIa29tPGLtXa8g6D8vLyRtX1VU19uw5YN+flrVZ16ZFaf739su4jsEUpaNQNE\/MFQZRzceXp6enyRyBfaXkZNABohbfPZWSk5RPh9GAfcS\/TyEakiYxBttoxWEZG2sNE6GkURJBfNlVDHi2Blb8AAFhOBHWJIuoHgDIyR3zik1rQ8B9rqx2eeMsTgU8+wVOf0UqZV10ny5bl6+xnqwQ9zcMTbe3XVKCRvp0IspTG0f9jIn8AED1socn6dt1HXGaOikEjPT19OgAM9YJj3YdrutI+4N9n6vrTumDvU\/0LXkdR5KSkLKwoAVP7VcPpgiANlRGuqTpQenqaTKMnae0MejIN\/2SgVtBQC7a+dYiCRuAWDffFDNUPvMM2UfT07YNN1bf1AA21bDMIaAQFLS\/TkFFK\/kpNR4RRKhBKZii23NzV0+vG5dvVdn5tjSGPFyExN3f13b5DJCXj1HAyaplGbU7IA2KLtA9PPHRwrZyXkZkHAMg0WvGUrx6ggUh9c3NXe\/Jaah5t7ddUTMPTTzp4x\/dyH1U6hPX9env7tiCISUqHjN5hvyCIndS0pRbQqBvSbhdFSbYlD0\/k4fJXSj\/+mkBD7nQAcB0RHVKTG\/COvxE9w4QtANjPO7ZW2vFk20pByquzLo+xCLF2WEQE8guriB2F86uOPfWTgTCc7JkxqJwIZfI0mZyEXI8IciJU8ZRt3ZTnIkQYWdsGlK00cVbbyeSXg1shvxC1HZxNUuN\/XcJQbj\/Zf5nOKx7maWk\/LWW8L5PKuMqJ+myZlda2Fa1QGpe6YeM6IpKvXqgbOqKcJ1Acm7qP8MLaNUh5iu+rqW1PylfXB8ZMIkLPO4AI65TWszauDftMOPv\/D\/IfUCqQ257cAAAAAElFTkSuQmCC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 165, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 176, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 194, - "length": 12, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 165, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 176, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 194, - "length": 12, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 308, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 321, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 924, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1130, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1252, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1263, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1403, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1430, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1561, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1573, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1724, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1752, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 1833, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1978, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2006, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 2087, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2181, - "length": 2, - "value": "29" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2193, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2261, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2337, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2348, - "length": 2, - "value": "29" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2518, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2525, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2623, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2634, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2797, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2825, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2947, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2959, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3083, - "length": 2, - "value": "21" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3095, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3210, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3222, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3419, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3472, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 3560, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3702, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3713, - "length": 2, - "value": "31" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "StringLiteral", - "offset": 3768, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3838, - "length": 2, - "value": "35" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3850, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4143, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4183, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 4288, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4468, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4480, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4695, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4706, - "length": 2, - "value": "39" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "StringLiteral", - "offset": 4761, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4851, - "length": 2, - "value": "43" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4883, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5101, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5112, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5215, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5226, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "StringLiteral", - "offset": 921, - "length": 20, - "value": "\"Video Output Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "Array", - "offset": 992, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "StringLiteral", - "offset": 1116, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "Array", - "offset": 1191, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 1374, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 1419, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1452, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1489, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1526, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1985, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2124, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 2195, - "length": 4, - "value": "0.75" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2203, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2209, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 2228, - "length": 4, - "value": "0.75" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2251, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2289, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2295, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2313, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2333, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 2484, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2762, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2784, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2923, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 3088, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 3415, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 3868, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 4032, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 4254, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 5094, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 5240, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 5444, - "length": 3, - "value": "480" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 5510, - "length": 3, - "value": "640" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 6420, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 6444, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 8985, - "length": 4, - "value": "1108" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9164, - "length": 4, - "value": "1108" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9606, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9700, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9742, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9838, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9878, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9970, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 10022, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 10096, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10845, - "length": 4, - "value": "0.55" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10852, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10901, - "length": 4, - "value": "0.95" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10908, - "length": 3, - "value": "0.9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11345, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11479, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11867, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12698, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12728, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12867, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12922, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 12955, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13094, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13246, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13497, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13590, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13646, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13658, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13852, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13908, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13922, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13989, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 327, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 515, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 555, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 661, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 934, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 940, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 950, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 1026, - "length": 19, - "value": "\"myid_icon_scanner\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1199, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1259, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1274, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1809, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1881, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1956, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2139, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 2154, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2204, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2328, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2368, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 2474, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2552, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2556, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2559, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2808, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 3297, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 3648, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 3708, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 4060, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 5778, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 6596, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7079, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7511, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7519, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 7951, - "length": 3, - "value": "\"#\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8150, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 8437, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8686, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8898, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8906, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 9359, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 9394, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 9773, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10322, - "length": 15, - "value": "\"([A-Z0-9a-z])\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10382, - "length": 17, - "value": "\"SELF MATCHES %@\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10615, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10683, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10895, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10943, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "Dictionary", - "offset": 12642, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 12823, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 13139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 13342, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 13769, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14149, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14272, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14658, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14790, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15167, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15489, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15692, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15985, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16285, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16300, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16426, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16661, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16676, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16849, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 17407, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 17484, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18399, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18498, - "length": 3, - "value": "-36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18704, - "length": 3, - "value": "240" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18771, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19086, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19159, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19950, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 20322, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 275, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 316, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 779, - "length": 5, - "value": "[\"V\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 836, - "length": 11, - "value": "[\"P\", \"PN\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 893, - "length": 5, - "value": "[\"I\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 957, - "length": 6, - "value": "[\"IR\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1016, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1251, - "length": 5, - "value": "[\"M\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1306, - "length": 5, - "value": "[\"F\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1366, - "length": 15, - "value": "[\"X\", \"<\", \" \"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 423, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 615, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 794, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 1037, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1117, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1243, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1312, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1436, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 1780, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 1986, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 2734, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4282, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4643, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 4687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4873, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 4902, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5508, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5965, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6128, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6199, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6369, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6709, - "length": 2, - "value": "25" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6714, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6784, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7400, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7468, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7537, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7666, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7739, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 159, - "length": 39, - "value": "\"(P[A-Z\\d<])([A-Z]{3})([A-Z\\d<]{39})\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 244, - "length": 96, - "value": "\"([A-Z\\d<]{9})(\\d)([A-Z]{3})(\\d{6})(\\d)([M|F|X|<])(\\d{6})(\\d)([A-Z\\d<]{14})([\\d<])(\\d)\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1394, - "length": 20, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1403, - "length": 1, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1413, - "length": 22, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 2532, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 2610, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 3119, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 3197, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 4907, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 151, - "length": 3, - "value": "202" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 3, - "value": "307" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 227, - "length": 3, - "value": "429" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3211, - "length": 4, - "value": "\"ru\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3241, - "length": 4, - "value": "\"en\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3271, - "length": 4, - "value": "\"uz\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3477, - "length": 5, - "value": "\"102\"" - } - ] -} \ No newline at end of file diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface deleted file mode 100644 index ca2d9a4397b445575aecfc26790f1317fc72fde2..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ /dev/null @@ -1,165 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK -// swift-module-flags-ignorable: -enable-bare-slash-regex -import AVFoundation -import CoreImage.CIFilterBuiltins -import Combine -import CoreImage -import CoreVideo -import Foundation -@_exported import MyIdSDK -import Swift -import UIKit -import Vision -import _Concurrency -import _StringProcessing -@_inheritsConvenienceInitializers @objc public class MyIdAppearance : ObjectiveC.NSObject { - @objc public var primaryColor: UIKit.UIColor? - @objc public var secondaryColor: UIKit.UIColor? - @objc public var errorColor: UIKit.UIColor? - @objc public var primaryButtonColor: UIKit.UIColor? - @objc public var primaryButtonColorDisabled: UIKit.UIColor? - @objc public var primaryButtonTextColor: UIKit.UIColor? - @objc public var primaryButtonTextColorDisabled: UIKit.UIColor? - @objc public var buttonCornerRadius: Swift.Float - @objc override dynamic public init() - @objc deinit -} -@objc public protocol MyIdClientDelegate { - @objc func onSuccess(result: MyIdSDK.MyIdResult) - @objc func onError(exception: MyIdSDK.MyIdException) - @objc func onUserExited() -} -@objc public enum MyIdResolution : Swift.Int { - case RESOLUTION_480 = 0 - case RESOLUTION_720 - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdClient : ObjectiveC.NSObject { - @objc public class func start(withConfig config: MyIdSDK.MyIdConfig, withDelegate delegate: any MyIdSDK.MyIdClientDelegate) - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdCameraShape : Swift.Int { - case ELLIPSE = 0 - case CIRCLE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdConfig : ObjectiveC.NSObject { - @objc public var clientId: Swift.String? - @objc public var passportData: Swift.String? - @objc public var dateOfBirth: Swift.String? - @objc public var sdkHash: Swift.String? - @objc public var externalId: Swift.String? - @objc public var threshold: Swift.Float - @objc public var buildMode: MyIdSDK.MyIdBuildMode - @objc public var entryType: MyIdSDK.MyIdEntryType - @objc public var residency: MyIdSDK.MyIdResidency - @objc public var locale: MyIdSDK.MyIdLocale - @objc public var cameraShape: MyIdSDK.MyIdCameraShape - @objc public var resolution: MyIdSDK.MyIdResolution - @objc public var organizationDetails: MyIdSDK.MyIdOrganizationDetails? - @objc public var appearance: MyIdSDK.MyIdAppearance? - @objc public var withPhoto: Swift.Bool - @objc override dynamic public init() - @objc deinit -} -@_inheritsConvenienceInitializers @objc public class MyIdException : ObjectiveC.NSObject { - @objc public var message: Swift.String? - @objc public var code: Swift.String? - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdEntryType : Swift.Int { - case AUTH = 0 - case FACE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdDocumentType : Swift.Int { - case ID_CARD = 0 - case PASSPORT - case DRIVER_LICENSE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdOrganizationDetails : ObjectiveC.NSObject { - @objc public var phoneNumber: Swift.String? - @objc public var logo: UIKit.UIImage? - @objc override dynamic public init() - @objc deinit -} -extension Swift.String : Swift.Error { -} -@objc public enum MyIdLocale : Swift.Int { - case RU = 0 - case EN - case UZ - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdBuildMode : Swift.Int { - case DEBUG = 0 - case PRODUCTION - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdResidency : Swift.Int { - case USER_DEFINED = 0 - case RESIDENT - case NON_RESIDENT - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { - @objc public var image: UIKit.UIImage? - @objc public var code: Swift.String? - @objc public var comparisonValue: Swift.String? - @objc override dynamic public init() - @objc deinit -} -extension MyIdSDK.MyIdResolution : Swift.Equatable {} -extension MyIdSDK.MyIdResolution : Swift.Hashable {} -extension MyIdSDK.MyIdResolution : Swift.RawRepresentable {} -extension MyIdSDK.MyIdCameraShape : Swift.Equatable {} -extension MyIdSDK.MyIdCameraShape : Swift.Hashable {} -extension MyIdSDK.MyIdCameraShape : Swift.RawRepresentable {} -extension MyIdSDK.MyIdEntryType : Swift.Equatable {} -extension MyIdSDK.MyIdEntryType : Swift.Hashable {} -extension MyIdSDK.MyIdEntryType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdDocumentType : Swift.Equatable {} -extension MyIdSDK.MyIdDocumentType : Swift.Hashable {} -extension MyIdSDK.MyIdDocumentType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdLocale : Swift.Equatable {} -extension MyIdSDK.MyIdLocale : Swift.Hashable {} -extension MyIdSDK.MyIdLocale : Swift.RawRepresentable {} -extension MyIdSDK.MyIdBuildMode : Swift.Equatable {} -extension MyIdSDK.MyIdBuildMode : Swift.Hashable {} -extension MyIdSDK.MyIdBuildMode : Swift.RawRepresentable {} -extension MyIdSDK.MyIdResidency : Swift.Equatable {} -extension MyIdSDK.MyIdResidency : Swift.Hashable {} -extension MyIdSDK.MyIdResidency : Swift.RawRepresentable {} diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc deleted file mode 100644 index c7647d3ccbb1e7c72796b1327bda97ddc4f2059e..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface deleted file mode 100644 index ca2d9a4397b445575aecfc26790f1317fc72fde2..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,165 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK -// swift-module-flags-ignorable: -enable-bare-slash-regex -import AVFoundation -import CoreImage.CIFilterBuiltins -import Combine -import CoreImage -import CoreVideo -import Foundation -@_exported import MyIdSDK -import Swift -import UIKit -import Vision -import _Concurrency -import _StringProcessing -@_inheritsConvenienceInitializers @objc public class MyIdAppearance : ObjectiveC.NSObject { - @objc public var primaryColor: UIKit.UIColor? - @objc public var secondaryColor: UIKit.UIColor? - @objc public var errorColor: UIKit.UIColor? - @objc public var primaryButtonColor: UIKit.UIColor? - @objc public var primaryButtonColorDisabled: UIKit.UIColor? - @objc public var primaryButtonTextColor: UIKit.UIColor? - @objc public var primaryButtonTextColorDisabled: UIKit.UIColor? - @objc public var buttonCornerRadius: Swift.Float - @objc override dynamic public init() - @objc deinit -} -@objc public protocol MyIdClientDelegate { - @objc func onSuccess(result: MyIdSDK.MyIdResult) - @objc func onError(exception: MyIdSDK.MyIdException) - @objc func onUserExited() -} -@objc public enum MyIdResolution : Swift.Int { - case RESOLUTION_480 = 0 - case RESOLUTION_720 - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdClient : ObjectiveC.NSObject { - @objc public class func start(withConfig config: MyIdSDK.MyIdConfig, withDelegate delegate: any MyIdSDK.MyIdClientDelegate) - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdCameraShape : Swift.Int { - case ELLIPSE = 0 - case CIRCLE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdConfig : ObjectiveC.NSObject { - @objc public var clientId: Swift.String? - @objc public var passportData: Swift.String? - @objc public var dateOfBirth: Swift.String? - @objc public var sdkHash: Swift.String? - @objc public var externalId: Swift.String? - @objc public var threshold: Swift.Float - @objc public var buildMode: MyIdSDK.MyIdBuildMode - @objc public var entryType: MyIdSDK.MyIdEntryType - @objc public var residency: MyIdSDK.MyIdResidency - @objc public var locale: MyIdSDK.MyIdLocale - @objc public var cameraShape: MyIdSDK.MyIdCameraShape - @objc public var resolution: MyIdSDK.MyIdResolution - @objc public var organizationDetails: MyIdSDK.MyIdOrganizationDetails? - @objc public var appearance: MyIdSDK.MyIdAppearance? - @objc public var withPhoto: Swift.Bool - @objc override dynamic public init() - @objc deinit -} -@_inheritsConvenienceInitializers @objc public class MyIdException : ObjectiveC.NSObject { - @objc public var message: Swift.String? - @objc public var code: Swift.String? - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdEntryType : Swift.Int { - case AUTH = 0 - case FACE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdDocumentType : Swift.Int { - case ID_CARD = 0 - case PASSPORT - case DRIVER_LICENSE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdOrganizationDetails : ObjectiveC.NSObject { - @objc public var phoneNumber: Swift.String? - @objc public var logo: UIKit.UIImage? - @objc override dynamic public init() - @objc deinit -} -extension Swift.String : Swift.Error { -} -@objc public enum MyIdLocale : Swift.Int { - case RU = 0 - case EN - case UZ - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdBuildMode : Swift.Int { - case DEBUG = 0 - case PRODUCTION - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdResidency : Swift.Int { - case USER_DEFINED = 0 - case RESIDENT - case NON_RESIDENT - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { - @objc public var image: UIKit.UIImage? - @objc public var code: Swift.String? - @objc public var comparisonValue: Swift.String? - @objc override dynamic public init() - @objc deinit -} -extension MyIdSDK.MyIdResolution : Swift.Equatable {} -extension MyIdSDK.MyIdResolution : Swift.Hashable {} -extension MyIdSDK.MyIdResolution : Swift.RawRepresentable {} -extension MyIdSDK.MyIdCameraShape : Swift.Equatable {} -extension MyIdSDK.MyIdCameraShape : Swift.Hashable {} -extension MyIdSDK.MyIdCameraShape : Swift.RawRepresentable {} -extension MyIdSDK.MyIdEntryType : Swift.Equatable {} -extension MyIdSDK.MyIdEntryType : Swift.Hashable {} -extension MyIdSDK.MyIdEntryType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdDocumentType : Swift.Equatable {} -extension MyIdSDK.MyIdDocumentType : Swift.Hashable {} -extension MyIdSDK.MyIdDocumentType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdLocale : Swift.Equatable {} -extension MyIdSDK.MyIdLocale : Swift.Hashable {} -extension MyIdSDK.MyIdLocale : Swift.RawRepresentable {} -extension MyIdSDK.MyIdBuildMode : Swift.Equatable {} -extension MyIdSDK.MyIdBuildMode : Swift.Hashable {} -extension MyIdSDK.MyIdBuildMode : Swift.RawRepresentable {} -extension MyIdSDK.MyIdResidency : Swift.Equatable {} -extension MyIdSDK.MyIdResidency : Swift.Hashable {} -extension MyIdSDK.MyIdResidency : Swift.RawRepresentable {} diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json deleted file mode 100644 index 9b4be0027a2ceac20a625f34a43ae2f9292a35ab..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,14600 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", - "children": [ - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdAppearance", - "printedName": "MyIdAppearance", - "children": [ - { - "kind": "Var", - "name": "primaryColor", - "printedName": "primaryColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC12primaryColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secondaryColor", - "printedName": "secondaryColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)secondaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)secondaryColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setSecondaryColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC14secondaryColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "errorColor", - "printedName": "errorColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)errorColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)errorColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setErrorColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC10errorColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonColor", - "printedName": "primaryButtonColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18primaryButtonColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonColorDisabled", - "printedName": "primaryButtonColorDisabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonColorDisabled:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC26primaryButtonColorDisabledSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonTextColor", - "printedName": "primaryButtonTextColor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonTextColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonTextColor", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonTextColor:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC22primaryButtonTextColorSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "primaryButtonTextColorDisabled", - "printedName": "primaryButtonTextColorDisabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)primaryButtonTextColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)primaryButtonTextColorDisabled", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setPrimaryButtonTextColorDisabled:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC30primaryButtonTextColorDisabledSo7UIColorCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "buttonCornerRadius", - "printedName": "buttonCornerRadius", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(py)buttonCornerRadius", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)buttonCornerRadius", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)setButtonCornerRadius:", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvM", - "mangledName": "$s7MyIdSDK0aB10AppearanceC18buttonCornerRadiusSfvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance(im)init", - "mangledName": "$s7MyIdSDK0aB10AppearanceCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance", - "mangledName": "$s7MyIdSDK0aB10AppearanceC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdClientDelegate", - "printedName": "MyIdClientDelegate", - "children": [ - { - "kind": "Function", - "name": "onSuccess", - "printedName": "onSuccess(result:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResult", - "printedName": "MyIdSDK.MyIdResult", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onSuccessWithResult:", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP9onSuccess6resultyAA0aB6ResultC_tF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onError", - "printedName": "onError(exception:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdException", - "printedName": "MyIdSDK.MyIdException", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onErrorWithException:", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP7onError9exceptionyAA0aB9ExceptionC_tF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "onUserExited", - "printedName": "onUserExited()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate(im)onUserExited", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP12onUserExitedyyF", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 where τ_0_0 : MyIdSDK.MyIdClientDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "ObjC" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate", - "mangledName": "$s7MyIdSDK0aB14ClientDelegateP", - "moduleName": "MyIdSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "ObjC" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResolution", - "printedName": "MyIdResolution", - "children": [ - { - "kind": "Var", - "name": "RESOLUTION_480", - "printedName": "RESOLUTION_480", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResolution.Type) -> MyIdSDK.MyIdResolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResolution.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResolution@MyIdResolutionRESOLUTION_480", - "mangledName": "$s7MyIdSDK0aB10ResolutionO14RESOLUTION_480yA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RESOLUTION_720", - "printedName": "RESOLUTION_720", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResolution.Type) -> MyIdSDK.MyIdResolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResolution.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResolution@MyIdResolutionRESOLUTION_720", - "mangledName": "$s7MyIdSDK0aB10ResolutionO14RESOLUTION_720yA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdResolution?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB10ResolutionO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB10ResolutionO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdResolution", - "mangledName": "$s7MyIdSDK0aB10ResolutionO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdClient", - "printedName": "MyIdClient", - "children": [ - { - "kind": "Function", - "name": "start", - "printedName": "start(withConfig:withDelegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdConfig", - "printedName": "MyIdSDK.MyIdConfig", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig" - }, - { - "kind": "TypeNominal", - "name": "MyIdClientDelegate", - "printedName": "MyIdSDK.MyIdClientDelegate", - "usr": "c:@M@MyIdSDK@objc(pl)MyIdClientDelegate" - } - ], - "declKind": "Func", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient(cm)startWithConfig:withDelegate:", - "mangledName": "$s7MyIdSDK0aB6ClientC5start10withConfig0F8DelegateyAA0abG0C_AA0abdH0_ptFZ", - "moduleName": "MyIdSDK", - "static": true, - "objc_name": "startWithConfig:withDelegate:", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdClient", - "printedName": "MyIdSDK.MyIdClient", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient(im)init", - "mangledName": "$s7MyIdSDK0aB6ClientCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdClient", - "mangledName": "$s7MyIdSDK0aB6ClientC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdCameraShape", - "printedName": "MyIdCameraShape", - "children": [ - { - "kind": "Var", - "name": "ELLIPSE", - "printedName": "ELLIPSE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdCameraShape.Type) -> MyIdSDK.MyIdCameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdCameraShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape@MyIdCameraShapeELLIPSE", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO7ELLIPSEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "CIRCLE", - "printedName": "CIRCLE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdCameraShape.Type) -> MyIdSDK.MyIdCameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdCameraShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape@MyIdCameraShapeCIRCLE", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO6CIRCLEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdCameraShape?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB11CameraShapeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape", - "mangledName": "$s7MyIdSDK0aB11CameraShapeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdConfig", - "printedName": "MyIdConfig", - "children": [ - { - "kind": "Var", - "name": "clientId", - "printedName": "clientId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)clientId", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)clientId", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setClientId:", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC06clientB0SSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC06clientB0SSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "passportData", - "printedName": "passportData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)passportData", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)passportData", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setPassportData:", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC12passportDataSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC12passportDataSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dateOfBirth", - "printedName": "dateOfBirth", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)dateOfBirth", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)dateOfBirth", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setDateOfBirth:", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC11dateOfBirthSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkHash", - "printedName": "sdkHash", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)sdkHash", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)sdkHash", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setSdkHash:", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC7sdkHashSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC7sdkHashSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "externalId", - "printedName": "externalId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)externalId", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)externalId", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setExternalId:", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC08externalB0SSSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC08externalB0SSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "threshold", - "printedName": "threshold", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)threshold", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)threshold", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setThreshold:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9thresholdSfvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9thresholdSfvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "buildMode", - "printedName": "buildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)buildMode", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)buildMode", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setBuildMode:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9buildModeAA0ab5BuildF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "entryType", - "printedName": "entryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)entryType", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)entryType", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setEntryType:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9entryTypeAA0ab5EntryF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "residency", - "printedName": "residency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)residency", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)residency", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setResidency:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9residencyAA0aB9ResidencyOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "locale", - "printedName": "locale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)locale", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)locale", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setLocale:", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC6localeAA0aB6LocaleOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cameraShape", - "printedName": "cameraShape", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)cameraShape", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)cameraShape", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdCameraShape", - "printedName": "MyIdSDK.MyIdCameraShape", - "usr": "c:@M@MyIdSDK@E@MyIdCameraShape" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setCameraShape:", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0Ovs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0OvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC11cameraShapeAA0ab6CameraF0OvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "resolution", - "printedName": "resolution", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)resolution", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)resolution", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MyIdResolution", - "printedName": "MyIdSDK.MyIdResolution", - "usr": "c:@M@MyIdSDK@E@MyIdResolution" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setResolution:", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC10resolutionAA0aB10ResolutionOvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "organizationDetails", - "printedName": "organizationDetails", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)organizationDetails", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)organizationDetails", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdOrganizationDetails?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setOrganizationDetails:", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC19organizationDetailsAA0ab12OrganizationF0CSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "appearance", - "printedName": "appearance", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)appearance", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)appearance", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdAppearance?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdAppearance", - "printedName": "MyIdSDK.MyIdAppearance", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdAppearance" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setAppearance:", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC10appearanceAA0aB10AppearanceCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "withPhoto", - "printedName": "withPhoto", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(py)withPhoto", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)withPhoto", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)setWithPhoto:", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ConfigC9withPhotoSbvM", - "mangledName": "$s7MyIdSDK0aB6ConfigC9withPhotoSbvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdConfig", - "printedName": "MyIdSDK.MyIdConfig", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig(im)init", - "mangledName": "$s7MyIdSDK0aB6ConfigCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdConfig", - "mangledName": "$s7MyIdSDK0aB6ConfigC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdException", - "printedName": "MyIdException", - "children": [ - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)message", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)message", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setMessage:", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ExceptionC7messageSSSgvM", - "mangledName": "$s7MyIdSDK0aB9ExceptionC7messageSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "code", - "printedName": "code", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(py)code", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)code", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)setCode:", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ExceptionC4codeSSSgvM", - "mangledName": "$s7MyIdSDK0aB9ExceptionC4codeSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdException", - "printedName": "MyIdSDK.MyIdException", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException(im)init", - "mangledName": "$s7MyIdSDK0aB9ExceptionCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdException", - "mangledName": "$s7MyIdSDK0aB9ExceptionC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdEntryType", - "printedName": "MyIdEntryType", - "children": [ - { - "kind": "Var", - "name": "AUTH", - "printedName": "AUTH", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdEntryType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeAUTH", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO4AUTHyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "FACE", - "printedName": "FACE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdEntryType.Type) -> MyIdSDK.MyIdEntryType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdEntryType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType@MyIdEntryTypeFACE", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO4FACEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdEntryType?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdEntryType", - "printedName": "MyIdSDK.MyIdEntryType", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9EntryTypeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdEntryType", - "mangledName": "$s7MyIdSDK0aB9EntryTypeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Combine", - "printedName": "Combine", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreImage.CIFilterBuiltins", - "printedName": "CoreImage.CIFilterBuiltins", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Alamofire", - "printedName": "Alamofire", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdDocumentType", - "printedName": "MyIdDocumentType", - "children": [ - { - "kind": "Var", - "name": "ID_CARD", - "printedName": "ID_CARD", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypeID_CARD", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO7ID_CARDyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PASSPORT", - "printedName": "PASSPORT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypePASSPORT", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8PASSPORTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "DRIVER_LICENSE", - "printedName": "DRIVER_LICENSE", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdDocumentType.Type) -> MyIdSDK.MyIdDocumentType", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdDocumentType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType@MyIdDocumentTypeDRIVER_LICENSE", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO14DRIVER_LICENSEyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdDocumentType?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdDocumentType", - "printedName": "MyIdSDK.MyIdDocumentType", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB12DocumentTypeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdDocumentType", - "mangledName": "$s7MyIdSDK0aB12DocumentTypeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "DeviceKit", - "printedName": "DeviceKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdOrganizationDetails", - "children": [ - { - "kind": "Var", - "name": "phoneNumber", - "printedName": "phoneNumber", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(py)phoneNumber", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)phoneNumber", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)setPhoneNumber:", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvM", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC11phoneNumberSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "logo", - "printedName": "logo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(py)logo", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)logo", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)setLogo:", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvM", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC4logoSo7UIImageCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdOrganizationDetails", - "printedName": "MyIdSDK.MyIdOrganizationDetails", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails(im)init", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdOrganizationDetails", - "mangledName": "$s7MyIdSDK0aB19OrganizationDetailsC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdLocale", - "printedName": "MyIdLocale", - "children": [ - { - "kind": "Var", - "name": "RU", - "printedName": "RU", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleRU", - "mangledName": "$s7MyIdSDK0aB6LocaleO2RUyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "EN", - "printedName": "EN", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleEN", - "mangledName": "$s7MyIdSDK0aB6LocaleO2ENyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "UZ", - "printedName": "UZ", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdLocale.Type) -> MyIdSDK.MyIdLocale", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdLocale.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdLocale@MyIdLocaleUZ", - "mangledName": "$s7MyIdSDK0aB6LocaleO2UZyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdLocale?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdLocale", - "printedName": "MyIdSDK.MyIdLocale", - "usr": "c:@M@MyIdSDK@E@MyIdLocale" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6LocaleO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB6LocaleO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdLocale", - "mangledName": "$s7MyIdSDK0aB6LocaleO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdBuildMode", - "printedName": "MyIdBuildMode", - "children": [ - { - "kind": "Var", - "name": "DEBUG", - "printedName": "DEBUG", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdBuildMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModeDEBUG", - "mangledName": "$s7MyIdSDK0aB9BuildModeO5DEBUGyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "PRODUCTION", - "printedName": "PRODUCTION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdBuildMode.Type) -> MyIdSDK.MyIdBuildMode", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdBuildMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode@MyIdBuildModePRODUCTION", - "mangledName": "$s7MyIdSDK0aB9BuildModeO10PRODUCTIONyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdBuildMode?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdBuildMode", - "printedName": "MyIdSDK.MyIdBuildMode", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9BuildModeO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9BuildModeO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdBuildMode", - "mangledName": "$s7MyIdSDK0aB9BuildModeO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResidency", - "printedName": "MyIdResidency", - "children": [ - { - "kind": "Var", - "name": "USER_DEFINED", - "printedName": "USER_DEFINED", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyUSER_DEFINED", - "mangledName": "$s7MyIdSDK0aB9ResidencyO12USER_DEFINEDyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "RESIDENT", - "printedName": "RESIDENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyRESIDENT", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8RESIDENTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "NON_RESIDENT", - "printedName": "NON_RESIDENT", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(MyIdSDK.MyIdResidency.Type) -> MyIdSDK.MyIdResidency", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "MyIdSDK.MyIdResidency.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "c:@M@MyIdSDK@E@MyIdResidency@MyIdResidencyNON_RESIDENT", - "mangledName": "$s7MyIdSDK0aB9ResidencyO12NON_RESIDENTyA2CmF", - "moduleName": "MyIdSDK", - "declAttributes": [ - "ObjC" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "MyIdSDK.MyIdResidency?", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResidency", - "printedName": "MyIdSDK.MyIdResidency", - "usr": "c:@M@MyIdSDK@E@MyIdResidency" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueACSgSi_tcfc", - "moduleName": "MyIdSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivp", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivp", - "moduleName": "MyIdSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB9ResidencyO8rawValueSivg", - "mangledName": "$s7MyIdSDK0aB9ResidencyO8rawValueSivg", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@M@MyIdSDK@E@MyIdResidency", - "mangledName": "$s7MyIdSDK0aB9ResidencyO", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreVideo", - "printedName": "CoreVideo", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Combine", - "printedName": "Combine", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "CoreImage.CIFilterBuiltins", - "printedName": "CoreImage.CIFilterBuiltins", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "MyIdResult", - "printedName": "MyIdResult", - "children": [ - { - "kind": "Var", - "name": "image", - "printedName": "image", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)image", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)image", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setImage:", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC5imageSo7UIImageCSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "code", - "printedName": "code", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)code", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)code", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setCode:", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC4codeSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC4codeSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "comparisonValue", - "printedName": "comparisonValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(py)comparisonValue", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvp", - "moduleName": "MyIdSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "ObjC" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)comparisonValue", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvg", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)setComparisonValue:", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvs", - "moduleName": "MyIdSDK", - "implicit": true, - "declAttributes": [ - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:7MyIdSDK0aB6ResultC15comparisonValueSSSgvM", - "mangledName": "$s7MyIdSDK0aB6ResultC15comparisonValueSSSgvM", - "moduleName": "MyIdSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MyIdResult", - "printedName": "MyIdSDK.MyIdResult", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult" - } - ], - "declKind": "Constructor", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult(im)init", - "mangledName": "$s7MyIdSDK0aB6ResultCACycfc", - "moduleName": "MyIdSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@MyIdSDK@objc(cs)MyIdResult", - "mangledName": "$s7MyIdSDK0aB6ResultC", - "moduleName": "MyIdSDK", - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "MyIdSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "MyIdSDK" - }, - { - "kind": "TypeDecl", - "name": "String", - "printedName": "String", - "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", - "moduleName": "Swift", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", - "children": [ - { - "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", - "children": [ - { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sy", - "mangledName": "$sSy" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" - }, - { - "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "URLConvertible", - "printedName": "URLConvertible", - "usr": "s:9Alamofire14URLConvertibleP", - "mangledName": "$s9Alamofire14URLConvertibleP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 170, - "length": 12, - "value": "\"yyyy-MM-dd\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 12, - "value": "\"dd.MM.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 271, - "length": 76, - "value": "\"^(0[1-9]|1\\d|2\\d|3[0-1])\\.(0\\d|1[0-2])\\.(18\\d\\d|19\\d\\d|20\\d\\d)$\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 445, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 473, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 742, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 812, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 878, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 943, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1214, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1518, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 1574, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 1677, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 1930, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 2198, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 2544, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 2568, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "BooleanLiteral", - "offset": 2775, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 2907, - "length": 11, - "value": "504921600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3035, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3053, - "length": 3, - "value": "\"4\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3069, - "length": 3, - "value": "\"6\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3085, - "length": 3, - "value": "\"9\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3101, - "length": 4, - "value": "\"11\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3118, - "length": 4, - "value": "\"04\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3135, - "length": 4, - "value": "\"06\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3152, - "length": 4, - "value": "\"09\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3254, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3270, - "length": 4, - "value": "\"02\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 3369, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "IntegerLiteral", - "offset": 3374, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3473, - "length": 4, - "value": "\"30\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3488, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3592, - "length": 4, - "value": "\"29\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3607, - "length": 4, - "value": "\"30\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3622, - "length": 4, - "value": "\"31\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3744, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/DateHelper.swift", - "kind": "StringLiteral", - "offset": 3994, - "length": 5, - "value": "\"UTC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 292, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 578, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1054, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1187, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1369, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Base\/MyIdBaseScreen.swift", - "kind": "BooleanLiteral", - "offset": 1528, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdAppearance.swift", - "kind": "IntegerLiteral", - "offset": 615, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 188, - "length": 14, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResolution.swift", - "kind": "IntegerLiteral", - "offset": 188, - "length": 14, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 165, - "length": 24, - "value": "\"https:\/\/myid.uz\/api\/v1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 223, - "length": 27, - "value": "\"https:\/\/devmyid.uz\/api\/v1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 445, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 1, - "value": "\"\/oauth2\/authorization\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 540, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 553, - "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-task\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 667, - "length": 63, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 680, - "length": 1, - "value": "\"\/authentication\/sdk-authentication-request-status\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 789, - "length": 38, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpRoutes.swift", - "kind": "StringLiteral", - "offset": 802, - "length": 1, - "value": "\"\/oauth2\/authorize-client\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 467, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 536, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 617, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 755, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 842, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1182, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1251, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "StringLiteral", - "offset": 1332, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1399, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1483, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 1577, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 2052, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 3281, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 4537, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdClient.swift", - "kind": "BooleanLiteral", - "offset": 5559, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 158, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 169, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 158, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdCameraShape.swift", - "kind": "IntegerLiteral", - "offset": 169, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdConfig.swift", - "kind": "FloatLiteral", - "offset": 410, - "length": 3, - "value": "0.5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/MyIdConfig.swift", - "kind": "BooleanLiteral", - "offset": 966, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 257, - "length": 59, - "value": "\"Invalid request. Call the number \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 315, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 354, - "length": 146, - "value": "\"В запросе не переданы необходимые параметры. Обратитесь по номер \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 499, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 537, - "length": 99, - "value": "\"Barcha kerakli parametrlar so'rovda yuborilmadi. \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 611, - "length": 5, - "value": "\" raqam orqali bog'laning\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 63, - "value": "\"MyID internal error. Call the number \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 843, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 882, - "length": 100, - "value": "\"Внутренняя ошибка. Обратитесь по номеру \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 981, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1019, - "length": 70, - "value": "\"MyID ichki xatolik. \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1064, - "length": 5, - "value": "\" raqam orqali bog'laning\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 42, - "value": "\"Connection error. Please try again later\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1317, - "length": 104, - "value": "\"Просим проверить интернет соединение и повторить снова\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1458, - "length": 60, - "value": "\"Internet aloqangizni tekshiring va qaytadan urinib ko'ring\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1663, - "length": 21, - "value": "\"Bad or blurry image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1722, - "length": 39, - "value": "\"Размытая фотография\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 1989, - "length": 22, - "value": "\"Camera access denied\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2049, - "length": 47, - "value": "\"Доступ к камере запрещен\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2133, - "length": 55, - "value": "\"Ilova uchun kameradan foydalanishga ruxsat berilmagan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2330, - "length": 10, - "value": "\"Continue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2378, - "length": 22, - "value": "\"Продолжить\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2437, - "length": 13, - "value": "\"Davom etish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2589, - "length": 6, - "value": "\"Exit\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2633, - "length": 12, - "value": "\"Выйти\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2682, - "length": 9, - "value": "\"Chiqish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2834, - "length": 11, - "value": "\"Try again\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2883, - "length": 38, - "value": "\"Попробовать еще раз\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 2958, - "length": 22, - "value": "\"Qayta urinib ko'ring\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3122, - "length": 16, - "value": "\"Driver license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3176, - "length": 53, - "value": "\"Водительское удостоверение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3266, - "length": 26, - "value": "\"Haydovchilik guvohnomasi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3440, - "length": 15, - "value": "\"Date of birth\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3493, - "length": 27, - "value": "\"Дата рождения\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3557, - "length": 15, - "value": "\"Tug'ilgan kun\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3727, - "length": 12, - "value": "\"dd.mm.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3777, - "length": 20, - "value": "\"дд.мм.гггг\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3834, - "length": 12, - "value": "\"kk.oo.yyyy\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 3984, - "length": 5, - "value": "\"PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4027, - "length": 12, - "value": "\"ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4076, - "length": 9, - "value": "\"JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4230, - "length": 38, - "value": "\"Serial and number of passport or PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4306, - "length": 61, - "value": "\"Серия и номер паспорта или ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4404, - "length": 39, - "value": "\"Pasport seriyasi, raqami yoki JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4599, - "length": 17, - "value": "\"AA1234567 | PIN\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4654, - "length": 24, - "value": "\"AA1234567 | ПИНФЛ\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4715, - "length": 21, - "value": "\"AA1234567 | JSHSHIR\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4869, - "length": 6, - "value": "\"hour\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4913, - "length": 8, - "value": "\"час\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 4958, - "length": 6, - "value": "\"soat\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5098, - "length": 7, - "value": "\"hours\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5143, - "length": 8, - "value": "\"час\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5188, - "length": 6, - "value": "\"soat\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5329, - "length": 9, - "value": "\"ID Card\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5376, - "length": 9, - "value": "\"ID Card\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5422, - "length": 10, - "value": "\"ID Karta\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5567, - "length": 8, - "value": "\"minute\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5613, - "length": 8, - "value": "\"мин\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5658, - "length": 8, - "value": "\"daqiqa\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5802, - "length": 9, - "value": "\"minutes\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5849, - "length": 8, - "value": "\"мин\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 5894, - "length": 8, - "value": "\"daqiqa\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6044, - "length": 97, - "value": "\"Customer Service \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6140, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6179, - "length": 139, - "value": "\"Служба поддержки пользователей \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6317, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6355, - "length": 109, - "value": "\"Mijozlarga xizmat ko'rsatish \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6463, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6609, - "length": 42, - "value": "\"Point the camera at the driver's license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6689, - "length": 105, - "value": "\"Наведите камеру телефона на водительское удостоверение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 6831, - "length": 64, - "value": "\"Telefoningiz kamerasini haydovchilik guvohnomasiga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7042, - "length": 29, - "value": "\"Eyes closed or not detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7109, - "length": 60, - "value": "\"Глаза закрыты или не обнаружены\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7206, - "length": 32, - "value": "\"Ko'zlar yopiq yoki aniqlanmadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7382, - "length": 32, - "value": "\"Make sure your eyes are opened\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7452, - "length": 61, - "value": "\"Убедитесь, что Ваши глаза окрыты\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7550, - "length": 52, - "value": "\"Ko'zlaringiz ochiq ekanligiga ishonch hosil qiling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7750, - "length": 25, - "value": "\"Keep your head straight\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7813, - "length": 40, - "value": "\"Держите голову прямо\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 7890, - "length": 26, - "value": "\"Boshingizni tekis tuting\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8062, - "length": 15, - "value": "\"Keep straight\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8115, - "length": 31, - "value": "\"Держитесь ровно\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8183, - "length": 18, - "value": "\"To'g'riga qarang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8343, - "length": 47, - "value": "\"Make sure your face is in the dedicated space\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8428, - "length": 114, - "value": "\"Убедитесь, что Ваше лицо находится в выделенном пространстве\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8579, - "length": 66, - "value": "\"Sizning yuzingiz belgilangan maydon ichida bo'lishini ta'minlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8792, - "length": 22, - "value": "\"Face not fully shown\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8852, - "length": 101, - "value": "\"Лицо не полностью попало в кадр или не отчетливо видно\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 8990, - "length": 52, - "value": "\"Yuz aniq ko'rinmadi yoki to'liq tasvirga tushmagan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9184, - "length": 23, - "value": "\"Move away from camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9245, - "length": 31, - "value": "\"Отойдите дальше\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9313, - "length": 26, - "value": "\"Kameradan uzoqroq turing\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9482, - "length": 13, - "value": "\"Come closer\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9533, - "length": 31, - "value": "\"Подойдите ближе\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9601, - "length": 26, - "value": "\"Kameraga yaqinroq keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9771, - "length": 117, - "value": "\"Due to a large number of unsuccessful attempts, your access to the identification service is temporarily restricted\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 9926, - "length": 186, - "value": "\"Из-за большого количества неуспешных попыток Вам временно ограничен доступ к сервису идентификации\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10149, - "length": 111, - "value": "\"Ko'p sonli muvaffaqiyatsiz urinishlar tufayli identifikatsiya xizmatidan foydalanishingiz vaqtincha cheklandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10412, - "length": 16, - "value": "\"Open your eyes\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10466, - "length": 29, - "value": "\"Откройте глаза\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10532, - "length": 23, - "value": "\"Ko'zlaringizni oching\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10704, - "length": 31, - "value": "\"Look straight into the camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10773, - "length": 45, - "value": "\"Смотрите прямо в камеру\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 10855, - "length": 36, - "value": "\"To'g'ridan-to'g'ri kameraga qarang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11041, - "length": 38, - "value": "\"Wipe the front camera of your device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11117, - "length": 82, - "value": "\"Протрите фронтальную камеру Вашего девайса\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11236, - "length": 92, - "value": "\"Qurilmangizning old kamerasi tiniqligiga ishonch hosil qiling (old kamerani artib qo'ying)\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11479, - "length": 32, - "value": "\"Hold your device at face level\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11549, - "length": 63, - "value": "\"Держите Ваш девайс на уровне лица\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11649, - "length": 47, - "value": "\"Smartfoningizni yuzingiz balandligida saqlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11846, - "length": 87, - "value": "\"Make sure the room is well lit, otherwise go to a window or walk into a more lit room\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 11971, - "length": 224, - "value": "\"Убедитесь, что помещение достаточно освещенное, в ином случае подойдите к окну или пройдите в более освещенное помещение\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12232, - "length": 87, - "value": "\"Xona yetarlicha yoritilganligiga ishonch hosil qiling, aks holda yorug' xonaga o'ting\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12469, - "length": 44, - "value": "\"There must be only one person in the image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12551, - "length": 55, - "value": "\"В кадре должно быть одно лицо\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12643, - "length": 41, - "value": "\"Tasvirda faqat bitta yuz bo'lishi kerak\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12831, - "length": 23, - "value": "\"Take off your glasses\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12892, - "length": 25, - "value": "\"Снимите очки\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 12954, - "length": 34, - "value": "\"Ko'zoynaklaringizni yechib oling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13140, - "length": 24, - "value": "\"Head rotation detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13202, - "length": 51, - "value": "\"Голова повернута в сторону\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13290, - "length": 27, - "value": "\"Bosh yon tomonga burilgan\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13455, - "length": 34, - "value": "\"Point your camera at the QR code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13527, - "length": 46, - "value": "\"Наведите камеру на QR-код\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13610, - "length": 70, - "value": "\"Telefoningiz kamerasini ID kartangizning QR kod tomoniga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13819, - "length": 31, - "value": "\"Identification is in progress\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13888, - "length": 49, - "value": "\"Проводится идентификация\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 13974, - "length": 37, - "value": "\"Identifikatsiya amalga oshirilmoqda\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14164, - "length": 28, - "value": "\"Several faces in the image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14230, - "length": 59, - "value": "\"В кадр попало более одного лица\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14326, - "length": 35, - "value": "\"Tasvirda bir nechta yuz aniqlandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14501, - "length": 46, - "value": "\"Point your camera at the passport photo page\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14585, - "length": 94, - "value": "\"Наведите камеру к странице паспорта с фотографией\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14716, - "length": 70, - "value": "\"Telefoningiz kamerasini pasportingizning rasm sahifasiga olib keling\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14930, - "length": 15, - "value": "\"Sending photo\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 14983, - "length": 27, - "value": "\"Отправка фото\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15047, - "length": 19, - "value": "\"Rasm yuborilmoqda\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15216, - "length": 21, - "value": "\"Sunglasses detected\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15275, - "length": 31, - "value": "\"Обнаружены очки\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15343, - "length": 24, - "value": "\"Ko'zoynaklar aniqlandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15525, - "length": 30, - "value": "\"You can try again in \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15554, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15593, - "length": 72, - "value": "\"Вы снова можете попробовать через \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15664, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15702, - "length": 52, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15710, - "length": 3, - "value": "\" dan keyin qayta urinib ko'rishingiz mumkin\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15897, - "length": 23, - "value": "\"You can try again now\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 15958, - "length": 66, - "value": "\"Вы снова можете попробовать сейчас\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16061, - "length": 34, - "value": "\"Qayta urinib ko'rishingiz mumkin\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16239, - "length": 58, - "value": "\"You may be able to authenticate by trying the following:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16335, - "length": 112, - "value": "\"Возможно, Вы сможете пройти идентификацию пробуя следующее:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16484, - "length": 55, - "value": "\"Quyidagilarni amalga oshirishingizni tavsiya qilamiz:\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16679, - "length": 14, - "value": "\"Non-resident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16731, - "length": 22, - "value": "\"Нерезидент\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16790, - "length": 12, - "value": "\"Norezident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16939, - "length": 10, - "value": "\"Passport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 16987, - "length": 16, - "value": "\"Паспорт\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17040, - "length": 9, - "value": "\"Pasport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17197, - "length": 57, - "value": "\"* Identification is carried out for non-resident's data\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17292, - "length": 116, - "value": "\"* Идентификация будет производиться по данным для нерезидента\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17445, - "length": 69, - "value": "\"* Identifikatsiya norezident ma'lumotlariga ko'ra amalga oshiriladi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17649, - "length": 8, - "value": "\"second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17695, - "length": 8, - "value": "\"сек\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17740, - "length": 8, - "value": "\"soniya\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17884, - "length": 9, - "value": "\"seconds\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17931, - "length": 8, - "value": "\"сек\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 17976, - "length": 8, - "value": "\"soniya\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18131, - "length": 19, - "value": "\"Login or register\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18188, - "length": 40, - "value": "\"Вход или регистрация\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18265, - "length": 31, - "value": "\"Kirish yoki ro'yxatdan o'tish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18437, - "length": 19, - "value": "\"Access restricted\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18494, - "length": 33, - "value": "\"Доступ ограничен\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18564, - "length": 28, - "value": "\"Xizmat vaqtincha cheklandi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18738, - "length": 21, - "value": "\"Bad or blurry image\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18797, - "length": 39, - "value": "\"Размытая фотография\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 18873, - "length": 41, - "value": "\"Sur'atning sifati past yoki sur'at xira\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19067, - "length": 28, - "value": "\"Failed to confirm liveness\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19133, - "length": 67, - "value": "\"Не удалось подтвердить жизненность\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19237, - "length": 26, - "value": "\"Hayotiylik tasdiqlanmadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19410, - "length": 26, - "value": "\"Choose the document type\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19474, - "length": 44, - "value": "\"Выберите тип документа\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19555, - "length": 23, - "value": "\"Hujjat turini tanlang\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19723, - "length": 8, - "value": "\"Cancel\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19769, - "length": 14, - "value": "\"Отмена\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19820, - "length": 14, - "value": "\"Bekor qilish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 19978, - "length": 7, - "value": "\"Allow\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20023, - "length": 20, - "value": "\"Разрешать\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20080, - "length": 15, - "value": "\"Ruxsat berish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20240, - "length": 16, - "value": "\"Go to settings\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20294, - "length": 40, - "value": "\"Перейти к настройкам\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20371, - "length": 21, - "value": "\"Sozlamalarga o'tish\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20552, - "length": 52, - "value": "\"Permission denied but required for basic functions\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20642, - "length": 117, - "value": "\"В разрешении было отказано, но необходимо для основных функций\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/StringRes.swift", - "kind": "StringLiteral", - "offset": 20796, - "length": 66, - "value": "\"Ruxsat rad etildi, lekin asosiy funksiyalar uchun talab qilinadi\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 161, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 194, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 226, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 254, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 285, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 322, - "length": 4, - "value": "0.50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 758, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 798, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 833, - "length": 4, - "value": "20.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "FloatLiteral", - "offset": 866, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 904, - "length": 64, - "value": "\"myid_mobile_sdk_(dev)-38StMOL1VGK2s1uvlQsfaz93GOrELSXuqhuAgWmr\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 1002, - "length": 58, - "value": "\"myid_mobile_sdk-92SnsJQhWBmajM3rvsUqmMJxikhTykqOHXN2caHC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1092, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1125, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "BooleanLiteral", - "offset": 1222, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdDefaults.swift", - "kind": "StringLiteral", - "offset": 1257, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 389, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 464, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 501, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 578, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdAdviceModel.swift", - "kind": "StringLiteral", - "offset": 616, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 152, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 163, - "length": 4, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 152, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdEntryType.swift", - "kind": "IntegerLiteral", - "offset": 163, - "length": 4, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 603, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1657, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 1690, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1810, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 2347, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 3033, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4864, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4999, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5043, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 5229, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5258, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 7095, - "length": 15, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 7109, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7480, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7526, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7570, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7620, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7683, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8301, - "length": 45, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8345, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 8460, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8510, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8566, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8612, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8693, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 8736, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9011, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9053, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9093, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9139, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9179, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9605, - "length": 20, - "value": "\"myid_icon_not_face\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9660, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9939, - "length": 26, - "value": "\"myid_icon_multiple_faces\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10210, - "length": 22, - "value": "\"myid_icon_sunglasses\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10552, - "length": 23, - "value": "\"myid_icon_eyes_opened\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10610, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10886, - "length": 20, - "value": "\"myid_icon_not_face\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11288, - "length": 24, - "value": "\"myid_icon_advice_first\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11348, - "length": 25, - "value": "\"myid_icon_advice_second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11408, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11869, - "length": 24, - "value": "\"myid_icon_advice_first\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11929, - "length": 25, - "value": "\"myid_icon_advice_second\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 11989, - "length": 24, - "value": "\"myid_icon_advice_third\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 12998, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13047, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13098, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 13357, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13474, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13523, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13570, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13623, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13671, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 13776, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 14022, - "length": 18, - "value": "\"myid_icon_cancel\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14174, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 14261, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14414, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14478, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14532, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14604, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 14825, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 14872, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15043, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15282, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15380, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15418, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15425, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15461, - "length": 4, - "value": "3600" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15468, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15503, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15531, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15559, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15591, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15618, - "length": 30, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15627, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15647, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15675, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15702, - "length": 31, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15711, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15732, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15775, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15804, - "length": 34, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15815, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15837, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15867, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15896, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15907, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 15930, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 15973, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16002, - "length": 34, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16013, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16035, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16065, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16094, - "length": 35, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16105, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16128, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16164, - "length": 41, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16176, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16190, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16204, - "length": 28, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16231, - "length": 4, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16243, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16528, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 16569, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 16776, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 16931, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17016, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17152, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17486, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 17903, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18066, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18137, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18307, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18647, - "length": 2, - "value": "25" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18652, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 18722, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19338, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19406, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19475, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19604, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 19677, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20085, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20124, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20198, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20495, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20591, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 20632, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 20890, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21640, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21682, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 21835, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 21943, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 22133, - "length": 17, - "value": "\"myid_icon_error\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 22319, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22381, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22438, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 22641, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22840, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 22931, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23053, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23064, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 23110, - "length": 4, - "value": "0.15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23157, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23214, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23224, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23236, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23247, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23309, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23379, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23445, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 23485, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23743, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 23963, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24030, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24075, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24249, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24300, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24429, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24501, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 24849, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24917, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 24963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25140, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25192, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25324, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25397, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 25745, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25812, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 25857, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26031, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26082, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 26211, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26283, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 26590, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 26969, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 27135, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 27485, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28129, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 28225, - "length": 3, - "value": "0.2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28269, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28324, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28334, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28346, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 28357, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28416, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28545, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 28735, - "length": 16, - "value": "\"myid_icon_call\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 28918, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 29107, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 29193, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 29231, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 29465, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 30355, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 30974, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31045, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31203, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31303, - "length": 2, - "value": "-8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31464, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31569, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31687, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31793, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 31910, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32015, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32104, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32178, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32267, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32342, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32430, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32504, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32635, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32739, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32845, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 32928, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33028, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33130, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33285, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33382, - "length": 2, - "value": "-8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33462, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33530, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33612, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33701, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 33797, - "length": 3, - "value": "-10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34208, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34393, - "length": 30, - "value": "\"+998\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34422, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34479, - "length": 22, - "value": "\"telprompt:\/\/\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 34500, - "length": 3, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdFaceDetectionScreen.swift", - "kind": "Dictionary", - "offset": 34637, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 188, - "length": 12, - "value": "\"background\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 832, - "length": 3, - "value": "120" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 1238, - "length": 3, - "value": "200" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 1244, - "length": 3, - "value": "299" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 3826, - "length": 10, - "value": "\"location\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Dictionary", - "offset": 4868, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4888, - "length": 15, - "value": "\"Authorization\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4907, - "length": 42, - "value": "\"Bearer \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4948, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 4966, - "length": 18, - "value": "\"Content-Language\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6394, - "length": 8, - "value": "\"detail\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6584, - "length": 5, - "value": "\"msg\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 6808, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 7818, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "StringLiteral", - "offset": 7879, - "length": 5, - "value": "\"ttl\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 7899, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "IntegerLiteral", - "offset": 7933, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 8538, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8585, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "Array", - "offset": 8733, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8772, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiCaller.swift", - "kind": "BooleanLiteral", - "offset": 8834, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 634, - "length": 20, - "value": "\"Video Output Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Array", - "offset": 705, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 819, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 862, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1427, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 2494, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 2537, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 3863, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5054, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5200, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5664, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5894, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 6107, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 6428, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 6856, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 7439, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Array", - "offset": 7678, - "length": 9, - "value": "[\"en-US\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "Dictionary", - "offset": 8048, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 8355, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8444, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 8632, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8676, - "length": 16, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 8691, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 9601, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 9642, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 9849, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 9908, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10072, - "length": 18, - "value": "\"myid_icon_idcard\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10196, - "length": 20, - "value": "\"myid_icon_passport\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 10333, - "length": 26, - "value": "\"myid_icon_driver_license\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 10479, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 10763, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11260, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11853, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Document detection\/MyIdDocumentDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 11926, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 222, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 295, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 509, - "length": 10, - "value": "\"yyyyMMdd\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 566, - "length": 13, - "value": "\"en_US_POSIX\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 633, - "length": 10, - "value": "\"GMT+0:00\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "BooleanLiteral", - "offset": 2651, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 3033, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 3410, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4034, - "length": 4, - "value": "\"<<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4057, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4068, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4149, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4192, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4253, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 4284, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4499, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4506, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 4631, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5027, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5034, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5159, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5204, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5488, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5499, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 5684, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "BooleanLiteral", - "offset": 5725, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 5895, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "Array", - "offset": 6052, - "length": 9, - "value": "[7, 3, 1]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6106, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6140, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6643, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6671, - "length": 2, - "value": "65" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "StringLiteral", - "offset": 6843, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Field\/MRZFieldFormatter.swift", - "kind": "IntegerLiteral", - "offset": 6870, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 174, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 185, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 14, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 174, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 185, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdDocumentType.swift", - "kind": "IntegerLiteral", - "offset": 203, - "length": 14, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1060, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1095, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1132, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1248, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "Array", - "offset": 1323, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1528, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1613, - "length": 39, - "value": "\"data:image\/png;base64,\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "StringLiteral", - "offset": 1651, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 4717, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/IdentificationViewModel.swift", - "kind": "BooleanLiteral", - "offset": 4750, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UITextField.swift", - "kind": "IntegerLiteral", - "offset": 310, - "length": 3, - "value": "150" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 352, - "length": 11, - "value": "\"client_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 635, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 984, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1007, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1100, - "length": 10, - "value": "\"sdk_hash\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1260, - "length": 11, - "value": "\"pass_data\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1423, - "length": 7, - "value": "\"pinfl\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1658, - "length": 12, - "value": "\"birth_date\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1739, - "length": 17, - "value": "\"agreed_on_terms\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 11, - "value": "\"client_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1924, - "length": 11, - "value": "\"threshold\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 1979, - "length": 13, - "value": "\"need_update\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2031, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2066, - "length": 19, - "value": "\"photo_from_camera\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2088, - "length": 7, - "value": "\"front\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2119, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2147, - "length": 6, - "value": "\"uuid\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2190, - "length": 10, - "value": "\"platform\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2202, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2225, - "length": 8, - "value": "\"device\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 7, - "value": "\"model\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2266, - "length": 85, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2284, - "length": 1, - "value": "\", \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2316, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2350, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2373, - "length": 12, - "value": "\"isEmulator\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "BooleanLiteral", - "offset": 2387, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2414, - "length": 14, - "value": "\"manufacturer\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2473, - "length": 12, - "value": "\"sdkVersion\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2590, - "length": 13, - "value": "\"is_resident\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "IntegerLiteral", - "offset": 2717, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 2741, - "length": 13, - "value": "\"external_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 3627, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "FloatLiteral", - "offset": 3807, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 4335, - "length": 6, - "value": "\"code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Service\/ApiService.swift", - "kind": "StringLiteral", - "offset": 4391, - "length": 11, - "value": "\"oauth2_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 160, - "length": 9, - "value": "\"#66BB6A\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 211, - "length": 9, - "value": "\"#2196f3\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 258, - "length": 9, - "value": "\"#EF5350\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 306, - "length": 9, - "value": "\"#66BB6A\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 362, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "FloatLiteral", - "offset": 380, - "length": 3, - "value": "0.1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 9, - "value": "\"#FFFFFF\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 486, - "length": 9, - "value": "\"#000000\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "FloatLiteral", - "offset": 504, - "length": 4, - "value": "0.35" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 545, - "length": 9, - "value": "\"#7B6ACF\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 638, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "StringLiteral", - "offset": 698, - "length": 3, - "value": "\"#\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 765, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 851, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 951, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1053, - "length": 8, - "value": "0xff0000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1072, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1121, - "length": 8, - "value": "0x00ff00" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1134, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1139, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1187, - "length": 8, - "value": "0x0000ff" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Colors.swift", - "kind": "IntegerLiteral", - "offset": 1199, - "length": 3, - "value": "255" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCode.swift", - "kind": "StringLiteral", - "offset": 1340, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/String+TrimmingFillers.swift", - "kind": "StringLiteral", - "offset": 248, - "length": 3, - "value": "\"<\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/String+TrimmingFillers.swift", - "kind": "IntegerLiteral", - "offset": 617, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 502, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 552, - "length": 3, - "value": "102" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 599, - "length": 3, - "value": "103" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 645, - "length": 3, - "value": "122" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 707, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 764, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 813, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 864, - "length": 2, - "value": "21" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 915, - "length": 2, - "value": "22" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 962, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1015, - "length": 2, - "value": "26" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1065, - "length": 2, - "value": "27" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdCode.swift", - "kind": "IntegerLiteral", - "offset": 1116, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/JobResponse.swift", - "kind": "StringLiteral", - "offset": 255, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/JobResponse.swift", - "kind": "StringLiteral", - "offset": 255, - "length": 8, - "value": "\"job_id\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 193, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "BooleanLiteral", - "offset": 209, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "Array", - "offset": 252, - "length": 50, - "value": "[\"0\", \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 960, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 1261, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "StringLiteral", - "offset": 1500, - "length": 8, - "value": "\"[^0-9]\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "StringLiteral", - "offset": 1516, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 1570, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/String.swift", - "kind": "IntegerLiteral", - "offset": 2109, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 723, - "length": 3, - "value": "\"P\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 734, - "length": 3, - "value": "\"F\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 949, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 960, - "length": 3, - "value": "\"O\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 986, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 997, - "length": 3, - "value": "\"I\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1023, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1034, - "length": 3, - "value": "\"Z\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1060, - "length": 3, - "value": "\"8\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1071, - "length": 3, - "value": "\"B\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1189, - "length": 3, - "value": "\"O\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1200, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1226, - "length": 3, - "value": "\"Q\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1263, - "length": 3, - "value": "\"U\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1274, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1300, - "length": 3, - "value": "\"D\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1311, - "length": 3, - "value": "\"0\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1337, - "length": 3, - "value": "\"I\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1348, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1374, - "length": 3, - "value": "\"Z\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1385, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1411, - "length": 3, - "value": "\"B\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Helpers\/OCRCorrector.swift", - "kind": "StringLiteral", - "offset": 1422, - "length": 3, - "value": "\"8\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 14, - "value": "\"access_token\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 418, - "length": 13, - "value": "\"result_code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 13, - "value": "\"result_note\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 503, - "length": 18, - "value": "\"comparison_value\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 14, - "value": "\"access_token\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 418, - "length": 13, - "value": "\"result_code\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 458, - "length": 13, - "value": "\"result_note\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Response\/AccessTokenResponse.swift", - "kind": "StringLiteral", - "offset": 503, - "length": 18, - "value": "\"comparison_value\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 149, - "length": 17, - "value": "\"uz.myid.ios.sdk\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 196, - "length": 7, - "value": "\"2.2.1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 233, - "length": 11, - "value": "\"712022202\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Constants.swift", - "kind": "StringLiteral", - "offset": 280, - "length": 12, - "value": "\"##.##.####\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 171, - "length": 21, - "value": "\"[a-zA-Z]{2}[0-9]{7}\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 11, - "value": "\"[0-9]{14}\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 333, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 359, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 501, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 782, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "Array", - "offset": 875, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 901, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 940, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 1094, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1270, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1412, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1436, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1521, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1545, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1632, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1738, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1762, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1850, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1874, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1959, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 1983, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2070, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2094, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2178, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2202, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2288, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2312, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2398, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2422, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2505, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2530, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2616, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2641, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2727, - "length": 2, - "value": "12" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2752, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 2946, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3031, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 3098, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "BooleanLiteral", - "offset": 3155, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3313, - "length": 3, - "value": "\"1\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3318, - "length": 3, - "value": "\"2\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3345, - "length": 4, - "value": "\"18\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3363, - "length": 3, - "value": "\"3\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3368, - "length": 3, - "value": "\"4\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3395, - "length": 4, - "value": "\"19\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3413, - "length": 3, - "value": "\"5\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3418, - "length": 3, - "value": "\"6\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3445, - "length": 4, - "value": "\"20\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3489, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3552, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3562, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3609, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3619, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3642, - "length": 43, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3653, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3671, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "IntegerLiteral", - "offset": 3681, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3684, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3702, - "length": 25, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3709, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3718, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Helpers\/PassportHelper.swift", - "kind": "StringLiteral", - "offset": 3726, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 143, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 154, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 2, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 143, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 154, - "length": 2, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdLocale.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 2, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UIImage.swift", - "kind": "BooleanLiteral", - "offset": 154, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Extensions\/UIImage.swift", - "kind": "BooleanLiteral", - "offset": 254, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Resources\/Icons.swift", - "kind": "StringLiteral", - "offset": 155, - "length": 13538, - "value": "\"iVBORw0KGgoAAAANSUhEUgAAAQ0AAABLCAYAAABqZNLNAAAABHNCSVQICAgIfAhkiAAAIABJREFUeF7tXXd8FVX2P2fm1dSXhA6hFxGkiQj+LCDWXaUl0RVCERDbuhIbCKJBRVDXhXUFIVgQ1F1NqIqrLgquK2JbkqDSkR5CCOmvzcw9v8+85IWXxysz8yYBljd\/Qd6555x77p3vfO+5DSH6RCNwkUVgMWTHJcYmXcmQhiBCZ0BoWRsCdoAADnASX1hRU\/bdg5BdfZGFRlF1UZFUVCgagf+BCHjAIiFpBAEbCYBxoatE1ShxOZk1D3\/xP1B1XasQBQ1dwxlVdr5GYHnsopYWnj0FwHVW4yMx+LaqunxRlHWciVoUNNT0oKjsBRmBWsCgV8Ozi2DVYwcqKyufjAJHbXyioHFBvgZRp5VGQB6SJCQkzFfLMPz1E7BNEyofWajU7oUgN37eN72J8DIAri0QJADiSSLpIEhc\/nvZg48Gq0MUNC6E1o36qDkCqxIWjgPAsZoV+BREic3MrHlkhx66zqWOzOe+HYocdzcQNQvmBxHuIBO99t6Ms8EjChrnsvWiths1ArUsI\/FN7cMSf\/fYgfGVjzykl9Nr3862QYzhVo6j7iInxYPAHSDG\/yd97OxCvWz46hmf\/U0LMBgeBaDeSvQTgkhEa2IPG9\/PyRkoeMtEQUNJ9KIyF2QE3ov\/60iGNE1P5zk3PTTOmXUgEp1r8p79E4upuovFVAdMynIucylvj\/9CqDQvuGPiU8ciseUtm5m9tSsauBcAIFatPpl1dJUGzcrORiaXjYKG2ghG5S+YCKyKWzgHOBwcymEEqCGg9cAgFjm8gcK8VBxhzriqh9drCcJHy7JjXKk1XwQDi7N0irzLWNJywui75mzRYs8XMIDn5iNCjFY9hLT23dlD3oiChtYInuNy149aOwg5HMghdieA1kjEAeIxRrQHQPrhizVpP+jl4tf3\/z7JRIZBgNSJQ2hJCG4COI5Ev576TSz83T\/\/6dLLlt56VsYvfBsRWwTTS0Qnq6oqHvLOirxnWdiZmfBvofwggE0TKqerToh+8tAnZsetmzdLMdVd1NQTGe82lDafNjrjmX+qKacHw\/C1R0CSizNPyZ01oOScM40pn7zTHyVsDeTa+caIe37TEpjGLNN\/yuoOjLf2kFA4\/fOykT82pq1wuoeOWN\/VaIQ\/AlC3MB17N8dxf\/s8d4TmeG6dcnOywWy+mwCGAWLgfkJkB8T3D500bbgjN1cK539T\/74qYdHG0Dbp\/fGVWe\/5yqyKX7gAUJ5RCPIQ7RhflTVTTV1kwHBdv+0zIamkp5py9bIMXSgY\/pBx86tb1ZSXhyRg5OchUZiFbAq1Eq5ZNefKN5scNLKOHLHW7PrmaZ6PGcqb4xqM6UgSHUywF4o1J99ZPmLaaoVV0V2sz73rbkfAu5FoAHBo9UPcg8BwCzkqni1cNaFGd+NBFF4\/es31PMdNBwBeiU0CFBiTXv1y7Zgvlcj7ynx37219geeeAkRFdBaJ9oou17NXvfnZabW2GlM+LGgwWj++OiunAWgkLJKZRvAFYCpB48Osrdb4LnuWV\/X+7sZI6sp4odTdsihtQveNO5Xo+UP2tx2NBnxJSw4jhP4Tq54aPKVJQeOBLRuzOFPMQ0AUNhkj2ov3Op3Hpq64\/bFdSoKkh0yvBz7sapDMbyFCj3D6CMAOwF4rWDr6lXCykf4+fPSaG7lawFD9EMM3N60duUZpwW0PjrgRAdXbIiojNzw6+I0NxUptNbbcqnAAAFTNueFJb2LzndiFN3A8ZoXyS83wZGvWVqsTjPPKhq8eI8VVNPj4aKm7YDuZL1pqHp94yachZ1fqAGMBAMRrsROqjFN03NlkoHHvprx\/GK3Jw1RVQhLdgvPUk8tuGvuuqnIahC+7d8NIDulvCGBWU5wItxYsGzFaTRk1ssNHr+nOcZzqMbSvDcZw1RdrR\/4jnF3NgOFVTHCk9Df3w+dLnmNlwqIsBLghXL2RoJCQxSlZAKY0EfrRtB9j4uJonpBU3K\/8mo2XhvNBye\/MYi92x586wHE0J7PnJwHXizQmYHh8FIT7Gx80soGbdsU7K0y21JuVBOYsGQJJkuz3vX7dbRs0lVdQqM\/UDdejgd5BAJMC8bNdJPqm4LQ7A3Lv0H1cf2Pa2kUAGDKHocRnAly9afXIt4LJfv\/gbcOJuKyg+QslRgCAI3j7iiXr8xSKN6qYEuag1gGnBJPvqZkekk15ACMWXkCEblWXft\/a0XVHW7V2AskTLzrdKUU\/y79xxGaP6\/VJvq9cowMGAEggPdC4oJEN3MRus+fGdRg2DZGLIG58NR\/Xeuxf+3b\/LgIlAYv2undNXyMacgEoUatuAkAieK+w9fZHITvbM5etxzM0Le8SIxh0G\/4Qgw82rR210t+3iBmGj0IEqhy0eMNdetQ\/Uh21u1ptb4WbRlVsR0E+oxYw6EVE9ORFKi7\/soOr7W\/NFdsIIUhAzN3i6H9lESISCNjcib3+uV3+f1MAhmyHiXBXo4LGuOVTp8elDr3PGN8mKdKgcRbbPg6tjy0a0PPbSHV5y\/e7Z20\/4vlXUOEKudB2sYII3ixYNuJFvfy7IW3NZAQuTS99ns7mxzj0Yhi+PvIgzRm4+GNP5z7Xj55sIxzL2PzAL3Fgts\/3AoZc9\/LBn3Vxtzgacf\/3xtHV4kiDGTyS2DOfrJ5zymjARslh+LYfARS\/+9TgyY0FGpiZM+VPnMFya0L30f0AuYjtcLy5jLMk7yHk5+nBOGSGYQBDdm3Sk1Ii7dwkK0DMJ0ZbCpdtfxEgcsZxQ9q6+QjQJ1Lf\/Mt7gUNPhtHABsEHVy5Zfxaj0bseSvUpWeQVTle4XIYMGGhxyLMVHXx1VVy+pYOr7X59mAYyyd38mIdZeJ+qiuam7VszmdMRK4arQ6S\/exd4RfwyB3Jk\/PKpfwKAm422zkkxbQarWswSrGIIKBniWnsChsCe+0vfS7dpDYLMMIDn59WV7wtARq26\/JD4AAKeJqAvC5aOjHhYceOYNUsBuVQ9fPPXcV1s\/q83xv23Z6Q5jEC+IdHng5Zs+Gtj+K1FZ+0eFNv8kFOpIRSHmzHZ9tC2BKfJOB+IOvqrqe7xUyt7j\/x2Wvz2L8MM7mohubh+NrGmsrl1Z+GNlzDJzNfUJO0TnDHletgJpEPehyIJhil\/zx54SnfQyMyZ8jAi3iQbNje\/rKWl+WW6dXpDbMvtiLxERJJWxuHDMOSkJwLQ5XoFmgiOIuIJWR8j+rxw2chXPSMCjc8NaeteR4D2GosHLXaZ5UCzq2J3dozhnCdT+MrDeutHgs2Dlqz\/s956ZX0t2744mDewgUBcNwJqgwAMAYoY4S7gxO+LDs0OOCzyAEdcYla4ZeX+PodjGB7AMPAvA2JAYBBSiq1l\/\/dxLz1iIVmrisT4cs9eFF\/AqNNNjpqk\/a5GAg4iyHt3zuC3az\/aOj7jcqY8wCH+3qvS2urytqbkHq31MmG0ttgBvKF+2TID7lk1QxU\/hiG\/zzLD6KuXfwBwAgDrzyEggk8Llo0IuSw5lO0b0tY9jwD9dfQPelsOplwV80sn7xrPOM55IomvDHp2ghbbHNDqKxZvCDpTo0Vn6w4v9kQGDyAXYuFVbc7mVwlcS4oPzQm4GlbOcSAH40ItL\/f4R7TDyXBhqJmSzdO324ATFyBgyA\/jqeEf9Gax1RYt9fYtIyQX\/8wMbmcAwKgXs9fY9rudsWWR2vIt32gb1vwBQzZqat67hbV5H92+lF6m4a2QGsbhxzC8KnRlGgzwCAfQcDqOYGP+shFLtDTijWPWjgfEP2gpG6iMP2B4ZfRmHAyll4e89nFEm6zO+J9tapNqnYoc1H+MlMSDGOQdPzLD82UM9NTuM4EhwDwHC3sWGxJiMU94wM5oW7hp1VrAkP5MRG2dEosTCcxEjOcQ3SYOHWaed3jtOjruTK7qs1XVMYP+PjOT47RgO3WgpjrZsjP\/lp5MNBk4BB6JPCuESSa3CBIBJ+nJOIhot+s0zc5deFV9fXRhGuNzJt8DyI3yr6gxoX1iTLurI15j4NGLnGCMbVUQqAOEYxy1syTc0wh41sItAuqjdX2Gvy8EtBeBqzjbR1qXv3TkciWd3VdmWFpeLwMY5ORaxI8XMEotRr7caORrTBxnERlLEETW2uEWY9FRnGyoOhKxIXnGoNJxx82rPtdhiX22oW1787OAnDY2yOjjY0dmvq5HnXx1bHrwuxSBx9eqBOFyFws8Vc8BuWNNxmKb0VAsv9IVA77q4GqnLSEqr88Qkk7uqrYnGvbk39ybBGMcF2Q7AREwCdFV40ja5XLGRbSsPxBgeF7FSAMaDDA8ejkjl9AjbUBkazRqPeR4SylvTQ5IOWXGwTiY+2qfnj\/51ycIw\/AV66Tb7AnBfxFrzxzQCzhuGLPuVUSIKJncxXawtaXV0W6H42MMLp4\/q815JkG7apfYr7LsRF+xeHckfQKBvh20eMPzkejwlm3TfsFcRBwYmS7u+WOHHtdtmn5Z5r9bx8VyHzKA7kr84hCcKWbTQQvPVVf0+TrV1XFP3XUJSkoDeBZ02Up2O+wJpr35N\/VjoknRMIcBSHaHbbfdmVCkzFJDqWCAETFojF8+dQoAjAnlVGz7Yd0Mca01L5zy6ubNSXs5ozXAV9zHOuHchf16fO\/9iwcwkH8mEMM4U8rzpYiYDRFgGQLsDxULhvRh4esj31HTiDeNXtObOE7z2o+Wrfd3Km9f1ZmCbFT196V3xenSMWUHG6w0VOOvEYQHBiz+5JCaMmfLZhvapJqfRo6LOEnNCA4XHXY8qMcU+Ly7trVsYXVtsRj5ZLX1izfyx2wmY1FVv69THe2VAYcXMJzVtth9BcP7iZJZ0WZFX98cNYl7q9yJqpLdoQAjItAIyTB8vOatzWPiOt7QCxA1zyIg8nZDbMtfFTSUICE9JzMOBQzDF23kvQGKdnQG5BC1f\/wZAZ3hfCTClQXLbv8gnJzv7zekre+PRHMA1e2LadbmQOfK9lWd1NiSZXtVVpSmnd6vGjgIWM7gxR9pOqDmjI8ZfJvUAc\/oARhenaJEM4uPzoz4bM8lk7\/cFm80qY6n1w81wOEFDFe1LWZP\/vABEjNrW1JNQBVVLba7JIui5Gg4wNAMGuNzJk8C5DKUdkZLy8vbmlM0zqIQMENMs1+RN4V9Iev8EQ4Xnv5g339O3YGobC8JAVgQSD7rQDWSyzaJ4DgiHlcaD2IwvyBnxH+Uystyw0av6ctzXLbS\/Etcm2PthNSSHkoZhr8vV5eeOHx91fG9Sn0kYhsHL\/lIU8LX10bbDi\/OAYCQp20p9ckrR4ytPn7kyYhmc+Znfj6jXWzMI2pt+8vXA0f\/f6c6UvcGHKoQJ7nEpJO7HJECRp1xEnhnSXXbbxT4vs9Zymb6Jj0DlVGd08jMmTwOkVN9unNsu2u7GBLaqV5Oq2hY4lMzt0NMcFQI3X\/7oWRf2VGn4sUuBBSPEH5LvH8QCaACARW\/XLUgQ06Bd038dckdqq79qwUOfi6GWYzmbFGZEtvxt748pz1nxTEJphXt2dZCcIRPaCL79MrXPtI8tVwb0wy+bYeBs\/QGjLr22nbs0IznFLw0QUXemLJlj9lgiHiYLRvwAkd536\/buzvsaXCymMwwRFvJbnu1LXZv\/vD+mhmGX02qqpJ\/dohxoTba7YPyilmr\/nxz2PZWBRrjl03JAA4naQk+IWJc6nWdDXHK9qHIc6GcxbafMyhf5Sa4WJy93NVDnqwnAjr4w6l9ZcccofMgPpUhogRA6IbKE8SVRLAvePIzeKSI6O8Fy0aq3vJ\/Y9r6gQA0N5hmR4uqFNax6JIkzqEoYRaqLXtUVZTdWbo\/5B4SvRhG69QFszgO\/09L3wpXhhj9evzIzMfDyQX7\/bk7P7+poy1mldbygcrFGwxHbGZDcZUP49CbYfjalZyWU6WOFgFnHwFAMWDIOhWDRiSAUU8TFQKHZsCocHcHRvVjP03AUcs45Mx4uNhoBgwP2wAoLVg6YoKWjjhs1NrLeZ6b48847M1rkqo6nu7SiiuPMyLTNNTy9cfEJPb44YKveIDAM0K6MIxsrnV76wwO4WotsVBShhj8dPzIjKeVyAaSeWncpj+3jrOM11o+WLkEI3800WQ8Udnv6\/b2jjsTJR2HJP42SeRcJVXtAg2JVQGGYtCYsHzqSALQ5Sj4cIxDL8CoByoNjKP2tikKNaUWEWDU+wY4rWDp7ZqOqB8+ZsMVHLJsry578+rkqk5lnTlg2JYrT9Crg99RfGDHJY7yk2d1QoBPBi9evzhSO23aL5iJiNdEqidUeWKw8fiRGZrzLX+Z8MWq5lazZ2uE3o\/MOBLNhu3Hx\/55t0OwjIoo6RnCOWIolVSk+i+4Uw0YikBDT8AIxzj0BoxIgKMuxxGIcegCGB7fJGl2\/vLRqmcpvPW6KW3dlQQw2968ppnMMGRuZAaRb8FV6nOQrLzr8NSxfVdWFzecQr1AGIY3ToxJC4qOzPpa6wu\/aOIXH6ZYzNdpLR+qXLUoOb84XjTn6oHizhNJ5n8KZp0OAfY3ypCdrEjd7PNnTYARFjQaAzCCAUdjAUZEwEGUgNhgEY9+gOFxjF7IXzpSSVY7aL\/rP3PpfVKSUJ\/jsKJgaIZVYc9gVfoCXFt64vBQn1kU0othdFjwGAIOMyLD1FiX2cqL\/DG72VUumHTf4u22O+4sKclWlXT2jc8rE75Y0sJq1vVcE1l\/tSC4Pjp0YldsrBjTpU9yNzLwwOIcVmYVNJ0gF5JtSby7pLKtFzg1A0ZI0Bi\/fOrvAOBBpZ1Lq1xs6tAuxvg2NvVJTynOXiE0yGEo8eHA96f2lqtJjtblOAigUu0sSTh\/GHAzCpfe5jm+TcvTbdnLV3JEszk3n2J0mORVo2gCkW+pI9O45eSxvYPsxbWLg3RiGIN7crOGtypN65tcnZga64rl8Ez+qNLNuwvK4srXHG5x4lCNJeI7VQhgzfFDM97UEl9vmRfu\/Nf9qTZr\/VAwEl3esl7AiIkRrZ172wYw3iDvW3EiD67GAA7JZaootbeSD\/CJCDCCgkZTAYbsAANgyZdmHjHEtWpweEmohhEFyWI\/7e5JpH5dBWPE9vy7eKe9TKjfgBOuExDAESDqoGWWJKRupzQuf8VoxdPCvrq6Ln15CA\/0lPdvvNuQZHAYu3BA2JYr0y2nMfH4nv92cFeX6TFLIh+L+OaIae9fmmi\/Ptx0sCQfSlJkK16xr9UxBzNqOkJRvgxJcDgfioRlyPF9eMT6lpe3Si4Mdv1LuP7j\/7svYHTqbRtAvKE+ad1YwOGsSfit0m37XOm0aqg6nTVD0JSAId\/ahIzNW3Xv299l5e+cCQoTYlUljt5MAs1TioJDcu349LjCFYL0Q\/7SkdmXTVt3GY\/4HCDqcmAPEDuYv2yUJibnZRj+i9G8wNEKK+KMKEU8e2KRRPbEkcLNejAMysjgP+NjPkoyS6r2ksjMY8GO1L27quLtKl9OpwjcY8WHHtd8YZSvvVcnfvFZksXcT6UPZ4nXiKJ7w8GinTLD8AcMr7DuwMGQna5svVIsq3lUyTqMcHVsABqZy6feiADq77wIZyXA776AIf+cTcSVF+6agYAhp95cdjHFWSloXsrrdeXIjtOHSvbVlIRynYB+KmiV8CxkD\/OMs3vfv74Pz3Cu0pWmoXXDOwVLR3yoNnR1gBF0+pB3GVKSnOIlNh3WafSuLDs1unT\/C5Gu9CQAbkPGxA2tYqRBausry8vA8fhPXX4tcZnrby4P024uApxddGiGoouFlPiUnf7xVV1SbGuVyAaTqRFE18eHT+y2WgUZMPrLQ5JgsvJGN+RRl6EK78YdRccShuoBGA2GJ2OXTrmW53FGJEFRU1aU2PN\/v++tBrsPlQBHdYmzpySFv2wpnC+OasG+818ngu5n8QcMr77eD3zck2fSvNCb4EJbJ4KqClfppIMr7la6NN6jsOtrLw3gDRB2ZaPBzTdr76zu45srCBePs38nmHTkwPyMV1cGXUimVOf7oyd\/0CXBre7OGz\/l20\/Hnn6usHPIDYG1RcgpEZtz4vAsJXuVlFbBIzc\/87PH28RYH+eQU72PSmYYctLTahUswRiGvzMchw7kwC3F22PIImpiuBZwlJUUOC\/JyblX8SLHcEHxMI2xb03uzIn4CiLqnrUN5AARznt32vKg91Jm5e+eCUhnzd0ziRmrSlzazlYI4Mgvnx8vcNVIAb5etUOSYMGLBDgIwQkiPF2wfMQv4RrH9\/cui19J5XlxEQIqGpbFu1hqS7dL0fbts\/wghr3K7J+8NP\/liC+BevO2e17pneLQZWHUjJ86\/7y3KjZoLoqAdGcY\/rGZN+7zF9rHxci7uxU\/ZS63\/bOjJ\/bFWCVrx962\/r45jHBK6hlHrMvCYlyqLvKygrMixV06JCsr60A4O2p+94BGZs6URYiRX8ijwLAETPLkMELJehhHwe7ZiA03LnmWiZe5LlFgR5HI\/m9P7q444aryFQ7GMPwV9p66pifPG55BVH71ncwwRGDP\/rJslOqvYPelL72KoO5cDZtT6thMcKs+iyOlin5c+Wx2xCs0X\/ndfbdd3bw6oo1ivnH\/\/Fhy0dK9bYMcTUhO5haeKiqao9uQJFgnenjMx4\/2SoqfbjXwYT+y+yuqS74sKjmUEEMxl\/ZNuoIZDAZFndNHyMs4yCwY5ZkVUrCnyOoSTqYcZldmLRqv6TyNUD7i2JxJ\/Xg0eE\/mVlsfVfIiY\/P\/fu9bind3ZhXsnAVwZj+C2yEmOSoE1S9BMCcP\/lS6\/\/Rhe\/2WYSL4sWDZiGeUVqrr3R82jzWZHkXkgt8yXqeMAAodDF\/Zk3P7KaX6vXJdl7w4mOdQ3v2p+ol1sxYtna5L5aPhwhWWl92bndwna5+eo8uahPUZk39oFeNWPCsWzr\/jdpP9j9\/3OJuhETlAYrOOHZu1J5wOvX6\/9tp37xzYPPGJ9nGxthSLqcFiOqckCsernZU7yquKTzqcduSAGzQw4Soym1QxBV9fOR5rEEEEJGQxbjOZRAMZ\/JLdEhDnNgoxDjhqK60e3hiAIfuE3usG9ApmED2SyNhLagBD1pPx4Yd82+59ZnkZh+AQE+0VQsQH5nh9PPD9qT3lxxyV8v+VMoxA9bvs\/g3XIdFQJOiDeGb4QAAOkO8J5djmwtdHaV6R2GPpS\/LU6hCtbcQxMDRzCD3jJLEZh3DWuQxERA7eWFEN3OIfHn0ybM5EiR8vDL93yPB2NRGerdHQkl3kxMz\/9Gpw7wecA8DwenX1dSszOKjdwJliNlnMPMdXuEV3jSg2GPL26WboYWlli+gaA0SQOB4bLlBDQuJk3sEQGS8BQ7Iw4aStsvymxgKMWtB4Y0qOPLWvpCNolVHLMPztZOXvegoQhogCWWpKnb21+uFfbuemop8dVaLTAxhLR2re0OSrt899a1oQMyYjJ5wuXDrmrD0bWnzvvvTl1QikKJcRTr9VYCk8nZk2ZkCS3cSVEOG6Pfc\/rvoc02D23rr9nr\/0SnZkhvNHze8yuKV91efMDWMEdnkpflMyDH9\/ZcYBSCE3Hg66yjYMeIO2Q3R8DHIc2JHDoDNIVhJOJFaU39KYgOEBjcycKXmIaFXTeGpkIwUMf8ZRWezor2VRl7\/PkpuJBRuP5UfCMNTEQatsx7cX2swu4T2t5RWV42D17mlP6JZ7kG1+MGby+o7xbs3sKJDflW5OmLS1V+1enXPIMAIAx1hAGhfI586tuDbNuiXLBzxF\/iAIPI8B16s0BcPwVkAenqwG0L5QKkQkNA1JQkVWZhw15e6xokuK+BrFsiP2kgM\/nlqjF8OIvEcE1tB1+YvteAmXNZZ+RpC79\/4nVuitf03G5K\/axrj1eVnqnNtXZa184qeuu4mgBiXpqXPJMPzjdc3QdzOR6KyLrwf0NF5maJbY4KCdCGLNeAM2SNzLuqxMKE6QHLc+Mu8OTTum1fqDmcunvoUAqk5IVmBEd8DwMo5mbXoucNWIms6h8PotJ\/x2fVH0j29jrY95F24pqNM5Eem8bEGikbj3G8V4IzAMr5+5aVM+ax\/n0vWipw1HUo6+ta\/1fgY0o\/jwk7pOI+oR32uuWTkJOWxwDOagPpYBkBin+sS6gP4QAG\/EBustmpJh1DONccumzuY4uEqPoNXpaBTA8PVv4kf\/zeNN2s9gKD1a883eT4\/\/4dfcO9w61rvRVPVY+pK8clS3nauyowzg3b33PfH3xnJ61aipK7onOuVNj7o8cj7jke+7fb+32pxVcvTJfboobQQlV1+3cjwHZy64GtzXegVLiNVtLxBvOAMaMmAkSo5bmoph1IPG2GWTh\/Ec95he8dMjh6HEl8y1P2w0xRhU7WOQ9daUu3\/ZkXfolgsFMGSfe7z+4mxA1A3YGdCbe++bsUZJnLXK\/O33904Z1KxGvnRZl+fH0riiZws7jD4fGYZ\/BX0Zx8Bepr5cckIzXYIgX4NiQM9sn4kJJcmV5Tc2dtIzkN84dPNQQ7t9Xd9GANV3OfgpbHSG0cAeEd6Z+8Pi2ESj4jUFNaddn32w+9PJkJ2t+5kNOnWKgGq6L3npGuRgpj426O3d983I00dXcC1PDpqQ8vvurNDIg6blz76ay12GmiW\/JI1Yv2Ohwk2GjV278Pq9wNG7i7FrTJtEXdaqIIDIGbDGzIQSm+S4uakZRj3TkP+hB9toKobh31xjVn3z+1ibZb7RxAXNy4guqaTypP2pdVOvXRe+uc9Diexsrkcr62IAjOheXEliS\/c9OPOjpqrhylH3vNEj0TEiEnsuEZ1bi61jZ27KUbwoMBJ7epaVgSMlDiZ1vbzZEADt9\/54fZKXlFs46ViiWHXLo\/Pu0uUKTS31rd\/lOi5nymQOUfFX28dY0zKMILUcvfK76w0GuMXAc914E6YwUTrtFtg+wSl+un7yNZu0BOd8KtPjzRfbgBtfBgSbFr+aGjBkH5\/sf3fz63qwTUlmqbUWn50iOn46FZf5yGeva14Yp8WunmXE8QTpAAAHU0lEQVRk4BgyMO4VFmuNLCdFADG8+FuiVH3TuQQMOTYNtsaPz5nyBwLIRIWnjRBANUjshXfveyvY0eh6xv+i19Vp0byWJrPxGUBQRXclhL\/uu\/eJz89FAGXguLo7bWxmETuqse8Q+arvT1onPPGvpREdh6jGZmPJ3j\/hvZdj2yc\/FIl+kyScSuFqhpxrwDgLNOQ\/THhjSn9i8EdAbBWmkltBdC1fdf8qXVY9RhLQi6lsx7ezLSZnzP2IcEPYehMcZ4z+svdB\/c6VCGszgIB8AM+HUsK7HeNdw5WUP+kw7t92wnrHvH8vOWcUXImfamSeePCDjSwpQVH9\/fUaRHd1nFB9+VOvjIvwjlw1HgeXDXq3x\/hlk68mxMHAQSckbEUELgA6Boi\/Cm7Y9sGDbzT6bkJ9qvi\/qaXb4hd7cga4jQj6I2CDm78QoVAU2damzF8oiXLOrffc2iZBeKaZWegUiM2WubjiAzWWNx\/4KGeREn0Xmsyshz\/82B0fHx7sfSpmcLvKsNw+bH7O2F3nS33DXQh0vvgZ9SNEBNovmZ9kBa4FmKFq95QZiu+UPVdBfeGau5s3SzTcZOSoByBY7CK\/u7KC2\/zkf14\/7xZs6R2jWQ+8N0dMjH+C8caws0qWmqofn194R8RHFOhdhyho6B3RqL5oBMJE4KG732oeHxe7imIs\/QSjqUFim5ckt8Hl2EcOcc4Lr9+18XwMZhQ0zsdWifp0UUXgyXtWjSBgzRCNW8+nYUiwRoiCxkXVPaOVjUYg8ghEQSPyGEY1RCNwUUUgChoXVXNHKxuNQOQRiIJG5DGMaohG4KKKQBQ0LqrmjlY2GoHIIxAFjchjGNUQjcBFFYEoaFxUzR2tbDQCkUcgChqRxzCqIRqBiyoCUdC4qJo7WtloBCKPwHkBGhkZGdcBQEVubm7t8fTn+Bk1alTHdevWHdTixqhRo2xGo7Fvbm7uV1rKX2hltMZKS5trtXUBxtSztHzdunXl56Pv5xw0MjLSFhFhR0S2Ljd3je5H6asNekbGmEkA3KTc3LyhasvK8unp6UMRYXNubt45j61S\/+WX0WAwdMzLy9uitIwsJ5czGg2\/qa2rljavBWNDmVpbauqjt2xaWtrE1atXv6NWb3p62goAPJiXlxf0EnK1OvWUP+cdOyMjnS6kjhAu+BciaKSnp3s6Z1N10v+1Ng\/WJ\/5X6+kBjfT09IUANFr+NxFMX716taKzNGvRn98OgEnyEfNEcLfSsrItOajegBPBMKVfujq7bwNAJwDsSAQL8\/Ly5oZ7ocP97n3hAeArNUwjIyOjHwC9DUBIBB0Q0aYGCM8uT1lqWFdGRvoWItiOCP2JqK+adpBtEzFPeyPiQQCcrnSY6G0\/dXXV1uZabNX1k4Vy36pr+y15eas9d68qeTIy0n4j8pxul4iotk3SFgHgw3JfAmArlLanDOCI8AwRzFUD4nUMeREAycPq3wRBulvp8Ka239PD8nsMQDb5PNPc3Lygd9Z4QKO2QbC\/3FnkQCs15qWo8vg\/LS1tFMfhM6GMBWooLWhcR29l+rZI9tdg4PMRuVFKO3uoDlPXaEPVgEZ6evpmAFgv+1MXh7UqX6TtjNFcGXBrhwr8FlGU+iltBxk0GKNFcnktw6tImIa29tPGLtXa8g6D8vLyRtX1VU19uw5YN+flrVZ16ZFaf739su4jsEUpaNQNE\/MFQZRzceXp6enyRyBfaXkZNABohbfPZWSk5RPh9GAfcS\/TyEakiYxBttoxWEZG2sNE6GkURJBfNlVDHi2Blb8AAFhOBHWJIuoHgDIyR3zik1rQ8B9rqx2eeMsTgU8+wVOf0UqZV10ny5bl6+xnqwQ9zcMTbe3XVKCRvp0IspTG0f9jIn8AED1socn6dt1HXGaOikEjPT19OgAM9YJj3YdrutI+4N9n6vrTumDvU\/0LXkdR5KSkLKwoAVP7VcPpgiANlRGuqTpQenqaTKMnae0MejIN\/2SgVtBQC7a+dYiCRuAWDffFDNUPvMM2UfT07YNN1bf1AA21bDMIaAQFLS\/TkFFK\/kpNR4RRKhBKZii23NzV0+vG5dvVdn5tjSGPFyExN3f13b5DJCXj1HAyaplGbU7IA2KLtA9PPHRwrZyXkZkHAMg0WvGUrx6ggUh9c3NXe\/Jaah5t7ddUTMPTTzp4x\/dyH1U6hPX9env7tiCISUqHjN5hvyCIndS0pRbQqBvSbhdFSbYlD0\/k4fJXSj\/+mkBD7nQAcB0RHVKTG\/COvxE9w4QtANjPO7ZW2vFk20pByquzLo+xCLF2WEQE8guriB2F86uOPfWTgTCc7JkxqJwIZfI0mZyEXI8IciJU8ZRt3ZTnIkQYWdsGlK00cVbbyeSXg1shvxC1HZxNUuN\/XcJQbj\/Zf5nOKx7maWk\/LWW8L5PKuMqJ+myZlda2Fa1QGpe6YeM6IpKvXqgbOqKcJ1Acm7qP8MLaNUh5iu+rqW1PylfXB8ZMIkLPO4AI65TWszauDftMOPv\/D\/IfUCqQ257cAAAAAElFTkSuQmCC\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 166, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdBuildMode.swift", - "kind": "IntegerLiteral", - "offset": 177, - "length": 10, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 165, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 176, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 194, - "length": 12, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 165, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 176, - "length": 8, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Model\/MyIdResidency.swift", - "kind": "IntegerLiteral", - "offset": 194, - "length": 12, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 308, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 321, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 897, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 924, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1130, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1252, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1263, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1403, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1430, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1561, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1573, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1724, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1752, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 1833, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 1978, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2006, - "length": 2, - "value": "11" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 2087, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2181, - "length": 2, - "value": "29" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2193, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2261, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2337, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2348, - "length": 2, - "value": "29" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2518, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2525, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2623, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2634, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2797, - "length": 2, - "value": "13" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2825, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2947, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 2959, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3083, - "length": 2, - "value": "21" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3095, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3210, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3222, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3419, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3472, - "length": 1, - "value": "7" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 3560, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3702, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3713, - "length": 2, - "value": "31" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "StringLiteral", - "offset": 3768, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3838, - "length": 2, - "value": "35" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 3850, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4143, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4183, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "BooleanLiteral", - "offset": 4288, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4468, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4480, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4695, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4706, - "length": 2, - "value": "39" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "StringLiteral", - "offset": 4761, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4851, - "length": 2, - "value": "43" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 4883, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5101, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5112, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5215, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/Code\/MRZCodeFactory.swift", - "kind": "IntegerLiteral", - "offset": 5226, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "StringLiteral", - "offset": 921, - "length": 20, - "value": "\"Video Output Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "Array", - "offset": 992, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "StringLiteral", - "offset": 1116, - "length": 24, - "value": "\"Image Processing Queue\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "Array", - "offset": 1191, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 1374, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 1419, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1452, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1489, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1526, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1963, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 1985, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2124, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 2195, - "length": 4, - "value": "0.75" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2203, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2209, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 2228, - "length": 4, - "value": "0.75" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2251, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2289, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2295, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2313, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2333, - "length": 1, - "value": "6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 2484, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2762, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2784, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 2923, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 3088, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 3415, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 3868, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 4032, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 4254, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 5094, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 5240, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 5444, - "length": 3, - "value": "480" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 5510, - "length": 3, - "value": "640" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 6420, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 6444, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 8985, - "length": 4, - "value": "1108" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9164, - "length": 4, - "value": "1108" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9606, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9700, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9742, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9838, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 9878, - "length": 3, - "value": "0.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 9970, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 10022, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 10096, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10845, - "length": 4, - "value": "0.55" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10852, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10901, - "length": 4, - "value": "0.95" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "FloatLiteral", - "offset": 10908, - "length": 3, - "value": "0.9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11345, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11479, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 11867, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12698, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12728, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12867, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 12922, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 12955, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13094, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13246, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13497, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13590, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13646, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13658, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13725, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13852, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "IntegerLiteral", - "offset": 13908, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13922, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/FacialGestureCameraView.swift", - "kind": "BooleanLiteral", - "offset": 13989, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 327, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 342, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 392, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 515, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 555, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 661, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 934, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 940, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 950, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 1026, - "length": 19, - "value": "\"myid_icon_scanner\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1199, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1259, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1274, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1809, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 1881, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 1956, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2139, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 2154, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2204, - "length": 2, - "value": "17" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2328, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2368, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 2474, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2552, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2556, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2559, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 2808, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 3297, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 3648, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 3708, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 4060, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 5778, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 6596, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7079, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7511, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 7519, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 7951, - "length": 3, - "value": "\"#\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8150, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 8437, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8686, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8898, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 8906, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 9359, - "length": 1, - "value": "9" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 9394, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 9773, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10322, - "length": 15, - "value": "\"([A-Z0-9a-z])\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10382, - "length": 17, - "value": "\"SELF MATCHES %@\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10440, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10615, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10683, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "StringLiteral", - "offset": 10752, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10895, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 10943, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "Dictionary", - "offset": 12642, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 12823, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 13139, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 13342, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 13769, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14149, - "length": 2, - "value": "28" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14272, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14658, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 14790, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15167, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15489, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15692, - "length": 1, - "value": "8" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 15985, - "length": 2, - "value": "15" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16285, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16300, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16426, - "length": 2, - "value": "16" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16464, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16661, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 16676, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 16849, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 17407, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 17484, - "length": 2, - "value": "24" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18399, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18498, - "length": 3, - "value": "-36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18704, - "length": 3, - "value": "240" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 18771, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19086, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19159, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "IntegerLiteral", - "offset": 19950, - "length": 2, - "value": "14" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Auth\/MyIdAuthScreen.swift", - "kind": "BooleanLiteral", - "offset": 20322, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 234, - "length": 2, - "value": "30" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 275, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 316, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 422, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "IntegerLiteral", - "offset": 468, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 779, - "length": 5, - "value": "[\"V\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 836, - "length": 11, - "value": "[\"P\", \"PN\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 893, - "length": 5, - "value": "[\"I\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 957, - "length": 6, - "value": "[\"IR\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1016, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1251, - "length": 5, - "value": "[\"M\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1306, - "length": 5, - "value": "[\"F\"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZResult.swift", - "kind": "Array", - "offset": 1366, - "length": 15, - "value": "[\"X\", \"<\", \" \"]" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 423, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 581, - "length": 2, - "value": "18" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 615, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 794, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 1037, - "length": 17, - "value": "\"myid_icon_check\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1117, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1243, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1312, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 1436, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 1780, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "FloatLiteral", - "offset": 1986, - "length": 3, - "value": "0.6" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "StringLiteral", - "offset": 2734, - "length": 42, - "value": "\"UIDeviceOrientationDidChangeNotification\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4282, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4643, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 4687, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 4873, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 4902, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5508, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "BooleanLiteral", - "offset": 5965, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6128, - "length": 3, - "value": "180" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6199, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6369, - "length": 3, - "value": "-20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6709, - "length": 2, - "value": "25" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6714, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 6784, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7400, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7468, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7537, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7666, - "length": 3, - "value": "160" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Presentation\/Face detection\/MyIdOnlyFaceDetectionScreen.swift", - "kind": "IntegerLiteral", - "offset": 7739, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 159, - "length": 39, - "value": "\"(P[A-Z\\d<])([A-Z]{3})([A-Z\\d<]{39})\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 244, - "length": 96, - "value": "\"([A-Z\\d<]{9})(\\d)([A-Z]{3})(\\d{6})(\\d)([M|F|X|<])(\\d{6})(\\d)([A-Z\\d<]{14})([\\d<])(\\d)\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1394, - "length": 20, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1403, - "length": 1, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 1413, - "length": 22, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 2532, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 2610, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 3119, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 3197, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Core\/Mrz parser\/MRZParser.swift", - "kind": "StringLiteral", - "offset": 4907, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 151, - "length": 3, - "value": "202" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 190, - "length": 3, - "value": "307" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Domain\/Core\/HttpCodes.swift", - "kind": "IntegerLiteral", - "offset": 227, - "length": 3, - "value": "429" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3211, - "length": 4, - "value": "\"ru\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3241, - "length": 4, - "value": "\"en\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3271, - "length": 4, - "value": "\"uz\"" - }, - { - "filePath": "\/Users\/javokhir\/My files (Don't touch)\/Development\/AIIG\/MyID\/myid-sdk\/ios\/MyIdSDK\/Capture\/Core\/MyIdOptions.swift", - "kind": "StringLiteral", - "offset": 3477, - "length": 5, - "value": "\"102\"" - } - ] -} \ No newline at end of file diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface deleted file mode 100644 index 95d2360fa3b8829107ebd2825c168abd7c06559b..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ /dev/null @@ -1,165 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK -// swift-module-flags-ignorable: -enable-bare-slash-regex -import AVFoundation -import CoreImage.CIFilterBuiltins -import Combine -import CoreImage -import CoreVideo -import Foundation -@_exported import MyIdSDK -import Swift -import UIKit -import Vision -import _Concurrency -import _StringProcessing -@_inheritsConvenienceInitializers @objc public class MyIdAppearance : ObjectiveC.NSObject { - @objc public var primaryColor: UIKit.UIColor? - @objc public var secondaryColor: UIKit.UIColor? - @objc public var errorColor: UIKit.UIColor? - @objc public var primaryButtonColor: UIKit.UIColor? - @objc public var primaryButtonColorDisabled: UIKit.UIColor? - @objc public var primaryButtonTextColor: UIKit.UIColor? - @objc public var primaryButtonTextColorDisabled: UIKit.UIColor? - @objc public var buttonCornerRadius: Swift.Float - @objc override dynamic public init() - @objc deinit -} -@objc public protocol MyIdClientDelegate { - @objc func onSuccess(result: MyIdSDK.MyIdResult) - @objc func onError(exception: MyIdSDK.MyIdException) - @objc func onUserExited() -} -@objc public enum MyIdResolution : Swift.Int { - case RESOLUTION_480 = 0 - case RESOLUTION_720 - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdClient : ObjectiveC.NSObject { - @objc public class func start(withConfig config: MyIdSDK.MyIdConfig, withDelegate delegate: any MyIdSDK.MyIdClientDelegate) - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdCameraShape : Swift.Int { - case ELLIPSE = 0 - case CIRCLE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdConfig : ObjectiveC.NSObject { - @objc public var clientId: Swift.String? - @objc public var passportData: Swift.String? - @objc public var dateOfBirth: Swift.String? - @objc public var sdkHash: Swift.String? - @objc public var externalId: Swift.String? - @objc public var threshold: Swift.Float - @objc public var buildMode: MyIdSDK.MyIdBuildMode - @objc public var entryType: MyIdSDK.MyIdEntryType - @objc public var residency: MyIdSDK.MyIdResidency - @objc public var locale: MyIdSDK.MyIdLocale - @objc public var cameraShape: MyIdSDK.MyIdCameraShape - @objc public var resolution: MyIdSDK.MyIdResolution - @objc public var organizationDetails: MyIdSDK.MyIdOrganizationDetails? - @objc public var appearance: MyIdSDK.MyIdAppearance? - @objc public var withPhoto: Swift.Bool - @objc override dynamic public init() - @objc deinit -} -@_inheritsConvenienceInitializers @objc public class MyIdException : ObjectiveC.NSObject { - @objc public var message: Swift.String? - @objc public var code: Swift.String? - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdEntryType : Swift.Int { - case AUTH = 0 - case FACE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdDocumentType : Swift.Int { - case ID_CARD = 0 - case PASSPORT - case DRIVER_LICENSE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdOrganizationDetails : ObjectiveC.NSObject { - @objc public var phoneNumber: Swift.String? - @objc public var logo: UIKit.UIImage? - @objc override dynamic public init() - @objc deinit -} -extension Swift.String : Swift.Error { -} -@objc public enum MyIdLocale : Swift.Int { - case RU = 0 - case EN - case UZ - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdBuildMode : Swift.Int { - case DEBUG = 0 - case PRODUCTION - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdResidency : Swift.Int { - case USER_DEFINED = 0 - case RESIDENT - case NON_RESIDENT - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { - @objc public var image: UIKit.UIImage? - @objc public var code: Swift.String? - @objc public var comparisonValue: Swift.String? - @objc override dynamic public init() - @objc deinit -} -extension MyIdSDK.MyIdResolution : Swift.Equatable {} -extension MyIdSDK.MyIdResolution : Swift.Hashable {} -extension MyIdSDK.MyIdResolution : Swift.RawRepresentable {} -extension MyIdSDK.MyIdCameraShape : Swift.Equatable {} -extension MyIdSDK.MyIdCameraShape : Swift.Hashable {} -extension MyIdSDK.MyIdCameraShape : Swift.RawRepresentable {} -extension MyIdSDK.MyIdEntryType : Swift.Equatable {} -extension MyIdSDK.MyIdEntryType : Swift.Hashable {} -extension MyIdSDK.MyIdEntryType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdDocumentType : Swift.Equatable {} -extension MyIdSDK.MyIdDocumentType : Swift.Hashable {} -extension MyIdSDK.MyIdDocumentType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdLocale : Swift.Equatable {} -extension MyIdSDK.MyIdLocale : Swift.Hashable {} -extension MyIdSDK.MyIdLocale : Swift.RawRepresentable {} -extension MyIdSDK.MyIdBuildMode : Swift.Equatable {} -extension MyIdSDK.MyIdBuildMode : Swift.Hashable {} -extension MyIdSDK.MyIdBuildMode : Swift.RawRepresentable {} -extension MyIdSDK.MyIdResidency : Swift.Equatable {} -extension MyIdSDK.MyIdResidency : Swift.Hashable {} -extension MyIdSDK.MyIdResidency : Swift.RawRepresentable {} diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc deleted file mode 100644 index f47262c681fe8f6eb88a4f4bb0eef1314b86d160..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface deleted file mode 100644 index 95d2360fa3b8829107ebd2825c168abd7c06559b..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,165 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MyIdSDK -// swift-module-flags-ignorable: -enable-bare-slash-regex -import AVFoundation -import CoreImage.CIFilterBuiltins -import Combine -import CoreImage -import CoreVideo -import Foundation -@_exported import MyIdSDK -import Swift -import UIKit -import Vision -import _Concurrency -import _StringProcessing -@_inheritsConvenienceInitializers @objc public class MyIdAppearance : ObjectiveC.NSObject { - @objc public var primaryColor: UIKit.UIColor? - @objc public var secondaryColor: UIKit.UIColor? - @objc public var errorColor: UIKit.UIColor? - @objc public var primaryButtonColor: UIKit.UIColor? - @objc public var primaryButtonColorDisabled: UIKit.UIColor? - @objc public var primaryButtonTextColor: UIKit.UIColor? - @objc public var primaryButtonTextColorDisabled: UIKit.UIColor? - @objc public var buttonCornerRadius: Swift.Float - @objc override dynamic public init() - @objc deinit -} -@objc public protocol MyIdClientDelegate { - @objc func onSuccess(result: MyIdSDK.MyIdResult) - @objc func onError(exception: MyIdSDK.MyIdException) - @objc func onUserExited() -} -@objc public enum MyIdResolution : Swift.Int { - case RESOLUTION_480 = 0 - case RESOLUTION_720 - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdClient : ObjectiveC.NSObject { - @objc public class func start(withConfig config: MyIdSDK.MyIdConfig, withDelegate delegate: any MyIdSDK.MyIdClientDelegate) - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdCameraShape : Swift.Int { - case ELLIPSE = 0 - case CIRCLE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdConfig : ObjectiveC.NSObject { - @objc public var clientId: Swift.String? - @objc public var passportData: Swift.String? - @objc public var dateOfBirth: Swift.String? - @objc public var sdkHash: Swift.String? - @objc public var externalId: Swift.String? - @objc public var threshold: Swift.Float - @objc public var buildMode: MyIdSDK.MyIdBuildMode - @objc public var entryType: MyIdSDK.MyIdEntryType - @objc public var residency: MyIdSDK.MyIdResidency - @objc public var locale: MyIdSDK.MyIdLocale - @objc public var cameraShape: MyIdSDK.MyIdCameraShape - @objc public var resolution: MyIdSDK.MyIdResolution - @objc public var organizationDetails: MyIdSDK.MyIdOrganizationDetails? - @objc public var appearance: MyIdSDK.MyIdAppearance? - @objc public var withPhoto: Swift.Bool - @objc override dynamic public init() - @objc deinit -} -@_inheritsConvenienceInitializers @objc public class MyIdException : ObjectiveC.NSObject { - @objc public var message: Swift.String? - @objc public var code: Swift.String? - @objc override dynamic public init() - @objc deinit -} -@objc public enum MyIdEntryType : Swift.Int { - case AUTH = 0 - case FACE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdDocumentType : Swift.Int { - case ID_CARD = 0 - case PASSPORT - case DRIVER_LICENSE - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdOrganizationDetails : ObjectiveC.NSObject { - @objc public var phoneNumber: Swift.String? - @objc public var logo: UIKit.UIImage? - @objc override dynamic public init() - @objc deinit -} -extension Swift.String : Swift.Error { -} -@objc public enum MyIdLocale : Swift.Int { - case RU = 0 - case EN - case UZ - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdBuildMode : Swift.Int { - case DEBUG = 0 - case PRODUCTION - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc public enum MyIdResidency : Swift.Int { - case USER_DEFINED = 0 - case RESIDENT - case NON_RESIDENT - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @objc public class MyIdResult : ObjectiveC.NSObject { - @objc public var image: UIKit.UIImage? - @objc public var code: Swift.String? - @objc public var comparisonValue: Swift.String? - @objc override dynamic public init() - @objc deinit -} -extension MyIdSDK.MyIdResolution : Swift.Equatable {} -extension MyIdSDK.MyIdResolution : Swift.Hashable {} -extension MyIdSDK.MyIdResolution : Swift.RawRepresentable {} -extension MyIdSDK.MyIdCameraShape : Swift.Equatable {} -extension MyIdSDK.MyIdCameraShape : Swift.Hashable {} -extension MyIdSDK.MyIdCameraShape : Swift.RawRepresentable {} -extension MyIdSDK.MyIdEntryType : Swift.Equatable {} -extension MyIdSDK.MyIdEntryType : Swift.Hashable {} -extension MyIdSDK.MyIdEntryType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdDocumentType : Swift.Equatable {} -extension MyIdSDK.MyIdDocumentType : Swift.Hashable {} -extension MyIdSDK.MyIdDocumentType : Swift.RawRepresentable {} -extension MyIdSDK.MyIdLocale : Swift.Equatable {} -extension MyIdSDK.MyIdLocale : Swift.Hashable {} -extension MyIdSDK.MyIdLocale : Swift.RawRepresentable {} -extension MyIdSDK.MyIdBuildMode : Swift.Equatable {} -extension MyIdSDK.MyIdBuildMode : Swift.Hashable {} -extension MyIdSDK.MyIdBuildMode : Swift.RawRepresentable {} -extension MyIdSDK.MyIdResidency : Swift.Equatable {} -extension MyIdSDK.MyIdResidency : Swift.Hashable {} -extension MyIdSDK.MyIdResidency : Swift.RawRepresentable {} diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap deleted file mode 100644 index 0da5aab10afe8eadfabf16e224b1b97f26e84690..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module MyIdSDK { - umbrella header "MyIdSDK.h" - - export * - module * { export * } -} - -module MyIdSDK.Swift { - header "MyIdSDK-Swift.h" - requires objc -} diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK deleted file mode 100755 index 8a40d8ea33a60d5bb3802384939bd5cde404146b..0000000000000000000000000000000000000000 Binary files a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/MyIdSDK and /dev/null differ diff --git a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources b/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources deleted file mode 100644 index 3fcef1b06a54fb97d09a90963e9d61228af57ccf..0000000000000000000000000000000000000000 --- a/MyIdSDK.xcframework/ios-arm64_x86_64-simulator/MyIdSDK.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,256 +0,0 @@ - - - - - files - - Assets.car - - Yg+3r78QrbqFVct6Nll0NG51MGo= - - Headers/MyIdSDK-Swift.h - - y4azrJpnN1awnNOkxxomajbnhKs= - - Headers/MyIdSDK.h - - bySH9XhpV27wcp6ALL7wz4u2XBo= - - Info.plist - - CndObO5myBtaLq00h+6hdh4YYXk= - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - - wgPKqoKGlA3IEt95T3TGTwHME6Q= - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - - DM60eg36izTKA94Z+1fAn34vum8= - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - 1hKK3otVpBJ7A238GdVQy1PK4bA= - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - - DM60eg36izTKA94Z+1fAn34vum8= - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - cvAplMkS3Ca34WwKtnHsXb0BAog= - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - - wgPKqoKGlA3IEt95T3TGTwHME6Q= - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - - OGL6pPK072zSI9sbhmju0OkfhWg= - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - 5Bh17Ll3OSESqLL4x9rHaTNyYAw= - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - OGL6pPK072zSI9sbhmju0OkfhWg= - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - DXzNwEyygBj1lRKbLIULL5fZU6M= - - Modules/module.modulemap - - jNRldhrcA+N533l1HB1uGH/TSXQ= - - - files2 - - Assets.car - - hash2 - - p9zU2uXY0Dgco1oePsLnTcwQeV4n/E0i9OBB0tF5QoM= - - - Headers/MyIdSDK-Swift.h - - hash2 - - BopQh3Am5cvi0l3jTQIi4eFRjao4G/EB0Y9fNTFptwQ= - - - Headers/MyIdSDK.h - - hash2 - - P2DUphM5FeVZyucr4ZNCsjIt3cq78ZZTdL2qT0vLArc= - - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - - hash2 - - WggN67MjaZveyniBoHEKCT/t5sU0ikgxSmyVEg69DQY= - - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - - hash2 - - sW8iEiOFRFf2o+Zv0YPkvl4WS+3VoxX3s+0fdZ6UQ4s= - - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - - hash2 - - LTibgjRL+B1KH9Um0gky4uUP7BWGjgj/p51l1U1mNX4= - - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - - hash2 - - sW8iEiOFRFf2o+Zv0YPkvl4WS+3VoxX3s+0fdZ6UQ4s= - - - Modules/MyIdSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - hash2 - - ny4k2bwm+S8TLL+pNEXsTHRQJDfzj5mH143L/OTUjVw= - - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - - hash2 - - WggN67MjaZveyniBoHEKCT/t5sU0ikgxSmyVEg69DQY= - - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - - hash2 - - mgMqq0Eng0oH8ACHc6qX6xseFO/F++1URsDKIeRZdHg= - - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - hash2 - - NPIjzz9ZAayv1XPQX2CCsIRvJn5QHOoY2gk/35yO+DU= - - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - hash2 - - mgMqq0Eng0oH8ACHc6qX6xseFO/F++1URsDKIeRZdHg= - - - Modules/MyIdSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - hash2 - - OHmhnUIv7pasg//PEQg6l6RaOYezl8bNaz2FRpPjjGA= - - - Modules/module.modulemap - - hash2 - - 8QLueP0PHE8Nl3kT/7rfYfsYY/a8axFi80k9X+ca5y4= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/README.md b/README.md index 20102c959fbc59976968fe6d29cfdca55bd8eaa1..b1a46dd3959b130e1988220eec50ec373f6d4cfb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ -### Manual installation +### Manual Installation -Right click on your project in the project navigator (top-most entry) and select “New Group”. Name the new group Frameworks. Drag and drop `MyIdSDK.xcframework` into the Frameworks folder. Make sure that the destination of drag is just under the Frameworks folder. Then, make sure the following options are selected for adding files. Both “Copy items if needed” and “Create groups” should be checked and selected. Click Finish. +![Xcode manual installation steps](https://gitlab.aigroup.uz/myid-sdk/myid-ios-sdk/images/xcode_manual_installation.png) -**Embed XCFramework in project’s target** +1. Select your project in Xcode. -In order to make sure that the framework will get copied to your app’s binary, follow these steps: +2. Select your app target. -1. Navigate to your project settings by clicking on it in the project navigator. -2. Make sure that your target is selected and General tab is open. -3. Select “Embed & Sign” for your newly added `MyIdSDK.xcframework` in Frameworks, Libraries, and Embeded Contents section. +3. Select the **General** tab and then scroll down to **Frameworks, Libraries, and Embedded Content**. + +4. Add the following files from the [release assets](https://gitlab.aigroup.uz/myid-sdk/myid-ios-sdk/-/releases): + + - `MyIdSDK.xcframework` + + > **Note**: Ensure you add the .xcframework files, rather than the .framework files. + +5. Under the **Embed** column, ensure **Embed & Sign** is set for MyIdSDK framework.= diff --git a/images/xcode_manual_installation.png b/images/xcode_manual_installation.png new file mode 100644 index 0000000000000000000000000000000000000000..177b67d91f13109b331a67801032e5293dba51aa Binary files /dev/null and b/images/xcode_manual_installation.png differ