@oiti/rn-liveness3d 5.0.0 → 5.2.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.
Files changed (429) hide show
  1. package/android/build.gradle +107 -38
  2. package/ios/Podfile +13 -0
  3. package/ios/Podfile.lock +50 -0
  4. package/ios/Pods/Manifest.lock +50 -0
  5. package/ios/Pods/OICommons/Output/OICommons.xcframework/Info.plist +44 -0
  6. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +327 -0
  7. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +15 -0
  8. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
  9. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
  10. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
  11. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
  12. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +1817 -0
  13. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  14. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +1817 -0
  15. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +11 -0
  16. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
  17. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
  18. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
  19. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
  20. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +650 -0
  21. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +15 -0
  22. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
  23. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
  24. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
  25. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
  26. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1817 -0
  27. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  28. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1817 -0
  29. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1817 -0
  30. 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
  31. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1817 -0
  32. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +11 -0
  33. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
  34. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
  35. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
  36. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
  37. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +311 -0
  38. package/ios/Pods/OICommons/README.md +40 -0
  39. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/Info.plist +46 -0
  40. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
  41. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +455 -0
  42. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +18 -0
  43. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
  44. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +9 -0
  45. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +732 -0
  46. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  47. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +732 -0
  48. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +11 -0
  49. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
  50. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +20 -0
  51. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
  52. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
  53. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +906 -0
  54. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +18 -0
  55. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
  56. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  57. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +732 -0
  58. 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
  59. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +732 -0
  60. 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 +9 -0
  61. 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 +732 -0
  62. 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
  63. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +732 -0
  64. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +11 -0
  65. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
  66. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +256 -0
  67. package/ios/Pods/OIComponents/README.md +29 -0
  68. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/Info.plist +44 -0
  69. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
  70. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +343 -0
  71. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
  72. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
  73. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
  74. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
  75. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  76. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  77. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  78. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  79. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  80. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  81. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  82. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  83. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  84. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +240 -0
  85. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  86. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +240 -0
  87. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +11 -0
  88. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
  89. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
  90. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +682 -0
  91. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
  92. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
  93. 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
  94. 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
  95. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  96. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  97. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  98. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  99. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  100. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  101. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  102. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  103. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  104. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +240 -0
  105. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  106. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +240 -0
  107. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +240 -0
  108. 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
  109. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +240 -0
  110. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +11 -0
  111. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
  112. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +377 -0
  113. package/ios/Pods/OILiveness3D/README.md +1 -0
  114. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +44 -0
  115. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
  116. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
  117. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
  118. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +1935 -0
  119. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +109 -0
  120. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
  121. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
  122. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +6 -0
  123. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +29 -0
  124. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
  125. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
  126. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
  127. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
  128. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
  129. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
  130. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
  131. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
  132. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
  133. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
  134. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
  135. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
  136. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
  137. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
  138. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
  139. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
  140. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
  141. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
  142. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +462 -0
  143. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
  144. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
  145. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
  146. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
  147. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
  148. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
  149. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
  150. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
  151. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
  152. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
  153. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
  154. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
  155. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
  156. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
  157. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
  158. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
  159. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
  160. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
  161. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
  162. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
  163. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
  164. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
  165. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
  166. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +62 -0
  167. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
  168. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +1935 -0
  169. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +109 -0
  170. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
  171. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
  172. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +6 -0
  173. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +146 -0
  174. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
  175. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +46 -0
  176. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +316 -0
  177. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +15 -0
  178. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
  179. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +9 -0
  180. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +144 -0
  181. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  182. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +144 -0
  183. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +11 -0
  184. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
  185. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/_CodeSignature/CodeResources +190 -0
  186. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +20 -0
  187. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
  188. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1817 -0
  189. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +628 -0
  190. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +15 -0
  191. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
  192. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  193. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +144 -0
  194. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  195. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +144 -0
  196. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  197. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +144 -0
  198. 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
  199. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +144 -0
  200. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +11 -0
  201. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
  202. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +245 -0
  203. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
  204. package/ios/Pods/OINetwork/README.md +1 -0
  205. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/Info.plist +44 -0
  206. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +311 -0
  207. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +16 -0
  208. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
  209. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +177 -0
  210. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  211. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +177 -0
  212. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +11 -0
  213. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
  214. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +37 -0
  215. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +618 -0
  216. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +16 -0
  217. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
  218. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +177 -0
  219. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  220. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +177 -0
  221. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +177 -0
  222. 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
  223. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +177 -0
  224. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +11 -0
  225. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
  226. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +37 -0
  227. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +256 -0
  228. package/ios/Pods/Pods.xcodeproj/project.pbxproj +1261 -0
  229. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +58 -0
  230. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +58 -0
  231. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +58 -0
  232. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +58 -0
  233. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +58 -0
  234. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +58 -0
  235. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +58 -0
  236. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +46 -0
  237. package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +121 -0
  238. package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +15 -0
  239. package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +15 -0
  240. package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +121 -0
  241. package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +15 -0
  242. package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +15 -0
  243. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +121 -0
  244. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +16 -0
  245. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +16 -0
  246. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +121 -0
  247. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +13 -0
  248. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +13 -0
  249. package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +121 -0
  250. package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +16 -0
  251. package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +16 -0
  252. package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +121 -0
  253. package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +16 -0
  254. package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +16 -0
  255. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +26 -0
  256. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +23 -0
  257. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +79 -0
  258. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +5 -0
  259. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +16 -0
  260. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +14 -0
  261. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +6 -0
  262. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +14 -0
  263. package/ios/RnLiveness3d.h +11 -1
  264. package/ios/RnLiveness3d.mm +20 -8
  265. package/lib/commonjs/@types/ArgsType.js +6 -0
  266. package/lib/commonjs/@types/ArgsType.js.map +1 -0
  267. package/lib/commonjs/@types/FontsType.js +2 -0
  268. package/lib/commonjs/@types/FontsType.js.map +1 -0
  269. package/lib/commonjs/@types/ResultType.js +2 -0
  270. package/lib/commonjs/@types/ResultType.js.map +1 -0
  271. package/lib/commonjs/@types/ResultTypes.js +6 -0
  272. package/lib/commonjs/@types/ResultTypes.js.map +1 -0
  273. package/lib/commonjs/@types/TextsType.js +2 -0
  274. package/lib/commonjs/@types/TextsType.js.map +1 -0
  275. package/lib/commonjs/@types/ThemeType.js +2 -0
  276. package/lib/commonjs/@types/ThemeType.js.map +1 -0
  277. package/lib/commonjs/NativeRnLiveness3d.js +9 -0
  278. package/lib/commonjs/NativeRnLiveness3d.js.map +1 -0
  279. package/lib/commonjs/actions/BackButton.js +35 -0
  280. package/lib/commonjs/actions/BackButton.js.map +1 -0
  281. package/lib/commonjs/actions/ContinueButton.js +44 -0
  282. package/lib/commonjs/actions/ContinueButton.js.map +1 -0
  283. package/lib/commonjs/actions/PermissionButton.js +35 -0
  284. package/lib/commonjs/actions/PermissionButton.js.map +1 -0
  285. package/lib/commonjs/assets/fonts/Ubuntu-Bold.ttf +0 -0
  286. package/lib/commonjs/assets/fonts/Ubuntu-BoldItalic.ttf +0 -0
  287. package/lib/commonjs/assets/fonts/Ubuntu-Italic.ttf +0 -0
  288. package/lib/commonjs/assets/fonts/Ubuntu-Light.ttf +0 -0
  289. package/lib/commonjs/assets/fonts/Ubuntu-LightItalic.ttf +0 -0
  290. package/lib/commonjs/assets/fonts/Ubuntu-Medium.ttf +0 -0
  291. package/lib/commonjs/assets/fonts/Ubuntu-MediumItalic.ttf +0 -0
  292. package/lib/commonjs/assets/fonts/Ubuntu-Regular.ttf +0 -0
  293. package/lib/commonjs/assets/images/acessories.png +0 -0
  294. package/lib/commonjs/assets/images/camera.png +0 -0
  295. package/lib/commonjs/assets/images/camera_alt.png +0 -0
  296. package/lib/commonjs/assets/images/face.png +0 -0
  297. package/lib/commonjs/assets/images/illumination.png +0 -0
  298. package/lib/commonjs/assets/images/imgOp.png +0 -0
  299. package/lib/commonjs/assets/images/img_face.png +0 -0
  300. package/lib/commonjs/assets/images/left-arrow-b.png +0 -0
  301. package/lib/commonjs/assets/images/left-arrow.png +0 -0
  302. package/lib/commonjs/assets/images/lightbulb_outline.png +0 -0
  303. package/lib/commonjs/assets/images/padlock.png +0 -0
  304. package/lib/commonjs/assets/images/rigth-arrow.png +0 -0
  305. package/lib/commonjs/assets/images/scan-facial.png +0 -0
  306. package/lib/commonjs/assets/images/wave_bg.png +0 -0
  307. package/lib/commonjs/assets/images/wave_bg2.png +0 -0
  308. package/lib/commonjs/context/Liveness3DContext.js +90 -0
  309. package/lib/commonjs/context/Liveness3DContext.js.map +1 -0
  310. package/lib/commonjs/helpers/Liveness3DHelper.js +34 -0
  311. package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -0
  312. package/lib/commonjs/index.js +133 -0
  313. package/lib/commonjs/index.js.map +1 -0
  314. package/lib/commonjs/interfaces/Liveness3DHelper.js +6 -0
  315. package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -0
  316. package/lib/commonjs/interfaces/OitiBackButtonInterface.js +6 -0
  317. package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -0
  318. package/lib/commonjs/interfaces/OitiContinueButton.js +6 -0
  319. package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -0
  320. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js +6 -0
  321. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -0
  322. package/lib/commonjs/package.json +1 -0
  323. package/lib/commonjs/screens/Liveness3D/InstructionsView.js +223 -0
  324. package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -0
  325. package/lib/commonjs/screens/PermissionView.js +184 -0
  326. package/lib/commonjs/screens/PermissionView.js.map +1 -0
  327. package/lib/commonjs/utils/continueButton.js +12 -0
  328. package/lib/commonjs/utils/continueButton.js.map +1 -0
  329. package/lib/commonjs/utils/normalize.js +16 -0
  330. package/lib/commonjs/utils/normalize.js.map +1 -0
  331. package/lib/commonjs/utils/permissions.js +20 -0
  332. package/lib/commonjs/utils/permissions.js.map +1 -0
  333. package/lib/commonjs/utils/screenStore.js +11 -0
  334. package/lib/commonjs/utils/screenStore.js.map +1 -0
  335. package/lib/module/@types/ArgsType.js +2 -0
  336. package/lib/module/@types/ArgsType.js.map +1 -1
  337. package/lib/module/@types/FontsType.js +1 -1
  338. package/lib/module/@types/FontsType.js.map +1 -1
  339. package/lib/module/@types/ResultType.js +1 -1
  340. package/lib/module/@types/ResultType.js.map +1 -1
  341. package/lib/module/@types/ResultTypes.js +2 -0
  342. package/lib/module/@types/ResultTypes.js.map +1 -1
  343. package/lib/module/@types/TextsType.js +1 -1
  344. package/lib/module/@types/TextsType.js.map +1 -1
  345. package/lib/module/@types/ThemeType.js +1 -1
  346. package/lib/module/@types/ThemeType.js.map +1 -1
  347. package/lib/module/NativeRnLiveness3d.js +2 -0
  348. package/lib/module/NativeRnLiveness3d.js.map +1 -1
  349. package/lib/module/actions/BackButton.js +8 -4
  350. package/lib/module/actions/BackButton.js.map +1 -1
  351. package/lib/module/actions/ContinueButton.js +8 -4
  352. package/lib/module/actions/ContinueButton.js.map +1 -1
  353. package/lib/module/actions/PermissionButton.js +8 -4
  354. package/lib/module/actions/PermissionButton.js.map +1 -1
  355. package/lib/module/context/Liveness3DContext.js +7 -3
  356. package/lib/module/context/Liveness3DContext.js.map +1 -1
  357. package/lib/module/helpers/Liveness3DHelper.js +6 -1
  358. package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
  359. package/lib/module/index.js +32 -25
  360. package/lib/module/index.js.map +1 -1
  361. package/lib/module/interfaces/Liveness3DHelper.js +2 -0
  362. package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
  363. package/lib/module/interfaces/OitiBackButtonInterface.js +2 -0
  364. package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
  365. package/lib/module/interfaces/OitiContinueButton.js +2 -0
  366. package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
  367. package/lib/module/interfaces/OitiPermissionButtonInterface.js +2 -0
  368. package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
  369. package/lib/module/package.json +1 -0
  370. package/lib/module/screens/Liveness3D/InstructionsView.js +67 -47
  371. package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
  372. package/lib/module/screens/PermissionView.js +42 -29
  373. package/lib/module/screens/PermissionView.js.map +1 -1
  374. package/lib/module/utils/continueButton.js +2 -0
  375. package/lib/module/utils/continueButton.js.map +1 -1
  376. package/lib/module/utils/normalize.js +2 -0
  377. package/lib/module/utils/normalize.js.map +1 -1
  378. package/lib/module/utils/permissions.js +2 -0
  379. package/lib/module/utils/permissions.js.map +1 -1
  380. package/lib/module/utils/screenStore.js +2 -0
  381. package/lib/module/utils/screenStore.js.map +1 -1
  382. package/lib/typescript/src/@types/ArgsType.d.ts +18 -0
  383. package/lib/typescript/src/@types/ArgsType.d.ts.map +1 -0
  384. package/lib/typescript/src/@types/FontsType.d.ts +12 -0
  385. package/lib/typescript/src/@types/FontsType.d.ts.map +1 -0
  386. package/lib/typescript/src/@types/ResultType.d.ts +13 -0
  387. package/lib/typescript/src/@types/ResultType.d.ts.map +1 -0
  388. package/lib/typescript/src/@types/ResultTypes.d.ts +8 -0
  389. package/lib/typescript/src/@types/ResultTypes.d.ts.map +1 -0
  390. package/lib/typescript/src/@types/TextsType.d.ts +36 -0
  391. package/lib/typescript/src/@types/TextsType.d.ts.map +1 -0
  392. package/lib/typescript/src/@types/ThemeType.d.ts +48 -0
  393. package/lib/typescript/src/@types/ThemeType.d.ts.map +1 -0
  394. package/lib/typescript/src/NativeRnLiveness3d.d.ts +9 -0
  395. package/lib/typescript/src/NativeRnLiveness3d.d.ts.map +1 -0
  396. package/lib/typescript/src/actions/BackButton.d.ts +4 -0
  397. package/lib/typescript/src/actions/BackButton.d.ts.map +1 -0
  398. package/lib/typescript/src/actions/ContinueButton.d.ts +4 -0
  399. package/lib/typescript/src/actions/ContinueButton.d.ts.map +1 -0
  400. package/lib/typescript/src/actions/PermissionButton.d.ts +4 -0
  401. package/lib/typescript/src/actions/PermissionButton.d.ts.map +1 -0
  402. package/lib/typescript/src/context/Liveness3DContext.d.ts +28 -0
  403. package/lib/typescript/src/context/Liveness3DContext.d.ts.map +1 -0
  404. package/lib/typescript/src/helpers/Liveness3DHelper.d.ts +4 -0
  405. package/lib/typescript/src/helpers/Liveness3DHelper.d.ts.map +1 -0
  406. package/lib/typescript/src/index.d.ts +30 -0
  407. package/lib/typescript/src/index.d.ts.map +1 -0
  408. package/lib/typescript/src/interfaces/Liveness3DHelper.d.ts +9 -0
  409. package/lib/typescript/src/interfaces/Liveness3DHelper.d.ts.map +1 -0
  410. package/lib/typescript/src/interfaces/OitiBackButtonInterface.d.ts +6 -0
  411. package/lib/typescript/src/interfaces/OitiBackButtonInterface.d.ts.map +1 -0
  412. package/lib/typescript/src/interfaces/OitiContinueButton.d.ts +6 -0
  413. package/lib/typescript/src/interfaces/OitiContinueButton.d.ts.map +1 -0
  414. package/lib/typescript/src/interfaces/OitiPermissionButtonInterface.d.ts +6 -0
  415. package/lib/typescript/src/interfaces/OitiPermissionButtonInterface.d.ts.map +1 -0
  416. package/lib/typescript/src/screens/Liveness3D/InstructionsView.d.ts +5 -0
  417. package/lib/typescript/src/screens/Liveness3D/InstructionsView.d.ts.map +1 -0
  418. package/lib/typescript/src/screens/PermissionView.d.ts +5 -0
  419. package/lib/typescript/src/screens/PermissionView.d.ts.map +1 -0
  420. package/lib/typescript/src/utils/continueButton.d.ts +2 -0
  421. package/lib/typescript/src/utils/continueButton.d.ts.map +1 -0
  422. package/lib/typescript/src/utils/normalize.d.ts +2 -0
  423. package/lib/typescript/src/utils/normalize.d.ts.map +1 -0
  424. package/lib/typescript/src/utils/permissions.d.ts +3 -0
  425. package/lib/typescript/src/utils/permissions.d.ts.map +1 -0
  426. package/lib/typescript/src/utils/screenStore.d.ts +5 -0
  427. package/lib/typescript/src/utils/screenStore.d.ts.map +1 -0
  428. package/oiti-rn-liveness3d.podspec +27 -6
  429. package/package.json +55 -48
@@ -0,0 +1,121 @@
1
+ #!/bin/sh
2
+ set -e
3
+ set -u
4
+ set -o pipefail
5
+
6
+ function on_error {
7
+ echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
8
+ }
9
+ trap 'on_error $LINENO' ERR
10
+
11
+
12
+ # This protects against multiple targets copying the same framework dependency at the same time. The solution
13
+ # was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
14
+ RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
15
+
16
+
17
+ variant_for_slice()
18
+ {
19
+ case "$1" in
20
+ "OISecurity.xcframework/ios-arm64")
21
+ echo ""
22
+ ;;
23
+ "OISecurity.xcframework/ios-arm64_x86_64-simulator")
24
+ echo "simulator"
25
+ ;;
26
+ esac
27
+ }
28
+
29
+ archs_for_slice()
30
+ {
31
+ case "$1" in
32
+ "OISecurity.xcframework/ios-arm64")
33
+ echo "arm64"
34
+ ;;
35
+ "OISecurity.xcframework/ios-arm64_x86_64-simulator")
36
+ echo "arm64 x86_64"
37
+ ;;
38
+ esac
39
+ }
40
+
41
+ copy_dir()
42
+ {
43
+ local source="$1"
44
+ local destination="$2"
45
+
46
+ # Use filter instead of exclude so missing patterns don't throw errors.
47
+ echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\""
48
+ rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}"
49
+ }
50
+
51
+ SELECT_SLICE_RETVAL=""
52
+
53
+ select_slice() {
54
+ local xcframework_name="$1"
55
+ xcframework_name="${xcframework_name##*/}"
56
+ local paths=("${@:2}")
57
+ # Locate the correct slice of the .xcframework for the current architectures
58
+ local target_path=""
59
+
60
+ # Split archs on space so we can find a slice that has all the needed archs
61
+ local target_archs=$(echo $ARCHS | tr " " "\n")
62
+
63
+ local target_variant=""
64
+ if [[ "$PLATFORM_NAME" == *"simulator" ]]; then
65
+ target_variant="simulator"
66
+ fi
67
+ if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then
68
+ target_variant="maccatalyst"
69
+ fi
70
+ for i in ${!paths[@]}; do
71
+ local matched_all_archs="1"
72
+ local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")"
73
+ local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")"
74
+ for target_arch in $target_archs; do
75
+ if ! [[ "${slice_variant}" == "$target_variant" ]]; then
76
+ matched_all_archs="0"
77
+ break
78
+ fi
79
+
80
+ if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then
81
+ matched_all_archs="0"
82
+ break
83
+ fi
84
+ done
85
+
86
+ if [[ "$matched_all_archs" == "1" ]]; then
87
+ # Found a matching slice
88
+ echo "Selected xcframework slice ${paths[$i]}"
89
+ SELECT_SLICE_RETVAL=${paths[$i]}
90
+ break
91
+ fi
92
+ done
93
+ }
94
+
95
+ install_xcframework() {
96
+ local basepath="$1"
97
+ local name="$2"
98
+ local package_type="$3"
99
+ local paths=("${@:4}")
100
+
101
+ # Locate the correct slice of the .xcframework for the current architectures
102
+ select_slice "${basepath}" "${paths[@]}"
103
+ local target_path="$SELECT_SLICE_RETVAL"
104
+ if [[ -z "$target_path" ]]; then
105
+ echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})."
106
+ return
107
+ fi
108
+ local source="$basepath/$target_path"
109
+
110
+ local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}"
111
+
112
+ if [ ! -d "$destination" ]; then
113
+ mkdir -p "$destination"
114
+ fi
115
+
116
+ copy_dir "$source/" "$destination"
117
+ echo "Copied $source to $destination"
118
+ }
119
+
120
+ install_xcframework "${PODS_ROOT}/OISecurity/Output/OISecurity.xcframework" "OISecurity" "framework" "ios-arm64" "ios-arm64_x86_64-simulator"
121
+
@@ -0,0 +1,16 @@
1
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
2
+ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/OISecurity
3
+ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OICommons/Output" "${PODS_ROOT}/OINetwork/Frameworks" "${PODS_ROOT}/OISecurity/Output" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OICommons" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OINetwork" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OISecurity"
4
+ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5
+ LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
6
+ OTHER_LDFLAGS = $(inherited) -framework "OICommons" -framework "OINetwork"
7
+ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
8
+ PODS_BUILD_DIR = ${BUILD_DIR}
9
+ PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
10
+ PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
11
+ PODS_ROOT = ${SRCROOT}
12
+ PODS_TARGET_SRCROOT = ${PODS_ROOT}/OISecurity
13
+ PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
14
+ PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
15
+ SKIP_INSTALL = YES
16
+ USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
@@ -0,0 +1,16 @@
1
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
2
+ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/OISecurity
3
+ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OICommons/Output" "${PODS_ROOT}/OINetwork/Frameworks" "${PODS_ROOT}/OISecurity/Output" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OICommons" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OINetwork" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OISecurity"
4
+ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5
+ LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
6
+ OTHER_LDFLAGS = $(inherited) -framework "OICommons" -framework "OINetwork"
7
+ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
8
+ PODS_BUILD_DIR = ${BUILD_DIR}
9
+ PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
10
+ PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
11
+ PODS_ROOT = ${SRCROOT}
12
+ PODS_TARGET_SRCROOT = ${PODS_ROOT}/OISecurity
13
+ PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
14
+ PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
15
+ SKIP_INSTALL = YES
16
+ USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
@@ -0,0 +1,26 @@
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>CFBundleDevelopmentRegion</key>
6
+ <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>${EXECUTABLE_NAME}</string>
9
+ <key>CFBundleIdentifier</key>
10
+ <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundleName</key>
14
+ <string>${PRODUCT_NAME}</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>FMWK</string>
17
+ <key>CFBundleShortVersionString</key>
18
+ <string>1.0.0</string>
19
+ <key>CFBundleSignature</key>
20
+ <string>????</string>
21
+ <key>CFBundleVersion</key>
22
+ <string>${CURRENT_PROJECT_VERSION}</string>
23
+ <key>NSPrincipalClass</key>
24
+ <string></string>
25
+ </dict>
26
+ </plist>
@@ -0,0 +1,23 @@
1
+ # Acknowledgements
2
+ This application makes use of the following third party libraries:
3
+
4
+ ## OICommons
5
+
6
+ Copyright © 2022 Oiti. All rights reserved.
7
+
8
+ ## OIComponents
9
+
10
+ Copyright © 2022 Oiti. All rights reserved.
11
+
12
+ ## OILiveness3D
13
+
14
+ Copyright © 2023 Oiti. All rights reserved.
15
+
16
+ ## OINetwork
17
+
18
+ Copyright © 2022-2024 Oiti. All rights reserved.
19
+
20
+ ## OISecurity
21
+
22
+ Copyright © 2024 Oiti. All rights reserved.
23
+ Generated by CocoaPods - https://cocoapods.org
@@ -0,0 +1,79 @@
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>PreferenceSpecifiers</key>
6
+ <array>
7
+ <dict>
8
+ <key>FooterText</key>
9
+ <string>This application makes use of the following third party libraries:</string>
10
+ <key>Title</key>
11
+ <string>Acknowledgements</string>
12
+ <key>Type</key>
13
+ <string>PSGroupSpecifier</string>
14
+ </dict>
15
+ <dict>
16
+ <key>FooterText</key>
17
+ <string>Copyright © 2022 Oiti. All rights reserved.</string>
18
+ <key>License</key>
19
+ <string>Copyright</string>
20
+ <key>Title</key>
21
+ <string>OICommons</string>
22
+ <key>Type</key>
23
+ <string>PSGroupSpecifier</string>
24
+ </dict>
25
+ <dict>
26
+ <key>FooterText</key>
27
+ <string>Copyright © 2022 Oiti. All rights reserved.</string>
28
+ <key>License</key>
29
+ <string>Copyright</string>
30
+ <key>Title</key>
31
+ <string>OIComponents</string>
32
+ <key>Type</key>
33
+ <string>PSGroupSpecifier</string>
34
+ </dict>
35
+ <dict>
36
+ <key>FooterText</key>
37
+ <string>Copyright © 2023 Oiti. All rights reserved.</string>
38
+ <key>License</key>
39
+ <string>Copyright</string>
40
+ <key>Title</key>
41
+ <string>OILiveness3D</string>
42
+ <key>Type</key>
43
+ <string>PSGroupSpecifier</string>
44
+ </dict>
45
+ <dict>
46
+ <key>FooterText</key>
47
+ <string>Copyright © 2022-2024 Oiti. All rights reserved.</string>
48
+ <key>License</key>
49
+ <string>Copyright</string>
50
+ <key>Title</key>
51
+ <string>OINetwork</string>
52
+ <key>Type</key>
53
+ <string>PSGroupSpecifier</string>
54
+ </dict>
55
+ <dict>
56
+ <key>FooterText</key>
57
+ <string>Copyright © 2024 Oiti. All rights reserved.</string>
58
+ <key>License</key>
59
+ <string>Copyright</string>
60
+ <key>Title</key>
61
+ <string>OISecurity</string>
62
+ <key>Type</key>
63
+ <string>PSGroupSpecifier</string>
64
+ </dict>
65
+ <dict>
66
+ <key>FooterText</key>
67
+ <string>Generated by CocoaPods - https://cocoapods.org</string>
68
+ <key>Title</key>
69
+ <string></string>
70
+ <key>Type</key>
71
+ <string>PSGroupSpecifier</string>
72
+ </dict>
73
+ </array>
74
+ <key>StringsTable</key>
75
+ <string>Acknowledgements</string>
76
+ <key>Title</key>
77
+ <string>Acknowledgements</string>
78
+ </dict>
79
+ </plist>
@@ -0,0 +1,5 @@
1
+ #import <Foundation/Foundation.h>
2
+ @interface PodsDummy_Pods_RnLiveness3d : NSObject
3
+ @end
4
+ @implementation PodsDummy_Pods_RnLiveness3d
5
+ @end
@@ -0,0 +1,16 @@
1
+ #ifdef __OBJC__
2
+ #import <UIKit/UIKit.h>
3
+ #else
4
+ #ifndef FOUNDATION_EXPORT
5
+ #if defined(__cplusplus)
6
+ #define FOUNDATION_EXPORT extern "C"
7
+ #else
8
+ #define FOUNDATION_EXPORT extern
9
+ #endif
10
+ #endif
11
+ #endif
12
+
13
+
14
+ FOUNDATION_EXPORT double Pods_RnLiveness3dVersionNumber;
15
+ FOUNDATION_EXPORT const unsigned char Pods_RnLiveness3dVersionString[];
16
+
@@ -0,0 +1,14 @@
1
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
2
+ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OICommons/Output" "${PODS_ROOT}/OIComponents/Framework/Output" "${PODS_ROOT}/OILiveness3D/Output" "${PODS_ROOT}/OILiveness3D_FT/Framework" "${PODS_ROOT}/OINetwork/Frameworks" "${PODS_ROOT}/OISecurity/Output" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OICommons" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OIComponents" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D/Release" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D_FT" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OINetwork" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OISecurity"
3
+ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4
+ LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
5
+ LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
6
+ OTHER_LDFLAGS = $(inherited) -framework "FaceTecSDK" -framework "OICommons" -framework "OIComponents" -framework "OILiveness3D" -framework "OINetwork" -framework "OISecurity"
7
+ OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/OICommons" "-F${PODS_CONFIGURATION_BUILD_DIR}/OIComponents" "-F${PODS_CONFIGURATION_BUILD_DIR}/OILiveness3D" "-F${PODS_CONFIGURATION_BUILD_DIR}/OILiveness3D_FT" "-F${PODS_CONFIGURATION_BUILD_DIR}/OINetwork" "-F${PODS_CONFIGURATION_BUILD_DIR}/OISecurity"
8
+ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
9
+ PODS_BUILD_DIR = ${BUILD_DIR}
10
+ PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
11
+ PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
12
+ PODS_ROOT = ${SRCROOT}/Pods
13
+ PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
14
+ USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
@@ -0,0 +1,6 @@
1
+ framework module Pods_RnLiveness3d {
2
+ umbrella header "Pods-RnLiveness3d-umbrella.h"
3
+
4
+ export *
5
+ module * { export * }
6
+ }
@@ -0,0 +1,14 @@
1
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
2
+ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OICommons/Output" "${PODS_ROOT}/OIComponents/Framework/Output" "${PODS_ROOT}/OILiveness3D/Output" "${PODS_ROOT}/OILiveness3D_FT/Framework" "${PODS_ROOT}/OINetwork/Frameworks" "${PODS_ROOT}/OISecurity/Output" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OICommons" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OIComponents" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D/Release" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D_FT" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OINetwork" "${PODS_XCFRAMEWORKS_BUILD_DIR}/OISecurity"
3
+ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4
+ LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks'
5
+ LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
6
+ OTHER_LDFLAGS = $(inherited) -framework "FaceTecSDK" -framework "OICommons" -framework "OIComponents" -framework "OILiveness3D" -framework "OINetwork" -framework "OISecurity"
7
+ OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/OICommons" "-F${PODS_CONFIGURATION_BUILD_DIR}/OIComponents" "-F${PODS_CONFIGURATION_BUILD_DIR}/OILiveness3D" "-F${PODS_CONFIGURATION_BUILD_DIR}/OILiveness3D_FT" "-F${PODS_CONFIGURATION_BUILD_DIR}/OINetwork" "-F${PODS_CONFIGURATION_BUILD_DIR}/OISecurity"
8
+ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
9
+ PODS_BUILD_DIR = ${BUILD_DIR}
10
+ PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
11
+ PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
12
+ PODS_ROOT = ${SRCROOT}/Pods
13
+ PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
14
+ USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
@@ -1,5 +1,15 @@
1
+ #ifdef RCT_NEW_ARCH_ENABLED
1
2
  #import <RnLiveness3dSpec/RnLiveness3dSpec.h>
3
+ #endif
2
4
 
3
- @interface RnLiveness3d : NSObject <NativeRnLiveness3dSpec>
5
+ #import <React/RCTBridgeModule.h>
6
+
7
+ @interface RnLiveness3d : NSObject <
8
+ #ifdef RCT_NEW_ARCH_ENABLED
9
+ NativeRnLiveness3dSpec
10
+ #else
11
+ RCTBridgeModule
12
+ #endif
13
+ >
4
14
 
5
15
  @end
@@ -6,10 +6,14 @@
6
6
  RnLiveness3dSwiftModule *_module;
7
7
  }
8
8
 
9
+ #ifdef RCT_NEW_ARCH_ENABLED
9
10
  + (NSString *)moduleName
10
11
  {
11
12
  return @"RnLiveness3d";
12
13
  }
14
+ #else
15
+ RCT_EXPORT_MODULE()
16
+ #endif
13
17
 
14
18
  - (instancetype)init
15
19
  {
@@ -20,23 +24,23 @@
20
24
  return self;
21
25
  }
22
26
 
23
- /**
24
- * TurboModules Bridge
25
- */
26
-
27
+ #ifdef RCT_NEW_ARCH_ENABLED
27
28
  - (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
28
29
  (const facebook::react::ObjCTurboModule::InitParams &)params
29
30
  {
30
31
  return std::make_shared<facebook::react::NativeRnLiveness3dSpecJSI>(params);
31
32
  }
33
+ #endif
32
34
 
33
- /**
34
- * Codegen interface implementation
35
- */
36
-
35
+ #ifdef RCT_NEW_ARCH_ENABLED
37
36
  - (void)startLiveness3d:(NSDictionary *)args
38
37
  resolve:(RCTPromiseResolveBlock)resolve
39
38
  reject:(RCTPromiseRejectBlock)reject
39
+ #else
40
+ RCT_EXPORT_METHOD(startLiveness3d:(NSDictionary *)args
41
+ resolve:(RCTPromiseResolveBlock)resolve
42
+ reject:(RCTPromiseRejectBlock)reject)
43
+ #endif
40
44
  {
41
45
  if (_module) {
42
46
  [_module startLiveness3d:args
@@ -51,7 +55,11 @@
51
55
  }
52
56
  }
53
57
 
58
+ #ifdef RCT_NEW_ARCH_ENABLED
54
59
  - (NSNumber *)checkCameraPermissionGranted
60
+ #else
61
+ RCT_EXPORT_SYNCHRONOUS_TYPED_METHOD(NSNumber *, checkCameraPermissionGranted)
62
+ #endif
55
63
  {
56
64
  if (_module) {
57
65
  BOOL result = [_module checkCameraPermissionGranted];
@@ -60,7 +68,11 @@
60
68
  return @NO;
61
69
  }
62
70
 
71
+ #ifdef RCT_NEW_ARCH_ENABLED
63
72
  - (void)requestCameraPermission:(RCTResponseSenderBlock)resolve
73
+ #else
74
+ RCT_EXPORT_METHOD(requestCameraPermission:(RCTResponseSenderBlock)resolve)
75
+ #endif
64
76
  {
65
77
  if (_module) {
66
78
  [_module requestCameraPermission:resolve];
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ArgsType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ArgsType.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=FontsType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/FontsType.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=ResultType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultType.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ResultTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultTypes.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=TextsType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/TextsType.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=ThemeType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ThemeType.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('RnLiveness3d');
9
+ //# sourceMappingURL=NativeRnLiveness3d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeRnLiveness3d.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAqE,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAQtDC,gCAAmB,CAACC,YAAY,CAAO,cAAc,CAAC","ignoreList":[]}
@@ -0,0 +1,35 @@
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
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
12
+ const BackButton = ({
13
+ children,
14
+ ...props
15
+ }) => {
16
+ const touchableOpacityRef = (0, _react.useRef)(null);
17
+ const {
18
+ onBack
19
+ } = (0, _Liveness3DContext.useLiveness3DContext)();
20
+ const handlePress = () => {
21
+ onBack();
22
+ };
23
+ return (
24
+ /*#__PURE__*/
25
+ //@ts-ignore
26
+ (0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
27
+ ref: touchableOpacityRef,
28
+ onPress: handlePress,
29
+ ...props,
30
+ children: children
31
+ })
32
+ );
33
+ };
34
+ exports.BackButton = BackButton;
35
+ //# sourceMappingURL=BackButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Liveness3DContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","BackButton","children","props","touchableOpacityRef","useRef","onBack","useLiveness3DContext","handlePress","jsx","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,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,wBAAAK,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAP,uBAAA,YAAAA,CAAAK,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAG7D,MAAMkB,UAA6C,GAAGA,CAAC;EAC5DC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EACxC,MAAM;IAAEC;EAAO,CAAC,GAAG,IAAAC,uCAAoB,EAAC,CAAC;EAEzC,MAAMC,WAAW,GAAGA,CAAA,KAAM;IACxBF,MAAM,CAAC,CAAC;EACV,CAAC;EAED;IAAA;IACE;IACA,IAAAzB,WAAA,CAAA4B,GAAA,EAAC9B,YAAA,CAAA+B,gBAAgB;MACfC,GAAG,EAAEP,mBAAoB;MACzBQ,OAAO,EAAEJ,WAAY;MAAA,GACjBL,KAAK;MAAAD,QAAA,EAERA;IAAQ,CACO;EAAC;AAEvB,CAAC;AAACW,OAAA,CAAAZ,UAAA,GAAAA,UAAA","ignoreList":[]}
@@ -0,0 +1,44 @@
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
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
13
+ const ContinueButton = ({
14
+ children,
15
+ ...props
16
+ }) => {
17
+ const touchableOpacityRef = (0, _react.useRef)(null);
18
+ const {
19
+ setScreen,
20
+ startLiveness
21
+ } = (0, _Liveness3DContext.useLiveness3DContext)();
22
+ function onContinue() {
23
+ if ((0, _continueButton.continueButton)() === true) {
24
+ startLiveness();
25
+ } else {
26
+ setScreen(2);
27
+ }
28
+ }
29
+ const handlePress = () => {
30
+ onContinue();
31
+ };
32
+ return (
33
+ /*#__PURE__*/
34
+ //@ts-ignore
35
+ (0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
36
+ ref: touchableOpacityRef,
37
+ onPress: handlePress,
38
+ ...props,
39
+ children: children
40
+ })
41
+ );
42
+ };
43
+ exports.ContinueButton = ContinueButton;
44
+ //# sourceMappingURL=ContinueButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Liveness3DContext","_continueButton","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ContinueButton","children","props","touchableOpacityRef","useRef","setScreen","startLiveness","useLiveness3DContext","onContinue","continueButton","handlePress","jsx","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,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAD,wBAAAM,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAR,uBAAA,YAAAA,CAAAM,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAGlD,MAAMkB,cAAqD,GAAGA,CAAC;EACpEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EACxC,MAAM;IAAEC,SAAS;IAAEC;EAAc,CAAC,GAAG,IAAAC,uCAAoB,EAAC,CAAC;EAE3D,SAASC,UAAUA,CAAA,EAAG;IACpB,IAAI,IAAAC,8BAAc,EAAC,CAAC,KAAK,IAAI,EAAE;MAC7BH,aAAa,CAAC,CAAC;IACjB,CAAC,MAAM;MACLD,SAAS,CAAC,CAAC,CAAC;IACd;EACF;EAEA,MAAMK,WAAW,GAAGA,CAAA,KAAM;IACxBF,UAAU,CAAC,CAAC;EACd,CAAC;EAED;IAAA;IACE;IACA,IAAA5B,WAAA,CAAA+B,GAAA,EAAClC,YAAA,CAAAmC,gBAAgB;MACfC,GAAG,EAAEV,mBAAoB;MACzBW,OAAO,EAAEJ,WAAY;MAAA,GACjBR,KAAK;MAAAD,QAAA,EAERA;IAAQ,CACO;EAAC;AAEvB,CAAC;AAACc,OAAA,CAAAf,cAAA,GAAAA,cAAA","ignoreList":[]}
@@ -0,0 +1,35 @@
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
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
12
+ const PermissionButton = ({
13
+ children,
14
+ ...props
15
+ }) => {
16
+ const touchableOpacityRef = (0, _react.useRef)(null);
17
+ const {
18
+ onRequestCameraPermission
19
+ } = (0, _Liveness3DContext.useLiveness3DContext)();
20
+ const handlePress = () => {
21
+ onRequestCameraPermission();
22
+ };
23
+ return (
24
+ /*#__PURE__*/
25
+ //@ts-ignore
26
+ (0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
27
+ ref: touchableOpacityRef,
28
+ onPress: handlePress,
29
+ ...props,
30
+ children: children
31
+ })
32
+ );
33
+ };
34
+ exports.PermissionButton = PermissionButton;
35
+ //# sourceMappingURL=PermissionButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_Liveness3DContext","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","PermissionButton","children","props","touchableOpacityRef","useRef","onRequestCameraPermission","useLiveness3DContext","handlePress","jsx","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,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,wBAAAK,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAP,uBAAA,YAAAA,CAAAK,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAG7D,MAAMkB,gBAAyD,GAAGA,CAAC;EACxEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EACxC,MAAM;IAAEC;EAA0B,CAAC,GAAG,IAAAC,uCAAoB,EAAC,CAAC;EAE5D,MAAMC,WAAW,GAAGA,CAAA,KAAM;IACxBF,yBAAyB,CAAC,CAAC;EAC7B,CAAC;EAED;IAAA;IACE;IACA,IAAAzB,WAAA,CAAA4B,GAAA,EAAC9B,YAAA,CAAA+B,gBAAgB;MACfC,GAAG,EAAEP,mBAAoB;MACzBQ,OAAO,EAAEJ,WAAY;MAAA,GACjBL,KAAK;MAAAD,QAAA,EAERA;IAAQ,CACO;EAAC;AAEvB,CAAC;AAACW,OAAA,CAAAZ,gBAAA,GAAAA,gBAAA","ignoreList":[]}