@oiti/rn-liveness3d 3.4.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +39 -107
- package/android/gradle.properties +5 -5
- package/android/src/main/AndroidManifest.xml +1 -8
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +218 -192
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dPackage.kt +25 -8
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DFonts.kt +32 -38
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DText.kt +5 -3
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +229 -147
- package/android/src/res/font/sixty.ttf +0 -0
- package/ios/RnLiveness3d.h +5 -0
- package/ios/RnLiveness3d.mm +72 -0
- package/ios/{RnLiveness3d.swift → RnLiveness3dSwiftModule.swift} +131 -132
- package/lib/module/@types/ArgsType.js.map +1 -1
- package/lib/module/@types/FontsType.js.map +1 -1
- package/lib/module/@types/ResultType.js.map +1 -1
- package/lib/module/@types/ResultTypes.js.map +1 -1
- package/lib/module/@types/TextsType.js.map +1 -1
- package/lib/module/@types/ThemeType.js.map +1 -1
- package/lib/module/NativeRnLiveness3d.js +3 -0
- package/lib/module/NativeRnLiveness3d.js.map +1 -0
- package/lib/module/actions/BackButton.js +5 -6
- package/lib/module/actions/BackButton.js.map +1 -1
- package/lib/module/actions/ContinueButton.js +10 -10
- package/lib/module/actions/ContinueButton.js.map +1 -1
- package/lib/module/actions/PermissionButton.js +7 -8
- package/lib/module/actions/PermissionButton.js.map +1 -1
- package/lib/module/context/Liveness3DContext.js +10 -23
- package/lib/module/context/Liveness3DContext.js.map +1 -1
- package/lib/module/helpers/Liveness3DHelper.js +6 -7
- package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
- package/lib/module/index.js +33 -120
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
- package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
- package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
- package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
- package/lib/module/screens/Liveness3D/InstructionsView.js +4 -6
- package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/module/screens/PermissionView.js +4 -6
- package/lib/module/screens/PermissionView.js.map +1 -1
- package/lib/module/utils/continueButton.js +3 -8
- package/lib/module/utils/continueButton.js.map +1 -1
- package/lib/module/utils/normalize.js.map +1 -1
- package/lib/module/utils/permissions.js +8 -17
- package/lib/module/utils/permissions.js.map +1 -1
- package/lib/module/utils/screenStore.js.map +1 -1
- package/oiti-rn-liveness3d.podspec +6 -22
- package/package.json +58 -49
- package/src/@types/ArgsType.ts +3 -4
- package/src/@types/ResultTypes.ts +3 -1
- package/src/NativeRnLiveness3d.ts +9 -0
- package/src/actions/BackButton.tsx +1 -1
- package/src/actions/ContinueButton.tsx +6 -5
- package/src/actions/PermissionButton.tsx +3 -3
- package/src/context/Liveness3DContext.tsx +11 -24
- package/src/helpers/Liveness3DHelper.tsx +1 -1
- package/src/index.tsx +27 -131
- package/src/interfaces/Liveness3DHelper.tsx +4 -2
- package/src/screens/Liveness3D/InstructionsView.tsx +0 -2
- package/src/screens/PermissionView.tsx +0 -1
- package/src/utils/continueButton.tsx +3 -10
- package/src/utils/permissions.tsx +9 -26
- package/android/settings.gradle +0 -6
- package/ios/Podfile +0 -13
- package/ios/Podfile.lock +0 -38
- package/ios/Pods/Manifest.lock +0 -38
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/Info.plist +0 -46
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +0 -327
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Resources/DWARF/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +0 -650
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +0 -311
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework.zip +0 -0
- package/ios/Pods/OICommons/README.md +0 -1
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/Info.plist +0 -46
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +0 -455
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +0 -906
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework.zip +0 -0
- package/ios/Pods/OIComponents/README.md +0 -1
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/Info.plist +0 -46
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -343
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/DWARF/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1818
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OIComponents.swiftinterface +0 -732
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +0 -144
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OISecurity.swiftinterface +0 -164
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -682
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +0 -377
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework.zip +0 -0
- package/ios/Pods/OILiveness3D/README.md +0 -32
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +0 -44
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1932
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -105
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +0 -6
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +0 -29
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +0 -137
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +0 -62
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1932
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -105
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +0 -6
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +0 -146
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +0 -46
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +0 -312
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +0 -15
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1818
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +0 -620
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +0 -15
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +0 -245
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/README.md +0 -1
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/Info.plist +0 -46
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +0 -311
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/DWARF/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1818
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +0 -144
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +0 -618
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework.zip +0 -0
- package/ios/Pods/OISecurity/README.md +0 -1
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1239
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +0 -46
- package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +0 -13
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +0 -13
- package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +0 -26
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +0 -23
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +0 -79
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +0 -5
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +0 -16
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +0 -14
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +0 -6
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +0 -14
- package/ios/RnLiveness3d-Bridging-Header.h +0 -2
- package/ios/RnLiveness3d.m +0 -34
- package/ios/RnLiveness3d.xcodeproj/project.pbxproj +0 -337
- package/ios/RnLiveness3d.xcodeproj/xcshareddata/xcschemes/RnLiveness3d.xcscheme +0 -80
- package/ios/RnLiveness3d.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/RnLiveness3d.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/info.plist +0 -8
- package/lib/commonjs/@types/ArgsType.js +0 -6
- package/lib/commonjs/@types/ArgsType.js.map +0 -1
- package/lib/commonjs/@types/FontsType.js +0 -2
- package/lib/commonjs/@types/FontsType.js.map +0 -1
- package/lib/commonjs/@types/ResultType.js +0 -2
- package/lib/commonjs/@types/ResultType.js.map +0 -1
- package/lib/commonjs/@types/ResultTypes.js +0 -6
- package/lib/commonjs/@types/ResultTypes.js.map +0 -1
- package/lib/commonjs/@types/TextsType.js +0 -2
- package/lib/commonjs/@types/TextsType.js.map +0 -1
- package/lib/commonjs/@types/ThemeType.js +0 -2
- package/lib/commonjs/@types/ThemeType.js.map +0 -1
- package/lib/commonjs/actions/BackButton.js +0 -35
- package/lib/commonjs/actions/BackButton.js.map +0 -1
- package/lib/commonjs/actions/ContinueButton.js +0 -43
- package/lib/commonjs/actions/ContinueButton.js.map +0 -1
- package/lib/commonjs/actions/PermissionButton.js +0 -35
- package/lib/commonjs/actions/PermissionButton.js.map +0 -1
- package/lib/commonjs/assets/fonts/Ubuntu-Bold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-BoldItalic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Italic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Light.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-LightItalic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Medium.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-MediumItalic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Regular.ttf +0 -0
- package/lib/commonjs/assets/images/acessories.png +0 -0
- package/lib/commonjs/assets/images/camera.png +0 -0
- package/lib/commonjs/assets/images/camera_alt.png +0 -0
- package/lib/commonjs/assets/images/face.png +0 -0
- package/lib/commonjs/assets/images/illumination.png +0 -0
- package/lib/commonjs/assets/images/imgOp.png +0 -0
- package/lib/commonjs/assets/images/img_face.png +0 -0
- package/lib/commonjs/assets/images/left-arrow-b.png +0 -0
- package/lib/commonjs/assets/images/left-arrow.png +0 -0
- package/lib/commonjs/assets/images/lightbulb_outline.png +0 -0
- package/lib/commonjs/assets/images/padlock.png +0 -0
- package/lib/commonjs/assets/images/rigth-arrow.png +0 -0
- package/lib/commonjs/assets/images/scan-facial.png +0 -0
- package/lib/commonjs/assets/images/wave_bg.png +0 -0
- package/lib/commonjs/assets/images/wave_bg2.png +0 -0
- package/lib/commonjs/context/Liveness3DContext.js +0 -104
- package/lib/commonjs/context/Liveness3DContext.js.map +0 -1
- package/lib/commonjs/helpers/Liveness3DHelper.js +0 -34
- package/lib/commonjs/helpers/Liveness3DHelper.js.map +0 -1
- package/lib/commonjs/index.js +0 -223
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/interfaces/Liveness3DHelper.js +0 -6
- package/lib/commonjs/interfaces/Liveness3DHelper.js.map +0 -1
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js +0 -6
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +0 -1
- package/lib/commonjs/interfaces/OitiContinueButton.js +0 -6
- package/lib/commonjs/interfaces/OitiContinueButton.js.map +0 -1
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js +0 -6
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +0 -1
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js +0 -209
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +0 -1
- package/lib/commonjs/screens/PermissionView.js +0 -177
- package/lib/commonjs/screens/PermissionView.js.map +0 -1
- package/lib/commonjs/utils/continueButton.js +0 -17
- package/lib/commonjs/utils/continueButton.js.map +0 -1
- package/lib/commonjs/utils/normalize.js +0 -16
- package/lib/commonjs/utils/normalize.js.map +0 -1
- package/lib/commonjs/utils/permissions.js +0 -30
- package/lib/commonjs/utils/permissions.js.map +0 -1
- package/lib/commonjs/utils/screenStore.js +0 -12
- package/lib/commonjs/utils/screenStore.js.map +0 -1
- package/lib/typescript/@types/ArgsType.d.ts +0 -19
- package/lib/typescript/@types/ArgsType.d.ts.map +0 -1
- package/lib/typescript/@types/FontsType.d.ts +0 -12
- package/lib/typescript/@types/FontsType.d.ts.map +0 -1
- package/lib/typescript/@types/ResultType.d.ts +0 -13
- package/lib/typescript/@types/ResultType.d.ts.map +0 -1
- package/lib/typescript/@types/ResultTypes.d.ts +0 -6
- package/lib/typescript/@types/ResultTypes.d.ts.map +0 -1
- package/lib/typescript/@types/TextsType.d.ts +0 -36
- package/lib/typescript/@types/TextsType.d.ts.map +0 -1
- package/lib/typescript/@types/ThemeType.d.ts +0 -48
- package/lib/typescript/@types/ThemeType.d.ts.map +0 -1
- package/lib/typescript/actions/BackButton.d.ts +0 -4
- package/lib/typescript/actions/BackButton.d.ts.map +0 -1
- package/lib/typescript/actions/ContinueButton.d.ts +0 -4
- package/lib/typescript/actions/ContinueButton.d.ts.map +0 -1
- package/lib/typescript/actions/PermissionButton.d.ts +0 -4
- package/lib/typescript/actions/PermissionButton.d.ts.map +0 -1
- package/lib/typescript/context/Liveness3DContext.d.ts +0 -28
- package/lib/typescript/context/Liveness3DContext.d.ts.map +0 -1
- package/lib/typescript/helpers/Liveness3DHelper.d.ts +0 -4
- package/lib/typescript/helpers/Liveness3DHelper.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -32
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/interfaces/Liveness3DHelper.d.ts +0 -7
- package/lib/typescript/interfaces/Liveness3DHelper.d.ts.map +0 -1
- package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts +0 -6
- package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts.map +0 -1
- package/lib/typescript/interfaces/OitiContinueButton.d.ts +0 -6
- package/lib/typescript/interfaces/OitiContinueButton.d.ts.map +0 -1
- package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts +0 -6
- package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts.map +0 -1
- package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts +0 -6
- package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts.map +0 -1
- package/lib/typescript/screens/PermissionView.d.ts +0 -6
- package/lib/typescript/screens/PermissionView.d.ts.map +0 -1
- package/lib/typescript/utils/continueButton.d.ts +0 -2
- package/lib/typescript/utils/continueButton.d.ts.map +0 -1
- package/lib/typescript/utils/normalize.d.ts +0 -2
- package/lib/typescript/utils/normalize.d.ts.map +0 -1
- package/lib/typescript/utils/permissions.d.ts +0 -4
- package/lib/typescript/utils/permissions.d.ts.map +0 -1
- package/lib/typescript/utils/screenStore.d.ts +0 -5
- package/lib/typescript/utils/screenStore.d.ts.map +0 -1
|
@@ -1,337 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 46;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
B50A362D9C715F51B45AAEB8 /* Pods_RnLiveness3d.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9437267F5654BF2D7E973CF /* Pods_RnLiveness3d.framework */; };
|
|
11
|
-
F4FF95D7245B92E800C19C63 /* RnLiveness3d.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* RnLiveness3d.swift */; };
|
|
12
|
-
/* End PBXBuildFile section */
|
|
13
|
-
|
|
14
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
15
|
-
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
16
|
-
isa = PBXCopyFilesBuildPhase;
|
|
17
|
-
buildActionMask = 2147483647;
|
|
18
|
-
dstPath = "include/$(PRODUCT_NAME)";
|
|
19
|
-
dstSubfolderSpec = 16;
|
|
20
|
-
files = (
|
|
21
|
-
);
|
|
22
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
23
|
-
};
|
|
24
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
25
|
-
|
|
26
|
-
/* Begin PBXFileReference section */
|
|
27
|
-
0C6F69B2E2D5C79297667B24 /* Pods-RnLiveness3d.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RnLiveness3d.release.xcconfig"; path = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig"; sourceTree = "<group>"; };
|
|
28
|
-
134814201AA4EA6300B7C361 /* libRnLiveness3d.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRnLiveness3d.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
29
|
-
8E1566ED421C8D7B743E92EE /* Pods-RnLiveness3d.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RnLiveness3d.debug.xcconfig"; path = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig"; sourceTree = "<group>"; };
|
|
30
|
-
B3E7B5891CC2AC0600A0062D /* RnLiveness3d.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RnLiveness3d.m; sourceTree = "<group>"; };
|
|
31
|
-
E87784D929FA8BDB003B8C90 /* info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = info.plist; sourceTree = "<group>"; };
|
|
32
|
-
F4FF95D5245B92E700C19C63 /* RnLiveness3d-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RnLiveness3d-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
33
|
-
F4FF95D6245B92E800C19C63 /* RnLiveness3d.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RnLiveness3d.swift; sourceTree = "<group>"; };
|
|
34
|
-
F9437267F5654BF2D7E973CF /* Pods_RnLiveness3d.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RnLiveness3d.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
35
|
-
/* End PBXFileReference section */
|
|
36
|
-
|
|
37
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
38
|
-
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
39
|
-
isa = PBXFrameworksBuildPhase;
|
|
40
|
-
buildActionMask = 2147483647;
|
|
41
|
-
files = (
|
|
42
|
-
B50A362D9C715F51B45AAEB8 /* Pods_RnLiveness3d.framework in Frameworks */,
|
|
43
|
-
);
|
|
44
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
45
|
-
};
|
|
46
|
-
/* End PBXFrameworksBuildPhase section */
|
|
47
|
-
|
|
48
|
-
/* Begin PBXGroup section */
|
|
49
|
-
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
50
|
-
isa = PBXGroup;
|
|
51
|
-
children = (
|
|
52
|
-
134814201AA4EA6300B7C361 /* libRnLiveness3d.a */,
|
|
53
|
-
);
|
|
54
|
-
name = Products;
|
|
55
|
-
sourceTree = "<group>";
|
|
56
|
-
};
|
|
57
|
-
56895F8CD532688DB2054476 /* Frameworks */ = {
|
|
58
|
-
isa = PBXGroup;
|
|
59
|
-
children = (
|
|
60
|
-
F9437267F5654BF2D7E973CF /* Pods_RnLiveness3d.framework */,
|
|
61
|
-
);
|
|
62
|
-
name = Frameworks;
|
|
63
|
-
sourceTree = "<group>";
|
|
64
|
-
};
|
|
65
|
-
58B511D21A9E6C8500147676 = {
|
|
66
|
-
isa = PBXGroup;
|
|
67
|
-
children = (
|
|
68
|
-
E87784D929FA8BDB003B8C90 /* info.plist */,
|
|
69
|
-
F4FF95D6245B92E800C19C63 /* RnLiveness3d.swift */,
|
|
70
|
-
B3E7B5891CC2AC0600A0062D /* RnLiveness3d.m */,
|
|
71
|
-
F4FF95D5245B92E700C19C63 /* RnLiveness3d-Bridging-Header.h */,
|
|
72
|
-
134814211AA4EA7D00B7C361 /* Products */,
|
|
73
|
-
5AD4EB1DAFAD7E3E7E5D2CC1 /* Pods */,
|
|
74
|
-
56895F8CD532688DB2054476 /* Frameworks */,
|
|
75
|
-
);
|
|
76
|
-
sourceTree = "<group>";
|
|
77
|
-
};
|
|
78
|
-
5AD4EB1DAFAD7E3E7E5D2CC1 /* Pods */ = {
|
|
79
|
-
isa = PBXGroup;
|
|
80
|
-
children = (
|
|
81
|
-
8E1566ED421C8D7B743E92EE /* Pods-RnLiveness3d.debug.xcconfig */,
|
|
82
|
-
0C6F69B2E2D5C79297667B24 /* Pods-RnLiveness3d.release.xcconfig */,
|
|
83
|
-
);
|
|
84
|
-
path = Pods;
|
|
85
|
-
sourceTree = "<group>";
|
|
86
|
-
};
|
|
87
|
-
/* End PBXGroup section */
|
|
88
|
-
|
|
89
|
-
/* Begin PBXNativeTarget section */
|
|
90
|
-
58B511DA1A9E6C8500147676 /* RnLiveness3d */ = {
|
|
91
|
-
isa = PBXNativeTarget;
|
|
92
|
-
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RnLiveness3d" */;
|
|
93
|
-
buildPhases = (
|
|
94
|
-
39DC6127FF47CD78B215B45B /* [CP] Check Pods Manifest.lock */,
|
|
95
|
-
58B511D71A9E6C8500147676 /* Sources */,
|
|
96
|
-
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
97
|
-
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
98
|
-
);
|
|
99
|
-
buildRules = (
|
|
100
|
-
);
|
|
101
|
-
dependencies = (
|
|
102
|
-
);
|
|
103
|
-
name = RnLiveness3d;
|
|
104
|
-
productName = RCTDataManager;
|
|
105
|
-
productReference = 134814201AA4EA6300B7C361 /* libRnLiveness3d.a */;
|
|
106
|
-
productType = "com.apple.product-type.library.static";
|
|
107
|
-
};
|
|
108
|
-
/* End PBXNativeTarget section */
|
|
109
|
-
|
|
110
|
-
/* Begin PBXProject section */
|
|
111
|
-
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
112
|
-
isa = PBXProject;
|
|
113
|
-
attributes = {
|
|
114
|
-
LastUpgradeCheck = 0920;
|
|
115
|
-
ORGANIZATIONNAME = Facebook;
|
|
116
|
-
TargetAttributes = {
|
|
117
|
-
58B511DA1A9E6C8500147676 = {
|
|
118
|
-
CreatedOnToolsVersion = 6.1.1;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RnLiveness3d" */;
|
|
123
|
-
compatibilityVersion = "Xcode 3.2";
|
|
124
|
-
developmentRegion = English;
|
|
125
|
-
hasScannedForEncodings = 0;
|
|
126
|
-
knownRegions = (
|
|
127
|
-
English,
|
|
128
|
-
en,
|
|
129
|
-
);
|
|
130
|
-
mainGroup = 58B511D21A9E6C8500147676;
|
|
131
|
-
productRefGroup = 58B511D21A9E6C8500147676;
|
|
132
|
-
projectDirPath = "";
|
|
133
|
-
projectRoot = "";
|
|
134
|
-
targets = (
|
|
135
|
-
58B511DA1A9E6C8500147676 /* RnLiveness3d */,
|
|
136
|
-
);
|
|
137
|
-
};
|
|
138
|
-
/* End PBXProject section */
|
|
139
|
-
|
|
140
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
141
|
-
39DC6127FF47CD78B215B45B /* [CP] Check Pods Manifest.lock */ = {
|
|
142
|
-
isa = PBXShellScriptBuildPhase;
|
|
143
|
-
buildActionMask = 2147483647;
|
|
144
|
-
files = (
|
|
145
|
-
);
|
|
146
|
-
inputFileListPaths = (
|
|
147
|
-
);
|
|
148
|
-
inputPaths = (
|
|
149
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
150
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
151
|
-
);
|
|
152
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
153
|
-
outputFileListPaths = (
|
|
154
|
-
);
|
|
155
|
-
outputPaths = (
|
|
156
|
-
"$(DERIVED_FILE_DIR)/Pods-RnLiveness3d-checkManifestLockResult.txt",
|
|
157
|
-
);
|
|
158
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
159
|
-
shellPath = /bin/sh;
|
|
160
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
161
|
-
showEnvVarsInLog = 0;
|
|
162
|
-
};
|
|
163
|
-
/* End PBXShellScriptBuildPhase section */
|
|
164
|
-
|
|
165
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
166
|
-
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
167
|
-
isa = PBXSourcesBuildPhase;
|
|
168
|
-
buildActionMask = 2147483647;
|
|
169
|
-
files = (
|
|
170
|
-
F4FF95D7245B92E800C19C63 /* RnLiveness3d.swift in Sources */,
|
|
171
|
-
);
|
|
172
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
173
|
-
};
|
|
174
|
-
/* End PBXSourcesBuildPhase section */
|
|
175
|
-
|
|
176
|
-
/* Begin XCBuildConfiguration section */
|
|
177
|
-
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
178
|
-
isa = XCBuildConfiguration;
|
|
179
|
-
buildSettings = {
|
|
180
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
181
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
182
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
183
|
-
CLANG_ENABLE_MODULES = YES;
|
|
184
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
185
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
186
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
187
|
-
CLANG_WARN_COMMA = YES;
|
|
188
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
189
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
190
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
191
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
192
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
193
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
194
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
195
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
196
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
197
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
198
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
199
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
200
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
201
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
202
|
-
COPY_PHASE_STRIP = NO;
|
|
203
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
204
|
-
ENABLE_TESTABILITY = YES;
|
|
205
|
-
"EXCLUDED_ARCHS[sdk=*]" = arm64;
|
|
206
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
207
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
208
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
209
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
210
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
211
|
-
"DEBUG=1",
|
|
212
|
-
"$(inherited)",
|
|
213
|
-
);
|
|
214
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
215
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
216
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
217
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
218
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
219
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
220
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
221
|
-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
222
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
223
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
224
|
-
SDKROOT = iphoneos;
|
|
225
|
-
};
|
|
226
|
-
name = Debug;
|
|
227
|
-
};
|
|
228
|
-
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
229
|
-
isa = XCBuildConfiguration;
|
|
230
|
-
buildSettings = {
|
|
231
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
232
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
233
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
234
|
-
CLANG_ENABLE_MODULES = YES;
|
|
235
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
236
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
237
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
238
|
-
CLANG_WARN_COMMA = YES;
|
|
239
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
240
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
241
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
242
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
243
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
244
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
245
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
246
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
247
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
248
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
249
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
250
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
251
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
252
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
253
|
-
COPY_PHASE_STRIP = YES;
|
|
254
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
255
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
256
|
-
"EXCLUDED_ARCHS[sdk=*]" = arm64;
|
|
257
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
258
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
259
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
260
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
261
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
262
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
263
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
264
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
265
|
-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
266
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
267
|
-
SDKROOT = iphoneos;
|
|
268
|
-
VALIDATE_PRODUCT = YES;
|
|
269
|
-
};
|
|
270
|
-
name = Release;
|
|
271
|
-
};
|
|
272
|
-
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
273
|
-
isa = XCBuildConfiguration;
|
|
274
|
-
baseConfigurationReference = 8E1566ED421C8D7B743E92EE /* Pods-RnLiveness3d.debug.xcconfig */;
|
|
275
|
-
buildSettings = {
|
|
276
|
-
HEADER_SEARCH_PATHS = (
|
|
277
|
-
"$(inherited)",
|
|
278
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
279
|
-
"$(SRCROOT)/../../../React/**",
|
|
280
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
281
|
-
);
|
|
282
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
283
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
284
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
285
|
-
PRODUCT_NAME = RnLiveness3d;
|
|
286
|
-
SKIP_INSTALL = YES;
|
|
287
|
-
SWIFT_OBJC_BRIDGING_HEADER = "RnLiveness3d-Bridging-Header.h";
|
|
288
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
289
|
-
SWIFT_VERSION = 5.0;
|
|
290
|
-
};
|
|
291
|
-
name = Debug;
|
|
292
|
-
};
|
|
293
|
-
58B511F11A9E6C8500147676 /* Release */ = {
|
|
294
|
-
isa = XCBuildConfiguration;
|
|
295
|
-
baseConfigurationReference = 0C6F69B2E2D5C79297667B24 /* Pods-RnLiveness3d.release.xcconfig */;
|
|
296
|
-
buildSettings = {
|
|
297
|
-
HEADER_SEARCH_PATHS = (
|
|
298
|
-
"$(inherited)",
|
|
299
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
300
|
-
"$(SRCROOT)/../../../React/**",
|
|
301
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
302
|
-
);
|
|
303
|
-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
304
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
305
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
306
|
-
PRODUCT_NAME = RnLiveness3d;
|
|
307
|
-
SKIP_INSTALL = YES;
|
|
308
|
-
SWIFT_OBJC_BRIDGING_HEADER = "RnLiveness3d-Bridging-Header.h";
|
|
309
|
-
SWIFT_VERSION = 5.0;
|
|
310
|
-
};
|
|
311
|
-
name = Release;
|
|
312
|
-
};
|
|
313
|
-
/* End XCBuildConfiguration section */
|
|
314
|
-
|
|
315
|
-
/* Begin XCConfigurationList section */
|
|
316
|
-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RnLiveness3d" */ = {
|
|
317
|
-
isa = XCConfigurationList;
|
|
318
|
-
buildConfigurations = (
|
|
319
|
-
58B511ED1A9E6C8500147676 /* Debug */,
|
|
320
|
-
58B511EE1A9E6C8500147676 /* Release */,
|
|
321
|
-
);
|
|
322
|
-
defaultConfigurationIsVisible = 0;
|
|
323
|
-
defaultConfigurationName = Release;
|
|
324
|
-
};
|
|
325
|
-
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RnLiveness3d" */ = {
|
|
326
|
-
isa = XCConfigurationList;
|
|
327
|
-
buildConfigurations = (
|
|
328
|
-
58B511F01A9E6C8500147676 /* Debug */,
|
|
329
|
-
58B511F11A9E6C8500147676 /* Release */,
|
|
330
|
-
);
|
|
331
|
-
defaultConfigurationIsVisible = 0;
|
|
332
|
-
defaultConfigurationName = Release;
|
|
333
|
-
};
|
|
334
|
-
/* End XCConfigurationList section */
|
|
335
|
-
};
|
|
336
|
-
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
337
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1430"
|
|
4
|
-
version = "1.7">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
18
|
-
BuildableName = "libRnLiveness3d.a"
|
|
19
|
-
BlueprintName = "RnLiveness3d"
|
|
20
|
-
ReferencedContainer = "container:RnLiveness3d.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
<BuildActionEntry
|
|
24
|
-
buildForTesting = "YES"
|
|
25
|
-
buildForRunning = "YES"
|
|
26
|
-
buildForProfiling = "YES"
|
|
27
|
-
buildForArchiving = "YES"
|
|
28
|
-
buildForAnalyzing = "YES">
|
|
29
|
-
<BuildableReference
|
|
30
|
-
BuildableIdentifier = "primary"
|
|
31
|
-
BlueprintIdentifier = "1E2E843BEB5FDC71DDCCF52C06A9113F"
|
|
32
|
-
BuildableName = "OILiveness3D_FT"
|
|
33
|
-
BlueprintName = "OILiveness3D_FT"
|
|
34
|
-
ReferencedContainer = "container:Pods/Pods.xcodeproj">
|
|
35
|
-
</BuildableReference>
|
|
36
|
-
</BuildActionEntry>
|
|
37
|
-
</BuildActionEntries>
|
|
38
|
-
</BuildAction>
|
|
39
|
-
<TestAction
|
|
40
|
-
buildConfiguration = "Debug"
|
|
41
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
42
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
43
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
44
|
-
shouldAutocreateTestPlan = "YES">
|
|
45
|
-
</TestAction>
|
|
46
|
-
<LaunchAction
|
|
47
|
-
buildConfiguration = "Debug"
|
|
48
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
49
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
50
|
-
launchStyle = "0"
|
|
51
|
-
useCustomWorkingDirectory = "NO"
|
|
52
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
53
|
-
debugDocumentVersioning = "YES"
|
|
54
|
-
debugServiceExtension = "internal"
|
|
55
|
-
allowLocationSimulation = "YES">
|
|
56
|
-
</LaunchAction>
|
|
57
|
-
<ProfileAction
|
|
58
|
-
buildConfiguration = "Release"
|
|
59
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
60
|
-
savedToolIdentifier = ""
|
|
61
|
-
useCustomWorkingDirectory = "NO"
|
|
62
|
-
debugDocumentVersioning = "YES">
|
|
63
|
-
<MacroExpansion>
|
|
64
|
-
<BuildableReference
|
|
65
|
-
BuildableIdentifier = "primary"
|
|
66
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
67
|
-
BuildableName = "libRnLiveness3d.a"
|
|
68
|
-
BlueprintName = "RnLiveness3d"
|
|
69
|
-
ReferencedContainer = "container:RnLiveness3d.xcodeproj">
|
|
70
|
-
</BuildableReference>
|
|
71
|
-
</MacroExpansion>
|
|
72
|
-
</ProfileAction>
|
|
73
|
-
<AnalyzeAction
|
|
74
|
-
buildConfiguration = "Debug">
|
|
75
|
-
</AnalyzeAction>
|
|
76
|
-
<ArchiveAction
|
|
77
|
-
buildConfiguration = "Release"
|
|
78
|
-
revealArchiveInOrganizer = "YES">
|
|
79
|
-
</ArchiveAction>
|
|
80
|
-
</Scheme>
|
package/ios/info.plist
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>NSCameraUsageDescription</key>
|
|
6
|
-
<string>camera permission.</string>
|
|
7
|
-
</dict>
|
|
8
|
-
</plist>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ArgsType.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/FontsType.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultType.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultTypes.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/TextsType.ts"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ThemeType.ts"],"mappings":""}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.BackButton = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _Liveness3DContext = require("../context/Liveness3DContext");
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
-
const BackButton = _ref => {
|
|
14
|
-
let {
|
|
15
|
-
children,
|
|
16
|
-
...props
|
|
17
|
-
} = _ref;
|
|
18
|
-
const touchableOpacityRef = (0, _react.useRef)(null);
|
|
19
|
-
const {
|
|
20
|
-
onBack
|
|
21
|
-
} = (0, _Liveness3DContext.useLiveness3DContext)();
|
|
22
|
-
const handlePress = () => {
|
|
23
|
-
onBack();
|
|
24
|
-
};
|
|
25
|
-
return (
|
|
26
|
-
/*#__PURE__*/
|
|
27
|
-
//@ts-ignore
|
|
28
|
-
_react.default.createElement(_reactNative.TouchableOpacity, _extends({
|
|
29
|
-
ref: touchableOpacityRef,
|
|
30
|
-
onPress: handlePress
|
|
31
|
-
}, props), children)
|
|
32
|
-
);
|
|
33
|
-
};
|
|
34
|
-
exports.BackButton = BackButton;
|
|
35
|
-
//# sourceMappingURL=BackButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Liveness3DContext","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","BackButton","_ref","children","props","touchableOpacityRef","useRef","onBack","useLiveness3DContext","handlePress","createElement","TouchableOpacity","ref","onPress","exports"],"sourceRoot":"../../../src","sources":["actions/BackButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,kBAAA,GAAAF,OAAA;AAAoE,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAL,wBAAAS,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAAA,SAAAW,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAV,GAAA,IAAAa,MAAA,QAAAhB,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAb,GAAA,KAAAS,MAAA,CAAAT,GAAA,IAAAa,MAAA,CAAAb,GAAA,gBAAAS,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAH,SAAA;AAG7D,MAAMI,UAA6C,GAAGC,IAAA,IAGvD;EAAA,IAHwD;IAC5DC,QAAQ;IACR,GAAGC;EACL,CAAC,GAAAF,IAAA;EACC,MAAMG,mBAAmB,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EACxC,MAAM;IAAEC;EAAO,CAAC,GAAG,IAAAC,uCAAoB,GAAE;EAEzC,MAAMC,WAAW,GAAGA,CAAA,KAAM;IACxBF,MAAM,EAAE;EACV,CAAC;EAED;IAAA;IACE;IACA1C,MAAA,CAAAY,OAAA,CAAAiC,aAAA,CAAC1C,YAAA,CAAA2C,gBAAgB,EAAAnB,QAAA;MACfoB,GAAG,EAAEP,mBAAoB;MACzBQ,OAAO,EAAEJ;IAAY,GACjBL,KAAK,GAERD,QAAQ;EACQ;AAEvB,CAAC;AAACW,OAAA,CAAAb,UAAA,GAAAA,UAAA"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.ContinueButton = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _Liveness3DContext = require("../context/Liveness3DContext");
|
|
10
|
-
var _continueButton = require("../utils/continueButton");
|
|
11
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
14
|
-
const ContinueButton = _ref => {
|
|
15
|
-
let {
|
|
16
|
-
children,
|
|
17
|
-
...props
|
|
18
|
-
} = _ref;
|
|
19
|
-
const touchableOpacityRef = (0, _react.useRef)(null);
|
|
20
|
-
const {
|
|
21
|
-
setScreen,
|
|
22
|
-
startLiveness
|
|
23
|
-
} = (0, _Liveness3DContext.useLiveness3DContext)();
|
|
24
|
-
function onContinue() {
|
|
25
|
-
(0, _continueButton.continueButton)().then(result => {
|
|
26
|
-
result === true && startLiveness();
|
|
27
|
-
result === false && setScreen(2);
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
const handlePress = () => {
|
|
31
|
-
onContinue();
|
|
32
|
-
};
|
|
33
|
-
return (
|
|
34
|
-
/*#__PURE__*/
|
|
35
|
-
//@ts-ignore
|
|
36
|
-
_react.default.createElement(_reactNative.TouchableOpacity, _extends({
|
|
37
|
-
ref: touchableOpacityRef,
|
|
38
|
-
onPress: handlePress
|
|
39
|
-
}, props), children)
|
|
40
|
-
);
|
|
41
|
-
};
|
|
42
|
-
exports.ContinueButton = ContinueButton;
|
|
43
|
-
//# sourceMappingURL=ContinueButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Liveness3DContext","_continueButton","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","ContinueButton","_ref","children","props","touchableOpacityRef","useRef","setScreen","startLiveness","useLiveness3DContext","onContinue","continueButton","then","result","handlePress","createElement","TouchableOpacity","ref","onPress","exports"],"sourceRoot":"../../../src","sources":["actions/ContinueButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,kBAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AAAyD,SAAAI,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAN,wBAAAU,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAAA,SAAAW,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAV,GAAA,IAAAa,MAAA,QAAAhB,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAb,GAAA,KAAAS,MAAA,CAAAT,GAAA,IAAAa,MAAA,CAAAb,GAAA,gBAAAS,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAH,SAAA;AAGlD,MAAMI,cAAqD,GAAGC,IAAA,IAG/D;EAAA,IAHgE;IACpEC,QAAQ;IACR,GAAGC;EACL,CAAC,GAAAF,IAAA;EACC,MAAMG,mBAAmB,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EACxC,MAAM;IAAEC,SAAS;IAAEC;EAAc,CAAC,GAAG,IAAAC,uCAAoB,GAAE;EAE3D,SAASC,UAAUA,CAAA,EAAG;IACpB,IAAAC,8BAAc,GAAE,CAACC,IAAI,CAAEC,MAAM,IAAK;MAChCA,MAAM,KAAK,IAAI,IAAIL,aAAa,EAAE;MAClCK,MAAM,KAAK,KAAK,IAAIN,SAAS,CAAC,CAAC,CAAC;IAClC,CAAC,CAAC;EACJ;EAEA,MAAMO,WAAW,GAAGA,CAAA,KAAM;IACxBJ,UAAU,EAAE;EACd,CAAC;EAED;IAAA;IACE;IACA9C,MAAA,CAAAa,OAAA,CAAAsC,aAAA,CAAChD,YAAA,CAAAiD,gBAAgB,EAAAxB,QAAA;MACfyB,GAAG,EAAEZ,mBAAoB;MACzBa,OAAO,EAAEJ;IAAY,GACjBV,KAAK,GAERD,QAAQ;EACQ;AAEvB,CAAC;AAACgB,OAAA,CAAAlB,cAAA,GAAAA,cAAA"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.PermissionButton = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _Liveness3DContext = require("../context/Liveness3DContext");
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
-
const PermissionButton = _ref => {
|
|
14
|
-
let {
|
|
15
|
-
children,
|
|
16
|
-
...props
|
|
17
|
-
} = _ref;
|
|
18
|
-
const touchableOpacityRef = (0, _react.useRef)(null);
|
|
19
|
-
const {
|
|
20
|
-
onAskPermission
|
|
21
|
-
} = (0, _Liveness3DContext.useLiveness3DContext)();
|
|
22
|
-
const handlePress = () => {
|
|
23
|
-
onAskPermission();
|
|
24
|
-
};
|
|
25
|
-
return (
|
|
26
|
-
/*#__PURE__*/
|
|
27
|
-
//@ts-ignore
|
|
28
|
-
_react.default.createElement(_reactNative.TouchableOpacity, _extends({
|
|
29
|
-
ref: touchableOpacityRef,
|
|
30
|
-
onPress: handlePress
|
|
31
|
-
}, props), children)
|
|
32
|
-
);
|
|
33
|
-
};
|
|
34
|
-
exports.PermissionButton = PermissionButton;
|
|
35
|
-
//# sourceMappingURL=PermissionButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Liveness3DContext","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","PermissionButton","_ref","children","props","touchableOpacityRef","useRef","onAskPermission","useLiveness3DContext","handlePress","createElement","TouchableOpacity","ref","onPress","exports"],"sourceRoot":"../../../src","sources":["actions/PermissionButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,kBAAA,GAAAF,OAAA;AAAoE,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAL,wBAAAS,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAAA,SAAAW,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAV,GAAA,IAAAa,MAAA,QAAAhB,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAb,GAAA,KAAAS,MAAA,CAAAT,GAAA,IAAAa,MAAA,CAAAb,GAAA,gBAAAS,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAH,SAAA;AAG7D,MAAMI,gBAAyD,GAAGC,IAAA,IAGnE;EAAA,IAHoE;IACxEC,QAAQ;IACR,GAAGC;EACL,CAAC,GAAAF,IAAA;EACC,MAAMG,mBAAmB,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EACxC,MAAM;IAAEC;EAAgB,CAAC,GAAG,IAAAC,uCAAoB,GAAE;EAElD,MAAMC,WAAW,GAAGA,CAAA,KAAM;IACxBF,eAAe,EAAE;EACnB,CAAC;EAED;IAAA;IACE;IACA1C,MAAA,CAAAY,OAAA,CAAAiC,aAAA,CAAC1C,YAAA,CAAA2C,gBAAgB,EAAAnB,QAAA;MACfoB,GAAG,EAAEP,mBAAoB;MACzBQ,OAAO,EAAEJ;IAAY,GACjBL,KAAK,GAERD,QAAQ;EACQ;AAEvB,CAAC;AAACW,OAAA,CAAAb,gBAAA,GAAAA,gBAAA"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|