@oiti/rn-liveness3d 5.3.0 → 5.3.1
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 +2 -2
- package/android/src/main/AndroidManifest.xml +2 -1
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +43 -9
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +104 -165
- package/ios/Podfile +2 -2
- package/ios/RnLiveness3d.h +1 -11
- package/ios/RnLiveness3d.mm +8 -20
- package/ios/RnLiveness3dSwiftModule.swift +131 -93
- package/lib/commonjs/@types/ArgsType.js.map +1 -1
- package/lib/commonjs/@types/FontsType.js.map +1 -1
- package/lib/commonjs/@types/ResultType.js.map +1 -1
- package/lib/commonjs/@types/ResultTypes.js.map +1 -1
- package/lib/commonjs/@types/TextsType.js.map +1 -1
- package/lib/commonjs/@types/ThemeType.js.map +1 -1
- package/lib/commonjs/NativeRnLiveness3d.js.map +1 -1
- package/lib/commonjs/actions/BackButton.js +4 -6
- package/lib/commonjs/actions/BackButton.js.map +1 -1
- package/lib/commonjs/actions/ContinueButton.js +4 -6
- package/lib/commonjs/actions/ContinueButton.js.map +1 -1
- package/lib/commonjs/actions/PermissionButton.js +4 -6
- package/lib/commonjs/actions/PermissionButton.js.map +1 -1
- package/lib/commonjs/context/Liveness3DContext.js +3 -5
- package/lib/commonjs/context/Liveness3DContext.js.map +1 -1
- package/lib/commonjs/helpers/Liveness3DHelper.js +1 -4
- package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -1
- package/lib/commonjs/index.js +26 -31
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -1
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -1
- package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -1
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -1
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js +47 -65
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/commonjs/screens/PermissionView.js +29 -40
- package/lib/commonjs/screens/PermissionView.js.map +1 -1
- package/lib/commonjs/utils/continueButton.js.map +1 -1
- package/lib/commonjs/utils/normalize.js.map +1 -1
- package/lib/commonjs/utils/permissions.js.map +1 -1
- package/lib/commonjs/utils/screenStore.js.map +1 -1
- package/lib/module/@types/ArgsType.js +0 -2
- package/lib/module/@types/ArgsType.js.map +1 -1
- package/lib/module/@types/FontsType.js +1 -1
- package/lib/module/@types/FontsType.js.map +1 -1
- package/lib/module/@types/ResultType.js +1 -1
- package/lib/module/@types/ResultType.js.map +1 -1
- package/lib/module/@types/ResultTypes.js +0 -2
- package/lib/module/@types/ResultTypes.js.map +1 -1
- package/lib/module/@types/TextsType.js +1 -1
- package/lib/module/@types/TextsType.js.map +1 -1
- package/lib/module/@types/ThemeType.js +1 -1
- package/lib/module/@types/ThemeType.js.map +1 -1
- package/lib/module/NativeRnLiveness3d.js +0 -2
- package/lib/module/NativeRnLiveness3d.js.map +1 -1
- package/lib/module/actions/BackButton.js +4 -8
- package/lib/module/actions/BackButton.js.map +1 -1
- package/lib/module/actions/ContinueButton.js +4 -8
- package/lib/module/actions/ContinueButton.js.map +1 -1
- package/lib/module/actions/PermissionButton.js +4 -8
- package/lib/module/actions/PermissionButton.js.map +1 -1
- package/lib/module/context/Liveness3DContext.js +3 -7
- package/lib/module/context/Liveness3DContext.js.map +1 -1
- package/lib/module/helpers/Liveness3DHelper.js +1 -6
- package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
- package/lib/module/index.js +26 -33
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/Liveness3DHelper.js +0 -2
- package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
- package/lib/module/interfaces/OitiBackButtonInterface.js +0 -2
- package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
- package/lib/module/interfaces/OitiContinueButton.js +0 -2
- package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
- package/lib/module/interfaces/OitiPermissionButtonInterface.js +0 -2
- package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
- package/lib/module/screens/Liveness3D/InstructionsView.js +47 -67
- package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/module/screens/PermissionView.js +29 -42
- package/lib/module/screens/PermissionView.js.map +1 -1
- package/lib/module/utils/continueButton.js +0 -2
- package/lib/module/utils/continueButton.js.map +1 -1
- package/lib/module/utils/normalize.js +0 -2
- package/lib/module/utils/normalize.js.map +1 -1
- package/lib/module/utils/permissions.js +0 -2
- package/lib/module/utils/permissions.js.map +1 -1
- package/lib/module/utils/screenStore.js +0 -2
- package/lib/module/utils/screenStore.js.map +1 -1
- package/oiti-rn-liveness3d.podspec +18 -27
- package/package.json +32 -26
- package/src/index.tsx +4 -4
- package/ios/Podfile.lock +0 -50
- package/ios/Pods/OICommons/Output/OICommons.xcframework/Info.plist +0 -44
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +0 -327
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +0 -650
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +0 -311
- package/ios/Pods/OICommons/README.md +0 -40
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/Info.plist +0 -46
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +0 -455
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +0 -906
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/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/Framework/Output/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/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/OIComponents/README.md +0 -29
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/Info.plist +0 -44
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -343
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -682
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/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/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +0 -377
- package/ios/Pods/OILiveness3D/README.md +0 -1
- 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 -1935
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
- 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 -462
- 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 -1935
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
- 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 -316
- 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/OINetwork.framework/_CodeSignature/CodeResources +0 -190
- 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 -1817
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +0 -628
- 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/Output/OISecurity.xcframework/Info.plist +0 -44
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +0 -311
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +0 -618
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1261
- 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/lib/commonjs/package.json +0 -1
- package/lib/module/package.json +0 -1
package/android/build.gradle
CHANGED
|
@@ -6,7 +6,7 @@ buildscript {
|
|
|
6
6
|
google()
|
|
7
7
|
mavenCentral()
|
|
8
8
|
maven {
|
|
9
|
-
url 'https://raw.githubusercontent.com/oititec/android-oiti-versions
|
|
9
|
+
url 'https://raw.githubusercontent.com/oititec/android-oiti-versions/master'
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -140,7 +140,7 @@ dependencies {
|
|
|
140
140
|
implementation "com.facebook.react:react-native:+"
|
|
141
141
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
142
142
|
|
|
143
|
-
implementation 'br.com.oiti:liveness3d-sdk:9.5.
|
|
143
|
+
implementation 'br.com.oiti:liveness3d-sdk:9.5.8'
|
|
144
144
|
|
|
145
145
|
// From node_modules
|
|
146
146
|
}
|
|
@@ -19,6 +19,7 @@ import com.facebook.react.bridge.Callback
|
|
|
19
19
|
import com.facebook.react.bridge.Promise
|
|
20
20
|
import com.facebook.react.bridge.ReactApplicationContext
|
|
21
21
|
import com.facebook.react.bridge.ReadableMap
|
|
22
|
+
import com.facebook.react.bridge.ReadableType
|
|
22
23
|
import com.facebook.react.module.annotations.ReactModule
|
|
23
24
|
import org.json.JSONObject
|
|
24
25
|
|
|
@@ -90,19 +91,18 @@ class RnLiveness3dModule(reactContext: ReactApplicationContext) :
|
|
|
90
91
|
val textsMap = args?.getMap(name = "liveness3Dtext")
|
|
91
92
|
val loadingMap = args?.getMap(name = "loading")
|
|
92
93
|
|
|
93
|
-
val themeBuilder = themeMap
|
|
94
|
+
val themeBuilder = themeMap
|
|
95
|
+
?.takeIf { it.hasKeyIteratorEntries() }
|
|
96
|
+
?.let { Liveness3DTheme(readableMapToMap(it)).apply() }
|
|
94
97
|
val fonts = fontsMap?.let { getFonts(readableMapToMap(it)) }
|
|
95
98
|
val texts = textsMap?.let { Liveness3DText().getTexts(readableMapToMap(it)) }
|
|
96
99
|
|
|
97
|
-
val loadingTypeString = loadingMap
|
|
100
|
+
val loadingTypeString = loadingMap.readStringKey("type") ?: "default"
|
|
98
101
|
val loadingType =
|
|
99
102
|
if (loadingTypeString == "default") LoadingType3D.ACTIVITY_INDICATOR else LoadingType3D.SPINNER
|
|
100
|
-
val loadingColor = loadingMap
|
|
101
|
-
val loadingBackground = loadingMap
|
|
102
|
-
val loadingSize =
|
|
103
|
-
true -> loadingMap.getInt(name = "size")
|
|
104
|
-
else -> 10
|
|
105
|
-
}
|
|
103
|
+
val loadingColor = loadingMap.readStringKey("loadingColor") ?: "#000000"
|
|
104
|
+
val loadingBackground = loadingMap.readStringKey("backgroundColor") ?: "#FFFFFF"
|
|
105
|
+
val loadingSize = normalizeLoadingSize(loadingMap.readIntKey("size") ?: 10)
|
|
106
106
|
|
|
107
107
|
Log.d("ENV", environmentString)
|
|
108
108
|
Log.d("ENV", appKey)
|
|
@@ -188,7 +188,12 @@ class RnLiveness3dModule(reactContext: ReactApplicationContext) :
|
|
|
188
188
|
val iterator = it.keySetIterator()
|
|
189
189
|
while (iterator.hasNextKey()) {
|
|
190
190
|
val key = iterator.nextKey()
|
|
191
|
-
val value = it.
|
|
191
|
+
val value = when (it.getType(key)) {
|
|
192
|
+
ReadableType.String -> it.getString(key)
|
|
193
|
+
ReadableType.Number -> it.getDouble(key).toString()
|
|
194
|
+
ReadableType.Boolean -> it.getBoolean(key).toString()
|
|
195
|
+
else -> null
|
|
196
|
+
}
|
|
192
197
|
map[key] = value
|
|
193
198
|
}
|
|
194
199
|
}
|
|
@@ -236,6 +241,35 @@ class RnLiveness3dModule(reactContext: ReactApplicationContext) :
|
|
|
236
241
|
}
|
|
237
242
|
}
|
|
238
243
|
|
|
244
|
+
private fun ReadableMap.hasKeyIteratorEntries(): Boolean {
|
|
245
|
+
val iterator = keySetIterator()
|
|
246
|
+
return iterator.hasNextKey()
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
private fun ReadableMap?.readStringKey(key: String): String? {
|
|
250
|
+
if (this == null || !hasKey(key) || isNull(key)) return null
|
|
251
|
+
return when (getType(key)) {
|
|
252
|
+
ReadableType.String -> getString(key)
|
|
253
|
+
ReadableType.Number -> getDouble(key).toString()
|
|
254
|
+
ReadableType.Boolean -> getBoolean(key).toString()
|
|
255
|
+
else -> null
|
|
256
|
+
}?.takeIf { it.isNotBlank() }
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
private fun ReadableMap?.readIntKey(key: String): Int? {
|
|
260
|
+
if (this == null || !hasKey(key) || isNull(key)) return null
|
|
261
|
+
return when (getType(key)) {
|
|
262
|
+
ReadableType.Number -> getDouble(key).toInt()
|
|
263
|
+
ReadableType.String -> getString(key)?.toIntOrNull()
|
|
264
|
+
else -> null
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
private fun normalizeLoadingSize(rawSize: Int): Int {
|
|
269
|
+
val safeSize = rawSize.coerceAtLeast(0)
|
|
270
|
+
return if (safeSize <= 10) safeSize * 30 else safeSize
|
|
271
|
+
}
|
|
272
|
+
|
|
239
273
|
companion object {
|
|
240
274
|
const val NAME = "RnLiveness3d"
|
|
241
275
|
private const val CAMERA_PERMISSION_REQUEST_CODE = 100
|
|
@@ -1,229 +1,168 @@
|
|
|
1
1
|
package br.com.oiti.rnliveness3d.theme
|
|
2
2
|
|
|
3
|
-
import androidx.annotation.DrawableRes
|
|
4
3
|
import br.com.oiti.liveness3d.theme.Liveness3DTheme
|
|
5
4
|
|
|
6
5
|
class Liveness3DTheme(
|
|
7
6
|
private var themeBuilder: Map<String, String?>?,
|
|
8
7
|
) {
|
|
9
|
-
|
|
8
|
+
private fun parseIntThemeValue(key: String): Int? {
|
|
9
|
+
val raw = themeBuilder?.get(key)?.trim()?.takeIf { it.isNotEmpty() } ?: return null
|
|
10
|
+
return raw.toIntOrNull() ?: raw.toDoubleOrNull()?.toInt()
|
|
11
|
+
}
|
|
12
|
+
|
|
10
13
|
private val guidanceCustomizationBackgroundColors: String? =
|
|
11
|
-
themeBuilder?.get("guidanceCustomizationBackgroundColors")
|
|
14
|
+
themeBuilder?.get("guidanceCustomizationBackgroundColors")
|
|
12
15
|
private val guidanceCustomizationForegroundColor: String? =
|
|
13
|
-
themeBuilder?.get("guidanceCustomizationForegroundColor")
|
|
16
|
+
themeBuilder?.get("guidanceCustomizationForegroundColor")
|
|
14
17
|
|
|
15
|
-
//Buttons
|
|
16
18
|
private val guidanceCustomizationButtonTextNormalColor: String? =
|
|
17
|
-
themeBuilder?.get("
|
|
19
|
+
themeBuilder?.get("guidanceCustomizationButtonTextNormalColor")
|
|
18
20
|
private val guidanceCustomizationButtonBackgroundNormalColor: String? =
|
|
19
|
-
themeBuilder?.get("guidanceCustomizationButtonBackgroundNormalColor")
|
|
20
|
-
|
|
21
|
+
themeBuilder?.get("guidanceCustomizationButtonBackgroundNormalColor")
|
|
21
22
|
private val guidanceCustomizationButtonTextHighlightColor: String? =
|
|
22
|
-
themeBuilder?.get("guidanceCustomizationButtonTextHighlightColor")
|
|
23
|
+
themeBuilder?.get("guidanceCustomizationButtonTextHighlightColor")
|
|
23
24
|
private val guidanceCustomizationButtonBackgroundHighlightColor: String? =
|
|
24
|
-
themeBuilder?.get("guidanceCustomizationButtonBackgroundHighlightColor")
|
|
25
|
+
themeBuilder?.get("guidanceCustomizationButtonBackgroundHighlightColor")
|
|
25
26
|
private val guidanceCustomizationButtonTextDisabledColor: String? =
|
|
26
|
-
themeBuilder?.get("guidanceCustomizationButtonTextDisabledColor")
|
|
27
|
+
themeBuilder?.get("guidanceCustomizationButtonTextDisabledColor")
|
|
27
28
|
private val guidanceCustomizationButtonBackgroundDisabledColor: String? =
|
|
28
|
-
themeBuilder?.get("guidanceCustomizationButtonBackgroundDisabledColor")
|
|
29
|
+
themeBuilder?.get("guidanceCustomizationButtonBackgroundDisabledColor")
|
|
29
30
|
private val guidanceCustomizationButtonBorderColor: String? =
|
|
30
|
-
themeBuilder?.get("guidanceCustomizationButtonBorderColor")
|
|
31
|
+
themeBuilder?.get("guidanceCustomizationButtonBorderColor")
|
|
31
32
|
private val guidanceCustomizationButtonBorderWidth: Int? =
|
|
32
|
-
|
|
33
|
+
parseIntThemeValue("guidanceCustomizationButtonBorderWidth")
|
|
33
34
|
private val guidanceCustomizationButtonCornerRadius: Int? =
|
|
34
|
-
|
|
35
|
+
parseIntThemeValue("guidanceCustomizationButtonCornerRadius")
|
|
35
36
|
|
|
36
|
-
//Ready Screen
|
|
37
37
|
private val guidanceCustomizationReadyScreenHeaderTextColor: String? =
|
|
38
|
-
themeBuilder?.get("guidanceCustomizationReadyScreenHeaderTextColor")
|
|
38
|
+
themeBuilder?.get("guidanceCustomizationReadyScreenHeaderTextColor")
|
|
39
39
|
private val guidanceCustomizationReadyScreenSubtextTextColor: String? =
|
|
40
|
-
themeBuilder?.get("guidanceCustomizationReadyScreenSubtextTextColor")
|
|
40
|
+
themeBuilder?.get("guidanceCustomizationReadyScreenSubtextTextColor")
|
|
41
41
|
|
|
42
|
-
//Retry Screen
|
|
43
42
|
private val guidanceCustomizationRetryScreenHeaderTextColor: String? =
|
|
44
|
-
themeBuilder?.get("guidanceCustomizationRetryScreenHeaderTextColor")
|
|
43
|
+
themeBuilder?.get("guidanceCustomizationRetryScreenHeaderTextColor")
|
|
45
44
|
private val guidanceCustomizationRetryScreenSubtextTextColor: String? =
|
|
46
|
-
themeBuilder?.get("guidanceCustomizationRetryScreenSubtextTextColor")
|
|
45
|
+
themeBuilder?.get("guidanceCustomizationRetryScreenSubtextTextColor")
|
|
47
46
|
private val guidanceCustomizationReadyScreenOvalFillColor: String? =
|
|
48
|
-
themeBuilder?.get("guidanceCustomizationReadyScreenOvalFillColor")
|
|
47
|
+
themeBuilder?.get("guidanceCustomizationReadyScreenOvalFillColor")
|
|
49
48
|
private val guidanceCustomizationReadyScreenTextBackgroundColor: String? =
|
|
50
|
-
themeBuilder?.get("guidanceCustomizationReadyScreenTextBackgroundColor")
|
|
49
|
+
themeBuilder?.get("guidanceCustomizationReadyScreenTextBackgroundColor")
|
|
51
50
|
private val guidanceCustomizationReadyScreenTextBackgroundCornerRadius: Int? =
|
|
52
|
-
|
|
51
|
+
parseIntThemeValue("guidanceCustomizationReadyScreenTextBackgroundCornerRadius")
|
|
53
52
|
private val guidanceCustomizationRetryScreenImageBorderColor: String? =
|
|
54
|
-
themeBuilder?.get("guidanceCustomizationRetryScreenImageBorderColor")
|
|
53
|
+
themeBuilder?.get("guidanceCustomizationRetryScreenImageBorderColor")
|
|
55
54
|
private val guidanceCustomizationRetryScreenImageBorderWidth: Int? =
|
|
56
|
-
|
|
55
|
+
parseIntThemeValue("guidanceCustomizationRetryScreenImageBorderWidth")
|
|
57
56
|
private val guidanceCustomizationRetryScreenImageCornerRadius: Int? =
|
|
58
|
-
|
|
57
|
+
parseIntThemeValue("guidanceCustomizationRetryScreenImageCornerRadius")
|
|
59
58
|
private val guidanceCustomizationRetryScreenOvalStrokeColor: String? =
|
|
60
|
-
themeBuilder?.get("guidanceCustomizationRetryScreenOvalStrokeColor")
|
|
59
|
+
themeBuilder?.get("guidanceCustomizationRetryScreenOvalStrokeColor")
|
|
61
60
|
|
|
62
|
-
//Result Screen Customization
|
|
63
|
-
private val resultScreenCustomizationAnimationRelativeScale: Float = 1.0F
|
|
64
61
|
private val resultScreenCustomizationForegroundColor: String? =
|
|
65
|
-
themeBuilder?.get("resultScreenCustomizationForegroundColor")
|
|
62
|
+
themeBuilder?.get("resultScreenCustomizationForegroundColor")
|
|
66
63
|
private val resultScreenCustomizationBackgroundColors: String? =
|
|
67
|
-
themeBuilder?.get("resultScreenCustomizationBackgroundColors")
|
|
64
|
+
themeBuilder?.get("resultScreenCustomizationBackgroundColors")
|
|
68
65
|
private val resultScreenCustomizationActivityIndicatorColor: String? =
|
|
69
|
-
themeBuilder?.get("resultScreenCustomizationActivityIndicatorColor")
|
|
70
|
-
|
|
71
|
-
@DrawableRes
|
|
72
|
-
private val resultScreenCustomizationCustomActivityIndicatorImage: Int? = null
|
|
73
|
-
private val resultScreenCustomizationCustomActivityIndicatorRotationInterval: Int = 1000
|
|
74
|
-
private val resultScreenCustomizationCustomActivityIndicatorAnimation: Int = 0
|
|
75
|
-
private val resultScreenCustomizationShowUploadProgressBar: Boolean = true
|
|
66
|
+
themeBuilder?.get("resultScreenCustomizationActivityIndicatorColor")
|
|
76
67
|
private val resultScreenCustomizationUploadProgressFillColor: String? =
|
|
77
|
-
themeBuilder?.get("resultScreenCustomizationUploadProgressFillColor")
|
|
68
|
+
themeBuilder?.get("resultScreenCustomizationUploadProgressFillColor")
|
|
78
69
|
private val resultScreenCustomizationUploadProgressTrackColor: String? =
|
|
79
|
-
themeBuilder?.get("resultScreenCustomizationUploadProgressTrackColor")
|
|
70
|
+
themeBuilder?.get("resultScreenCustomizationUploadProgressTrackColor")
|
|
80
71
|
private val resultScreenCustomizationResultAnimationBackgroundColor: String? =
|
|
81
|
-
themeBuilder?.get("resultScreenCustomizationResultAnimationBackgroundColor")
|
|
72
|
+
themeBuilder?.get("resultScreenCustomizationResultAnimationBackgroundColor")
|
|
82
73
|
private val resultScreenCustomizationResultAnimationForegroundColor: String? =
|
|
83
|
-
themeBuilder?.get("resultScreenCustomizationResultAnimationForegroundColor")
|
|
84
|
-
|
|
74
|
+
themeBuilder?.get("resultScreenCustomizationResultAnimationForegroundColor")
|
|
85
75
|
|
|
86
|
-
//Oval Customization
|
|
87
76
|
private val ovalCustomizationStrokeWidth: Int? =
|
|
88
|
-
|
|
77
|
+
parseIntThemeValue("ovalCustomizationStrokeWidth")
|
|
89
78
|
private val ovalCustomizationStrokeColor: String? =
|
|
90
|
-
themeBuilder?.get("ovalCustomizationStrokeColor")
|
|
79
|
+
themeBuilder?.get("ovalCustomizationStrokeColor")
|
|
91
80
|
private val ovalCustomizationProgressStrokeWidth: Int? =
|
|
92
|
-
|
|
81
|
+
parseIntThemeValue("ovalCustomizationProgressStrokeWidth")
|
|
93
82
|
private val ovalCustomizationProgressColor1: String? =
|
|
94
|
-
themeBuilder?.get("ovalCustomizationProgressColor1")
|
|
83
|
+
themeBuilder?.get("ovalCustomizationProgressColor1")
|
|
95
84
|
private val ovalCustomizationProgressColor2: String? =
|
|
96
|
-
themeBuilder?.get("ovalCustomizationProgressColor2")
|
|
85
|
+
themeBuilder?.get("ovalCustomizationProgressColor2")
|
|
97
86
|
private val ovalCustomizationProgressRadialOffset: Int? =
|
|
98
|
-
|
|
87
|
+
parseIntThemeValue("ovalCustomizationProgressRadialOffset")
|
|
99
88
|
|
|
100
|
-
//Frame Customization
|
|
101
89
|
private val frameCustomizationBorderWidth: Int? =
|
|
102
|
-
|
|
90
|
+
parseIntThemeValue("frameCustomizationBorderWidth")
|
|
103
91
|
private val frameCustomizationCornerRadius: Int? =
|
|
104
|
-
|
|
92
|
+
parseIntThemeValue("frameCustomizationCornerRadius")
|
|
105
93
|
private val frameCustomizationBorderColor: String? =
|
|
106
|
-
themeBuilder?.get("frameCustomizationBorderColor")
|
|
94
|
+
themeBuilder?.get("frameCustomizationBorderColor")
|
|
107
95
|
private val frameCustomizationBackgroundColor: String? =
|
|
108
|
-
themeBuilder?.get("frameCustomizationBackgroundColor")
|
|
96
|
+
themeBuilder?.get("frameCustomizationBackgroundColor")
|
|
109
97
|
private val frameCustomizationElevation: Int? =
|
|
110
|
-
|
|
98
|
+
parseIntThemeValue("frameCustomizationElevation")
|
|
111
99
|
|
|
112
|
-
//Overlay Customization
|
|
113
100
|
private val overlayCustomizationBackgroundColor: String? =
|
|
114
|
-
themeBuilder?.get("overlayCustomizationBackgroundColor")
|
|
101
|
+
themeBuilder?.get("overlayCustomizationBackgroundColor")
|
|
115
102
|
|
|
116
|
-
//Feedback Customization
|
|
117
103
|
private val feedbackCustomizationCornerRadius: Int? =
|
|
118
|
-
|
|
104
|
+
parseIntThemeValue("feedbackCustomizationCornerRadius")
|
|
119
105
|
private val feedbackCustomizationBackgroundColors: String? =
|
|
120
|
-
themeBuilder?.get("
|
|
106
|
+
themeBuilder?.get("feedbackCustomizationBackgroundColors")
|
|
121
107
|
private val feedbackCustomizationTextColor: String? =
|
|
122
|
-
themeBuilder?.get("feedbackCustomizationTextColor")
|
|
108
|
+
themeBuilder?.get("feedbackCustomizationTextColor")
|
|
123
109
|
|
|
124
110
|
|
|
125
111
|
fun apply(): Liveness3DTheme {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
//Result Screen
|
|
183
|
-
.resultScreenCustomizationAnimationRelativeScale(
|
|
184
|
-
resultScreenCustomizationAnimationRelativeScale
|
|
185
|
-
)
|
|
186
|
-
.resultScreenCustomizationForegroundColor(resultScreenCustomizationForegroundColor)
|
|
187
|
-
.resultScreenCustomizationBackgroundColors(resultScreenCustomizationBackgroundColors)
|
|
188
|
-
.resultScreenCustomizationActivityIndicatorColor(
|
|
189
|
-
resultScreenCustomizationActivityIndicatorColor
|
|
190
|
-
)
|
|
191
|
-
.resultScreenCustomizationUploadProgressFillColor(
|
|
192
|
-
resultScreenCustomizationUploadProgressFillColor
|
|
193
|
-
)
|
|
194
|
-
.resultScreenCustomizationUploadProgressTrackColor(
|
|
195
|
-
resultScreenCustomizationUploadProgressTrackColor
|
|
196
|
-
)
|
|
197
|
-
.resultScreenCustomizationResultAnimationBackgroundColor(
|
|
198
|
-
resultScreenCustomizationResultAnimationBackgroundColor
|
|
199
|
-
)
|
|
200
|
-
.resultScreenCustomizationResultAnimationForegroundColor(
|
|
201
|
-
resultScreenCustomizationResultAnimationForegroundColor
|
|
202
|
-
)
|
|
203
|
-
|
|
204
|
-
//Oval
|
|
205
|
-
.ovalCustomizationStrokeWidth(ovalCustomizationStrokeWidth)
|
|
206
|
-
.ovalCustomizationStrokeColor(ovalCustomizationStrokeColor)
|
|
207
|
-
.ovalCustomizationProgressStrokeWidth(ovalCustomizationProgressStrokeWidth)
|
|
208
|
-
.ovalCustomizationProgressColor1(ovalCustomizationProgressColor1)
|
|
209
|
-
.ovalCustomizationProgressColor2(ovalCustomizationProgressColor2)
|
|
210
|
-
.ovalCustomizationProgressRadialOffset(ovalCustomizationProgressRadialOffset)
|
|
211
|
-
|
|
212
|
-
//Frame
|
|
213
|
-
.frameCustomizationBorderWidth(frameCustomizationBorderWidth)
|
|
214
|
-
.frameCustomizationCornerRadius(frameCustomizationCornerRadius)
|
|
215
|
-
.frameCustomizationBorderColor(frameCustomizationBorderColor)
|
|
216
|
-
.frameCustomizationBackgroundColor(frameCustomizationBackgroundColor)
|
|
217
|
-
.frameCustomizationElevation(frameCustomizationElevation)
|
|
218
|
-
|
|
219
|
-
//Overlay
|
|
220
|
-
.overlayCustomizationBackgroundColor(overlayCustomizationBackgroundColor)
|
|
221
|
-
|
|
222
|
-
//Feedback Screen
|
|
223
|
-
.feedbackCustomizationCornerRadius(feedbackCustomizationCornerRadius)
|
|
224
|
-
.feedbackCustomizationBackgroundColors(feedbackCustomizationBackgroundColors)
|
|
225
|
-
.feedbackCustomizationTextColor(feedbackCustomizationTextColor)
|
|
226
|
-
|
|
227
|
-
.build()
|
|
112
|
+
val builder = Liveness3DTheme.Builder()
|
|
113
|
+
|
|
114
|
+
guidanceCustomizationBackgroundColors?.let { builder.guidanceCustomizationBackgroundColors(it) }
|
|
115
|
+
guidanceCustomizationForegroundColor?.let { builder.guidanceCustomizationForegroundColor(it) }
|
|
116
|
+
guidanceCustomizationButtonTextNormalColor?.let { builder.guidanceCustomizationButtonTextNormalColor(it) }
|
|
117
|
+
guidanceCustomizationButtonBackgroundNormalColor?.let { builder.guidanceCustomizationButtonBackgroundNormalColor(it) }
|
|
118
|
+
guidanceCustomizationButtonTextHighlightColor?.let { builder.guidanceCustomizationButtonTextHighlightColor(it) }
|
|
119
|
+
guidanceCustomizationButtonBackgroundHighlightColor?.let { builder.guidanceCustomizationButtonBackgroundHighlightColor(it) }
|
|
120
|
+
guidanceCustomizationButtonTextDisabledColor?.let { builder.guidanceCustomizationButtonTextDisabledColor(it) }
|
|
121
|
+
guidanceCustomizationButtonBackgroundDisabledColor?.let { builder.guidanceCustomizationButtonBackgroundDisabledColor(it) }
|
|
122
|
+
guidanceCustomizationButtonBorderColor?.let { builder.guidanceCustomizationButtonBorderColor(it) }
|
|
123
|
+
guidanceCustomizationButtonBorderWidth?.let { builder.guidanceCustomizationButtonBorderWidth(it) }
|
|
124
|
+
guidanceCustomizationButtonCornerRadius?.let { builder.guidanceCustomizationButtonCornerRadius(it) }
|
|
125
|
+
|
|
126
|
+
guidanceCustomizationReadyScreenHeaderTextColor?.let { builder.guidanceCustomizationReadyScreenHeaderTextColor(it) }
|
|
127
|
+
guidanceCustomizationReadyScreenSubtextTextColor?.let { builder.guidanceCustomizationReadyScreenSubtextTextColor(it) }
|
|
128
|
+
|
|
129
|
+
guidanceCustomizationRetryScreenHeaderTextColor?.let { builder.guidanceCustomizationRetryScreenHeaderTextColor(it) }
|
|
130
|
+
guidanceCustomizationRetryScreenSubtextTextColor?.let { builder.guidanceCustomizationRetryScreenSubtextTextColor(it) }
|
|
131
|
+
guidanceCustomizationRetryScreenImageBorderColor?.let { builder.guidanceCustomizationRetryScreenImageBorderColor(it) }
|
|
132
|
+
guidanceCustomizationRetryScreenImageBorderWidth?.let { builder.guidanceCustomizationRetryScreenImageBorderWidth(it) }
|
|
133
|
+
guidanceCustomizationRetryScreenImageCornerRadius?.let { builder.guidanceCustomizationRetryScreenImageCornerRadius(it) }
|
|
134
|
+
guidanceCustomizationRetryScreenOvalStrokeColor?.let { builder.guidanceCustomizationRetryScreenOvalStrokeColor(it) }
|
|
135
|
+
guidanceCustomizationReadyScreenOvalFillColor?.let { builder.guidanceCustomizationReadyScreenOvalFillColor(it) }
|
|
136
|
+
guidanceCustomizationReadyScreenTextBackgroundColor?.let { builder.guidanceCustomizationReadyScreenTextBackgroundColor(it) }
|
|
137
|
+
guidanceCustomizationReadyScreenTextBackgroundCornerRadius?.let { builder.guidanceCustomizationReadyScreenTextBackgroundCornerRadius(it) }
|
|
138
|
+
|
|
139
|
+
resultScreenCustomizationForegroundColor?.let { builder.resultScreenCustomizationForegroundColor(it) }
|
|
140
|
+
resultScreenCustomizationBackgroundColors?.let { builder.resultScreenCustomizationBackgroundColors(it) }
|
|
141
|
+
resultScreenCustomizationActivityIndicatorColor?.let { builder.resultScreenCustomizationActivityIndicatorColor(it) }
|
|
142
|
+
resultScreenCustomizationUploadProgressFillColor?.let { builder.resultScreenCustomizationUploadProgressFillColor(it) }
|
|
143
|
+
resultScreenCustomizationUploadProgressTrackColor?.let { builder.resultScreenCustomizationUploadProgressTrackColor(it) }
|
|
144
|
+
resultScreenCustomizationResultAnimationBackgroundColor?.let { builder.resultScreenCustomizationResultAnimationBackgroundColor(it) }
|
|
145
|
+
resultScreenCustomizationResultAnimationForegroundColor?.let { builder.resultScreenCustomizationResultAnimationForegroundColor(it) }
|
|
146
|
+
|
|
147
|
+
ovalCustomizationStrokeWidth?.let { builder.ovalCustomizationStrokeWidth(it) }
|
|
148
|
+
ovalCustomizationStrokeColor?.let { builder.ovalCustomizationStrokeColor(it) }
|
|
149
|
+
ovalCustomizationProgressStrokeWidth?.let { builder.ovalCustomizationProgressStrokeWidth(it) }
|
|
150
|
+
ovalCustomizationProgressColor1?.let { builder.ovalCustomizationProgressColor1(it) }
|
|
151
|
+
ovalCustomizationProgressColor2?.let { builder.ovalCustomizationProgressColor2(it) }
|
|
152
|
+
ovalCustomizationProgressRadialOffset?.let { builder.ovalCustomizationProgressRadialOffset(it) }
|
|
153
|
+
|
|
154
|
+
frameCustomizationBorderWidth?.let { builder.frameCustomizationBorderWidth(it) }
|
|
155
|
+
frameCustomizationCornerRadius?.let { builder.frameCustomizationCornerRadius(it) }
|
|
156
|
+
frameCustomizationBorderColor?.let { builder.frameCustomizationBorderColor(it) }
|
|
157
|
+
frameCustomizationBackgroundColor?.let { builder.frameCustomizationBackgroundColor(it) }
|
|
158
|
+
frameCustomizationElevation?.let { builder.frameCustomizationElevation(it) }
|
|
159
|
+
|
|
160
|
+
overlayCustomizationBackgroundColor?.let { builder.overlayCustomizationBackgroundColor(it) }
|
|
161
|
+
|
|
162
|
+
feedbackCustomizationCornerRadius?.let { builder.feedbackCustomizationCornerRadius(it) }
|
|
163
|
+
feedbackCustomizationBackgroundColors?.let { builder.feedbackCustomizationBackgroundColors(it) }
|
|
164
|
+
feedbackCustomizationTextColor?.let { builder.feedbackCustomizationTextColor(it) }
|
|
165
|
+
|
|
166
|
+
return builder.build()
|
|
228
167
|
}
|
|
229
168
|
}
|
package/ios/Podfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
platform :ios, '12.4'
|
|
2
2
|
|
|
3
|
-
source 'https://github.com/oititec/ios-artifactory
|
|
3
|
+
source 'https://github.com/oititec/ios-artifactory.git'
|
|
4
4
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
5
5
|
|
|
6
6
|
|
|
@@ -8,6 +8,6 @@ target 'RnLiveness3d' do
|
|
|
8
8
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
9
9
|
use_frameworks!
|
|
10
10
|
|
|
11
|
-
pod 'OILiveness3D', '3.
|
|
11
|
+
pod 'OILiveness3D', '3.15.0'
|
|
12
12
|
|
|
13
13
|
end
|
package/ios/RnLiveness3d.h
CHANGED
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
#ifdef RCT_NEW_ARCH_ENABLED
|
|
2
1
|
#import <RnLiveness3dSpec/RnLiveness3dSpec.h>
|
|
3
|
-
#endif
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
@interface RnLiveness3d : NSObject <
|
|
8
|
-
#ifdef RCT_NEW_ARCH_ENABLED
|
|
9
|
-
NativeRnLiveness3dSpec
|
|
10
|
-
#else
|
|
11
|
-
RCTBridgeModule
|
|
12
|
-
#endif
|
|
13
|
-
>
|
|
3
|
+
@interface RnLiveness3d : NSObject <NativeRnLiveness3dSpec>
|
|
14
4
|
|
|
15
5
|
@end
|
package/ios/RnLiveness3d.mm
CHANGED
|
@@ -6,14 +6,10 @@
|
|
|
6
6
|
RnLiveness3dSwiftModule *_module;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
#ifdef RCT_NEW_ARCH_ENABLED
|
|
10
9
|
+ (NSString *)moduleName
|
|
11
10
|
{
|
|
12
11
|
return @"RnLiveness3d";
|
|
13
12
|
}
|
|
14
|
-
#else
|
|
15
|
-
RCT_EXPORT_MODULE()
|
|
16
|
-
#endif
|
|
17
13
|
|
|
18
14
|
- (instancetype)init
|
|
19
15
|
{
|
|
@@ -24,23 +20,23 @@ RCT_EXPORT_MODULE()
|
|
|
24
20
|
return self;
|
|
25
21
|
}
|
|
26
22
|
|
|
27
|
-
|
|
23
|
+
/**
|
|
24
|
+
* TurboModules Bridge
|
|
25
|
+
*/
|
|
26
|
+
|
|
28
27
|
- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
|
|
29
28
|
(const facebook::react::ObjCTurboModule::InitParams &)params
|
|
30
29
|
{
|
|
31
30
|
return std::make_shared<facebook::react::NativeRnLiveness3dSpecJSI>(params);
|
|
32
31
|
}
|
|
33
|
-
#endif
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
/**
|
|
34
|
+
* Codegen interface implementation
|
|
35
|
+
*/
|
|
36
|
+
|
|
36
37
|
- (void)startLiveness3d:(NSDictionary *)args
|
|
37
38
|
resolve:(RCTPromiseResolveBlock)resolve
|
|
38
39
|
reject:(RCTPromiseRejectBlock)reject
|
|
39
|
-
#else
|
|
40
|
-
RCT_EXPORT_METHOD(startLiveness3d:(NSDictionary *)args
|
|
41
|
-
resolve:(RCTPromiseResolveBlock)resolve
|
|
42
|
-
reject:(RCTPromiseRejectBlock)reject)
|
|
43
|
-
#endif
|
|
44
40
|
{
|
|
45
41
|
if (_module) {
|
|
46
42
|
[_module startLiveness3d:args
|
|
@@ -55,11 +51,7 @@ RCT_EXPORT_METHOD(startLiveness3d:(NSDictionary *)args
|
|
|
55
51
|
}
|
|
56
52
|
}
|
|
57
53
|
|
|
58
|
-
#ifdef RCT_NEW_ARCH_ENABLED
|
|
59
54
|
- (NSNumber *)checkCameraPermissionGranted
|
|
60
|
-
#else
|
|
61
|
-
RCT_EXPORT_SYNCHRONOUS_TYPED_METHOD(NSNumber *, checkCameraPermissionGranted)
|
|
62
|
-
#endif
|
|
63
55
|
{
|
|
64
56
|
if (_module) {
|
|
65
57
|
BOOL result = [_module checkCameraPermissionGranted];
|
|
@@ -68,11 +60,7 @@ RCT_EXPORT_SYNCHRONOUS_TYPED_METHOD(NSNumber *, checkCameraPermissionGranted)
|
|
|
68
60
|
return @NO;
|
|
69
61
|
}
|
|
70
62
|
|
|
71
|
-
#ifdef RCT_NEW_ARCH_ENABLED
|
|
72
63
|
- (void)requestCameraPermission:(RCTResponseSenderBlock)resolve
|
|
73
|
-
#else
|
|
74
|
-
RCT_EXPORT_METHOD(requestCameraPermission:(RCTResponseSenderBlock)resolve)
|
|
75
|
-
#endif
|
|
76
64
|
{
|
|
77
65
|
if (_module) {
|
|
78
66
|
[_module requestCameraPermission:resolve];
|