@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.
Files changed (349) hide show
  1. package/android/build.gradle +2 -2
  2. package/android/src/main/AndroidManifest.xml +2 -1
  3. package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +43 -9
  4. package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +104 -165
  5. package/ios/Podfile +2 -2
  6. package/ios/RnLiveness3d.h +1 -11
  7. package/ios/RnLiveness3d.mm +8 -20
  8. package/ios/RnLiveness3dSwiftModule.swift +131 -93
  9. package/lib/commonjs/@types/ArgsType.js.map +1 -1
  10. package/lib/commonjs/@types/FontsType.js.map +1 -1
  11. package/lib/commonjs/@types/ResultType.js.map +1 -1
  12. package/lib/commonjs/@types/ResultTypes.js.map +1 -1
  13. package/lib/commonjs/@types/TextsType.js.map +1 -1
  14. package/lib/commonjs/@types/ThemeType.js.map +1 -1
  15. package/lib/commonjs/NativeRnLiveness3d.js.map +1 -1
  16. package/lib/commonjs/actions/BackButton.js +4 -6
  17. package/lib/commonjs/actions/BackButton.js.map +1 -1
  18. package/lib/commonjs/actions/ContinueButton.js +4 -6
  19. package/lib/commonjs/actions/ContinueButton.js.map +1 -1
  20. package/lib/commonjs/actions/PermissionButton.js +4 -6
  21. package/lib/commonjs/actions/PermissionButton.js.map +1 -1
  22. package/lib/commonjs/context/Liveness3DContext.js +3 -5
  23. package/lib/commonjs/context/Liveness3DContext.js.map +1 -1
  24. package/lib/commonjs/helpers/Liveness3DHelper.js +1 -4
  25. package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -1
  26. package/lib/commonjs/index.js +26 -31
  27. package/lib/commonjs/index.js.map +1 -1
  28. package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -1
  29. package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -1
  30. package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -1
  31. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -1
  32. package/lib/commonjs/screens/Liveness3D/InstructionsView.js +47 -65
  33. package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -1
  34. package/lib/commonjs/screens/PermissionView.js +29 -40
  35. package/lib/commonjs/screens/PermissionView.js.map +1 -1
  36. package/lib/commonjs/utils/continueButton.js.map +1 -1
  37. package/lib/commonjs/utils/normalize.js.map +1 -1
  38. package/lib/commonjs/utils/permissions.js.map +1 -1
  39. package/lib/commonjs/utils/screenStore.js.map +1 -1
  40. package/lib/module/@types/ArgsType.js +0 -2
  41. package/lib/module/@types/ArgsType.js.map +1 -1
  42. package/lib/module/@types/FontsType.js +1 -1
  43. package/lib/module/@types/FontsType.js.map +1 -1
  44. package/lib/module/@types/ResultType.js +1 -1
  45. package/lib/module/@types/ResultType.js.map +1 -1
  46. package/lib/module/@types/ResultTypes.js +0 -2
  47. package/lib/module/@types/ResultTypes.js.map +1 -1
  48. package/lib/module/@types/TextsType.js +1 -1
  49. package/lib/module/@types/TextsType.js.map +1 -1
  50. package/lib/module/@types/ThemeType.js +1 -1
  51. package/lib/module/@types/ThemeType.js.map +1 -1
  52. package/lib/module/NativeRnLiveness3d.js +0 -2
  53. package/lib/module/NativeRnLiveness3d.js.map +1 -1
  54. package/lib/module/actions/BackButton.js +4 -8
  55. package/lib/module/actions/BackButton.js.map +1 -1
  56. package/lib/module/actions/ContinueButton.js +4 -8
  57. package/lib/module/actions/ContinueButton.js.map +1 -1
  58. package/lib/module/actions/PermissionButton.js +4 -8
  59. package/lib/module/actions/PermissionButton.js.map +1 -1
  60. package/lib/module/context/Liveness3DContext.js +3 -7
  61. package/lib/module/context/Liveness3DContext.js.map +1 -1
  62. package/lib/module/helpers/Liveness3DHelper.js +1 -6
  63. package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
  64. package/lib/module/index.js +26 -33
  65. package/lib/module/index.js.map +1 -1
  66. package/lib/module/interfaces/Liveness3DHelper.js +0 -2
  67. package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
  68. package/lib/module/interfaces/OitiBackButtonInterface.js +0 -2
  69. package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
  70. package/lib/module/interfaces/OitiContinueButton.js +0 -2
  71. package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
  72. package/lib/module/interfaces/OitiPermissionButtonInterface.js +0 -2
  73. package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
  74. package/lib/module/screens/Liveness3D/InstructionsView.js +47 -67
  75. package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
  76. package/lib/module/screens/PermissionView.js +29 -42
  77. package/lib/module/screens/PermissionView.js.map +1 -1
  78. package/lib/module/utils/continueButton.js +0 -2
  79. package/lib/module/utils/continueButton.js.map +1 -1
  80. package/lib/module/utils/normalize.js +0 -2
  81. package/lib/module/utils/normalize.js.map +1 -1
  82. package/lib/module/utils/permissions.js +0 -2
  83. package/lib/module/utils/permissions.js.map +1 -1
  84. package/lib/module/utils/screenStore.js +0 -2
  85. package/lib/module/utils/screenStore.js.map +1 -1
  86. package/oiti-rn-liveness3d.podspec +18 -27
  87. package/package.json +32 -26
  88. package/src/index.tsx +4 -4
  89. package/ios/Podfile.lock +0 -50
  90. package/ios/Pods/OICommons/Output/OICommons.xcframework/Info.plist +0 -44
  91. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +0 -327
  92. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +0 -15
  93. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
  94. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
  95. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
  96. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
  97. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1817
  98. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  99. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +0 -1817
  100. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +0 -11
  101. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
  102. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
  103. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
  104. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
  105. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +0 -650
  106. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +0 -15
  107. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
  108. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
  109. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
  110. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
  111. 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
  112. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  113. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -1817
  114. 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
  115. 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
  116. 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
  117. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +0 -11
  118. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
  119. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
  120. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
  121. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
  122. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +0 -311
  123. package/ios/Pods/OICommons/README.md +0 -40
  124. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/Info.plist +0 -46
  125. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
  126. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +0 -455
  127. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +0 -18
  128. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
  129. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +0 -9
  130. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -732
  131. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  132. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +0 -732
  133. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +0 -11
  134. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
  135. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +0 -20
  136. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
  137. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
  138. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +0 -906
  139. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +0 -18
  140. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +0 -11
  150. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
  151. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +0 -256
  152. package/ios/Pods/OIComponents/README.md +0 -29
  153. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/Info.plist +0 -44
  154. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
  155. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -343
  156. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
  157. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
  158. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
  159. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
  160. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  161. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  162. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  163. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  164. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  165. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  166. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  167. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  168. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  169. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -240
  170. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  171. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +0 -240
  172. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +0 -11
  173. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
  174. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
  175. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -682
  176. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
  177. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
  178. 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
  179. 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
  180. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  181. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  182. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  183. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  184. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  185. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  186. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  187. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  188. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  189. 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
  190. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  191. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -240
  192. 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
  193. 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
  194. 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
  195. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +0 -11
  196. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
  197. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +0 -377
  198. package/ios/Pods/OILiveness3D/README.md +0 -1
  199. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +0 -44
  200. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
  201. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
  202. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
  203. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1935
  204. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
  205. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
  206. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
  207. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +0 -6
  208. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +0 -29
  209. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
  210. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
  211. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
  212. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
  213. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
  214. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
  215. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
  216. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
  217. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
  218. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
  219. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
  220. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
  221. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
  222. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
  223. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
  224. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
  225. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
  226. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
  227. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +0 -462
  228. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
  229. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
  230. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
  231. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
  232. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
  233. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
  234. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
  235. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
  236. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
  237. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
  238. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
  239. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
  240. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
  241. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
  242. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
  243. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
  244. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
  245. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
  246. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
  247. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
  248. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
  249. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
  250. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
  251. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +0 -62
  252. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
  253. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1935
  254. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
  255. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
  256. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
  257. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +0 -6
  258. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +0 -146
  259. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
  260. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +0 -46
  261. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +0 -316
  262. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +0 -15
  263. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
  264. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +0 -9
  265. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -144
  266. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  267. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +0 -144
  268. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +0 -11
  269. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
  270. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/_CodeSignature/CodeResources +0 -190
  271. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +0 -20
  272. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
  273. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1817
  274. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +0 -628
  275. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +0 -15
  276. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
  277. 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
  278. 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
  279. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  280. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -144
  281. 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
  282. 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
  283. 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
  284. 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
  285. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +0 -11
  286. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
  287. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +0 -245
  288. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
  289. package/ios/Pods/OINetwork/README.md +0 -1
  290. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/Info.plist +0 -44
  291. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +0 -311
  292. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +0 -16
  293. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
  294. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -177
  295. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  296. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +0 -177
  297. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +0 -11
  298. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
  299. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
  300. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +0 -618
  301. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +0 -16
  302. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
  303. 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
  304. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  305. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -177
  306. 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
  307. 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
  308. 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
  309. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +0 -11
  310. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
  311. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
  312. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +0 -256
  313. package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1261
  314. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +0 -58
  315. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +0 -58
  316. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +0 -58
  317. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +0 -58
  318. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +0 -58
  319. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +0 -58
  320. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +0 -58
  321. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +0 -46
  322. package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +0 -121
  323. package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +0 -15
  324. package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +0 -15
  325. package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +0 -121
  326. package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +0 -15
  327. package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +0 -15
  328. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +0 -121
  329. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +0 -16
  330. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +0 -16
  331. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +0 -121
  332. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +0 -13
  333. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +0 -13
  334. package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +0 -121
  335. package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +0 -16
  336. package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +0 -16
  337. package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +0 -121
  338. package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +0 -16
  339. package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +0 -16
  340. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +0 -26
  341. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +0 -23
  342. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +0 -79
  343. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +0 -5
  344. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +0 -16
  345. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +0 -14
  346. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +0 -6
  347. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +0 -14
  348. package/lib/commonjs/package.json +0 -1
  349. package/lib/module/package.json +0 -1
@@ -1,5 +1,3 @@
1
- "use strict";
2
-
3
1
  import { Platform } from 'react-native';
4
2
  import InstructionsView from './screens/Liveness3D/InstructionsView';
5
3
  import PermissionView from './screens/PermissionView';
@@ -7,14 +5,13 @@ import { Liveness3DProvider, SCREEN, useLiveness3DContext } from './context/Live
7
5
  import { Liveness3DHelper } from './helpers/Liveness3DHelper';
8
6
  import { checkCameraPermissionGranted, requestCameraPermission } from './utils/permissions';
9
7
  import RnLiveness3d from './NativeRnLiveness3d';
10
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
11
8
  export function startLiveness3d(options, onSuccess, onError, loading) {
12
- let args = {
13
- appkey: options?.appkey === undefined ? '' : options?.appkey,
14
- environment: options?.environment === undefined ? 'HML' : options?.environment,
15
- liveness3Dtext: options?.liveness3Dtext || {},
16
- theme: options?.theme || {},
17
- fonts: options?.fonts || {},
9
+ const args = {
10
+ appkey: (options === null || options === void 0 ? void 0 : options.appkey) === undefined ? '' : options === null || options === void 0 ? void 0 : options.appkey,
11
+ environment: (options === null || options === void 0 ? void 0 : options.environment) === undefined ? 'HML' : options === null || options === void 0 ? void 0 : options.environment,
12
+ liveness3Dtext: options === null || options === void 0 ? void 0 : options.liveness3Dtext,
13
+ theme: options === null || options === void 0 ? void 0 : options.theme,
14
+ fonts: options === null || options === void 0 ? void 0 : options.fonts,
18
15
  loading: loading
19
16
  };
20
17
  RnLiveness3d.startLiveness3d(args).then(result => {
@@ -37,23 +34,21 @@ export function Liveness3dView({
37
34
  return (
38
35
  /*#__PURE__*/
39
36
  //@ts-ignore
40
- _jsx(Liveness3DProvider, {
37
+ React.createElement(Liveness3DProvider, {
41
38
  onError: onError,
39
+ onSuccess: onSuccess
40
+ }, /*#__PURE__*/React.createElement(Liveness3DHelper, {
41
+ options: options,
42
+ onError: onError
43
+ }, /*#__PURE__*/React.createElement(GetIntructionView, {
44
+ CustomInstructionView: CustomInstructionView,
45
+ CustomPermissionView: CustomPermissionView,
46
+ options: options,
47
+ loading: loading,
42
48
  onSuccess: onSuccess,
43
- children: /*#__PURE__*/_jsx(Liveness3DHelper, {
44
- options: options,
45
- onError: onError,
46
- children: /*#__PURE__*/_jsx(GetIntructionView, {
47
- CustomInstructionView: CustomInstructionView,
48
- CustomPermissionView: CustomPermissionView,
49
- options: options,
50
- loading: loading,
51
- onSuccess: onSuccess,
52
- onError: onError,
53
- onBack: onBack
54
- })
55
- })
56
- })
49
+ onError: onError,
50
+ onBack: onBack
51
+ })))
57
52
  );
58
53
  }
59
54
  export function GetIntructionView({
@@ -92,15 +87,13 @@ export function GetIntructionView({
92
87
  setScreen(1);
93
88
  }
94
89
  }
95
- return /*#__PURE__*/_jsxs(_Fragment, {
96
- children: [screen === 1 && (!CustomInstructionView ? /*#__PURE__*/_jsx(InstructionsView, {
97
- onVerify: verifyPermission,
98
- onBack: onBackScreen
99
- }) : /*#__PURE__*/_jsx(CustomInstructionView, {})), screen === 2 && (!CustomPermissionView ? /*#__PURE__*/_jsx(PermissionView, {
100
- onVerify: verifyPermission,
101
- onBack: onBackScreen
102
- }) : /*#__PURE__*/_jsx(CustomPermissionView, {}))]
103
- });
90
+ return /*#__PURE__*/React.createElement(React.Fragment, null, screen === 1 && (!CustomInstructionView ? /*#__PURE__*/React.createElement(InstructionsView, {
91
+ onVerify: verifyPermission,
92
+ onBack: onBackScreen
93
+ }) : /*#__PURE__*/React.createElement(CustomInstructionView, null)), screen === 2 && (!CustomPermissionView ? /*#__PURE__*/React.createElement(PermissionView, {
94
+ onVerify: verifyPermission,
95
+ onBack: onBackScreen
96
+ }) : /*#__PURE__*/React.createElement(CustomPermissionView, null)));
104
97
  }
105
98
  export { ContinueButton } from './actions/ContinueButton';
106
99
  export { PermissionButton } from './actions/PermissionButton';
@@ -1 +1 @@
1
- {"version":3,"names":["Platform","InstructionsView","PermissionView","Liveness3DProvider","SCREEN","useLiveness3DContext","Liveness3DHelper","checkCameraPermissionGranted","requestCameraPermission","RnLiveness3d","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","startLiveness3d","options","onSuccess","onError","loading","args","appkey","undefined","environment","liveness3Dtext","theme","fonts","then","result","OS","JSON","parse","catch","error","Liveness3dView","CustomInstructionView","CustomPermissionView","onBack","children","GetIntructionView","setScreen","screen","onBackScreen","INSTRUCTION_VIEW","PERMISSION_VIEW","verifyPermission","onVerify","ContinueButton","PermissionButton","BackButton"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["Platform","InstructionsView","PermissionView","Liveness3DProvider","SCREEN","useLiveness3DContext","Liveness3DHelper","checkCameraPermissionGranted","requestCameraPermission","RnLiveness3d","startLiveness3d","options","onSuccess","onError","loading","args","appkey","undefined","environment","liveness3Dtext","theme","fonts","then","result","OS","JSON","parse","catch","error","Liveness3dView","CustomInstructionView","CustomPermissionView","onBack","React","createElement","GetIntructionView","setScreen","screen","onBackScreen","INSTRUCTION_VIEW","PERMISSION_VIEW","verifyPermission","Fragment","onVerify","ContinueButton","PermissionButton","BackButton"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,4 +1,2 @@
1
- "use strict";
2
-
3
1
  export {};
4
2
  //# sourceMappingURL=Liveness3DHelper.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/Liveness3DHelper.tsx"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/Liveness3DHelper.tsx"],"mappings":"","ignoreList":[]}
@@ -1,4 +1,2 @@
1
- "use strict";
2
-
3
1
  export {};
4
2
  //# sourceMappingURL=OitiBackButtonInterface.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiBackButtonInterface.tsx"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiBackButtonInterface.tsx"],"mappings":"","ignoreList":[]}
@@ -1,4 +1,2 @@
1
- "use strict";
2
-
3
1
  export {};
4
2
  //# sourceMappingURL=OitiContinueButton.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiContinueButton.tsx"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiContinueButton.tsx"],"mappings":"","ignoreList":[]}
@@ -1,4 +1,2 @@
1
- "use strict";
2
-
3
1
  export {};
4
2
  //# sourceMappingURL=OitiPermissionButtonInterface.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiPermissionButtonInterface.tsx"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiPermissionButtonInterface.tsx"],"mappings":"","ignoreList":[]}
@@ -1,8 +1,5 @@
1
- "use strict";
2
-
3
1
  import { StyleSheet, View, Text, Image, TouchableOpacity, Dimensions, Platform } from 'react-native';
4
2
  import { normalize } from '../../utils/normalize';
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
3
  const {
7
4
  width: SCREEN_WIDTH,
8
5
  height: SCREEN_HEIGHT
@@ -13,70 +10,53 @@ export default function InstructionsView({
13
10
  onVerify,
14
11
  onBack
15
12
  }) {
16
- return /*#__PURE__*/_jsxs(View, {
17
- style: styles.container,
18
- children: [/*#__PURE__*/_jsx(TouchableOpacity, {
19
- onPress: () => onBack(),
20
- style: styles.navigationBar,
21
- children: /*#__PURE__*/_jsx(Image, {
22
- source: require('../../assets/images/left-arrow.png'),
23
- style: styles.leftArrow
24
- })
25
- }), /*#__PURE__*/_jsx(View, {
26
- style: styles.boxImg,
27
- children: /*#__PURE__*/_jsx(View, {
28
- style: styles.imgContainer,
29
- children: /*#__PURE__*/_jsx(Image, {
30
- source: require('../../assets/images/img_face.png'),
31
- style: styles.imgFace
32
- })
33
- })
34
- }), /*#__PURE__*/_jsxs(View, {
35
- style: styles.boxBtn,
36
- children: [/*#__PURE__*/_jsx(Text, {
37
- style: styles.title,
38
- children: "Reconhecimento Facial"
39
- }), /*#__PURE__*/_jsx(Text, {
40
- style: styles.subtitle,
41
- children: "Isso garante que voc\xEA \xE9 voc\xEA mesmo."
42
- }), /*#__PURE__*/_jsxs(View, {
43
- style: styles.intructions,
44
- children: [/*#__PURE__*/_jsxs(View, {
45
- style: styles.rowInstructions,
46
- children: [/*#__PURE__*/_jsx(View, {
47
- style: styles.boxIcon,
48
- children: /*#__PURE__*/_jsx(Image, {
49
- source: require('../../assets/images/lightbulb_outline.png')
50
- })
51
- }), /*#__PURE__*/_jsx(Text, {
52
- style: styles.boxText,
53
- children: "Escolha um ambiente bem iluminado."
54
- })]
55
- }), /*#__PURE__*/_jsxs(View, {
56
- style: styles.rowInstructions,
57
- children: [/*#__PURE__*/_jsx(View, {
58
- style: styles.boxIcon,
59
- children: /*#__PURE__*/_jsx(Image, {
60
- source: require('../../assets/images/face.png')
61
- })
62
- }), /*#__PURE__*/_jsx(Text, {
63
- style: styles.boxText,
64
- children: "N\xE3o use acess\xF3rios como bon\xE9s, m\xE1scaras e afins."
65
- })]
66
- })]
67
- }), /*#__PURE__*/_jsx(View, {
68
- style: styles.viewBtn,
69
- children: /*#__PURE__*/_jsx(TouchableOpacity, {
70
- onPress: () => onVerify(),
71
- style: styles.nextBtn,
72
- children: /*#__PURE__*/_jsx(Text, {
73
- style: styles.nextText,
74
- children: "Continuar"
75
- })
76
- })
77
- })]
78
- })]
79
- });
13
+ return /*#__PURE__*/React.createElement(View, {
14
+ style: styles.container
15
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
16
+ onPress: () => onBack(),
17
+ style: styles.navigationBar
18
+ }, /*#__PURE__*/React.createElement(Image, {
19
+ source: require('../../assets/images/left-arrow.png'),
20
+ style: styles.leftArrow
21
+ })), /*#__PURE__*/React.createElement(View, {
22
+ style: styles.boxImg
23
+ }, /*#__PURE__*/React.createElement(View, {
24
+ style: styles.imgContainer
25
+ }, /*#__PURE__*/React.createElement(Image, {
26
+ source: require('../../assets/images/img_face.png'),
27
+ style: styles.imgFace
28
+ }))), /*#__PURE__*/React.createElement(View, {
29
+ style: styles.boxBtn
30
+ }, /*#__PURE__*/React.createElement(Text, {
31
+ style: styles.title
32
+ }, "Reconhecimento Facial"), /*#__PURE__*/React.createElement(Text, {
33
+ style: styles.subtitle
34
+ }, "Isso garante que voc\xEA \xE9 voc\xEA mesmo."), /*#__PURE__*/React.createElement(View, {
35
+ style: styles.intructions
36
+ }, /*#__PURE__*/React.createElement(View, {
37
+ style: styles.rowInstructions
38
+ }, /*#__PURE__*/React.createElement(View, {
39
+ style: styles.boxIcon
40
+ }, /*#__PURE__*/React.createElement(Image, {
41
+ source: require('../../assets/images/lightbulb_outline.png')
42
+ })), /*#__PURE__*/React.createElement(Text, {
43
+ style: styles.boxText
44
+ }, "Escolha um ambiente bem iluminado.")), /*#__PURE__*/React.createElement(View, {
45
+ style: styles.rowInstructions
46
+ }, /*#__PURE__*/React.createElement(View, {
47
+ style: styles.boxIcon
48
+ }, /*#__PURE__*/React.createElement(Image, {
49
+ source: require('../../assets/images/face.png')
50
+ })), /*#__PURE__*/React.createElement(Text, {
51
+ style: styles.boxText
52
+ }, "N\xE3o use acess\xF3rios como bon\xE9s, m\xE1scaras e afins."))), /*#__PURE__*/React.createElement(View, {
53
+ style: styles.viewBtn
54
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
55
+ onPress: () => onVerify(),
56
+ style: styles.nextBtn
57
+ }, /*#__PURE__*/React.createElement(Text, {
58
+ style: styles.nextText
59
+ }, "Continuar")))));
80
60
  }
81
61
  const styles = StyleSheet.create({
82
62
  container: {
@@ -1 +1 @@
1
- {"version":3,"names":["StyleSheet","View","Text","Image","TouchableOpacity","Dimensions","Platform","normalize","jsx","_jsx","jsxs","_jsxs","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","get","scaleW","scaleH","InstructionsView","onVerify","onBack","style","styles","container","children","onPress","navigationBar","source","require","leftArrow","boxImg","imgContainer","imgFace","boxBtn","title","subtitle","intructions","rowInstructions","boxIcon","boxText","viewBtn","nextBtn","nextText","create","flex","alignItems","backgroundColor","justifyContent","flexDirection","borderColor","borderWidth","borderRadius","paddingLeft","color","fontSize","marginTop","marginLeft","fontWeight","margin","description_one","textAlign","marginRight","boxInfo","paddingTop","OS","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","aspectRatio","waveTop","box","marginVertical"],"sourceRoot":"../../../../src","sources":["screens/Liveness3D/InstructionsView.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["StyleSheet","View","Text","Image","TouchableOpacity","Dimensions","Platform","normalize","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","get","scaleW","scaleH","InstructionsView","onVerify","onBack","React","createElement","style","styles","container","onPress","navigationBar","source","require","leftArrow","boxImg","imgContainer","imgFace","boxBtn","title","subtitle","intructions","rowInstructions","boxIcon","boxText","viewBtn","nextBtn","nextText","create","flex","alignItems","backgroundColor","justifyContent","flexDirection","borderColor","borderWidth","borderRadius","paddingLeft","color","fontSize","marginTop","marginLeft","fontWeight","margin","description_one","textAlign","marginRight","boxInfo","paddingTop","OS","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","aspectRatio","waveTop","box","marginVertical"],"sourceRoot":"../../../../src","sources":["screens/Liveness3D/InstructionsView.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,9 +1,6 @@
1
- "use strict";
2
-
3
1
  import { Dimensions } from 'react-native';
4
2
  import { StyleSheet, View, Text, Image, TouchableOpacity } from 'react-native';
5
3
  import { normalize } from '../utils/normalize';
6
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
4
  const {
8
5
  height: SCREEN_HEIGHT
9
6
  } = Dimensions.get('window');
@@ -14,45 +11,35 @@ export default function PermissionView({
14
11
  onVerify,
15
12
  onBack
16
13
  }) {
17
- return /*#__PURE__*/_jsxs(View, {
18
- style: styles.container,
19
- children: [/*#__PURE__*/_jsx(View, {
20
- style: styles.navigationBar,
21
- children: /*#__PURE__*/_jsx(TouchableOpacity, {
22
- onPress: () => onBack(),
23
- style: styles.navigationBar,
24
- children: /*#__PURE__*/_jsx(Image, {
25
- source: require('../assets/images/left-arrow-b.png'),
26
- style: styles.leftArrow
27
- })
28
- })
29
- }), /*#__PURE__*/_jsx(View, {
30
- style: styles.containerPerm,
31
- children: /*#__PURE__*/_jsxs(View, {
32
- style: styles.imgContainer,
33
- children: [/*#__PURE__*/_jsx(Image, {
34
- source: require('../assets/images/camera_alt.png'),
35
- style: styles.imgFace
36
- }), /*#__PURE__*/_jsxs(View, {
37
- style: styles.intructions,
38
- children: [/*#__PURE__*/_jsx(Text, {
39
- style: styles.title,
40
- children: "Permiss\xF5es da c\xE2mera desativadas."
41
- }), /*#__PURE__*/_jsx(Text, {
42
- style: styles.subtitle,
43
- children: "Habilitar as configura\xE7\xF5es do seu aparelho."
44
- }), /*#__PURE__*/_jsx(TouchableOpacity, {
45
- onPress: () => onVerify(),
46
- style: styles.nextBtn,
47
- children: /*#__PURE__*/_jsx(Text, {
48
- style: styles.nextText,
49
- children: "Verificar"
50
- })
51
- })]
52
- })]
53
- })
54
- })]
55
- });
14
+ return /*#__PURE__*/React.createElement(View, {
15
+ style: styles.container
16
+ }, /*#__PURE__*/React.createElement(View, {
17
+ style: styles.navigationBar
18
+ }, /*#__PURE__*/React.createElement(TouchableOpacity, {
19
+ onPress: () => onBack(),
20
+ style: styles.navigationBar
21
+ }, /*#__PURE__*/React.createElement(Image, {
22
+ source: require('../assets/images/left-arrow-b.png'),
23
+ style: styles.leftArrow
24
+ }))), /*#__PURE__*/React.createElement(View, {
25
+ style: styles.containerPerm
26
+ }, /*#__PURE__*/React.createElement(View, {
27
+ style: styles.imgContainer
28
+ }, /*#__PURE__*/React.createElement(Image, {
29
+ source: require('../assets/images/camera_alt.png'),
30
+ style: styles.imgFace
31
+ }), /*#__PURE__*/React.createElement(View, {
32
+ style: styles.intructions
33
+ }, /*#__PURE__*/React.createElement(Text, {
34
+ style: styles.title
35
+ }, "Permiss\xF5es da c\xE2mera desativadas."), /*#__PURE__*/React.createElement(Text, {
36
+ style: styles.subtitle
37
+ }, "Habilitar as configura\xE7\xF5es do seu aparelho."), /*#__PURE__*/React.createElement(TouchableOpacity, {
38
+ onPress: () => onVerify(),
39
+ style: styles.nextBtn
40
+ }, /*#__PURE__*/React.createElement(Text, {
41
+ style: styles.nextText
42
+ }, "Verificar"))))));
56
43
  }
57
44
  const styles = StyleSheet.create({
58
45
  container: {
@@ -1 +1 @@
1
- {"version":3,"names":["Dimensions","StyleSheet","View","Text","Image","TouchableOpacity","normalize","jsx","_jsx","jsxs","_jsxs","height","SCREEN_HEIGHT","get","scaleH","PermissionView","onVerify","onBack","style","styles","container","children","navigationBar","onPress","source","require","leftArrow","containerPerm","imgContainer","imgFace","intructions","title","subtitle","nextBtn","nextText","create","flex","alignItems","backgroundColor","width","justifyContent","rowInstructions","flexDirection","viewBtn","boxIcon","borderColor","borderWidth","borderRadius","boxText","paddingLeft","color","fontSize","marginTop","textAlign","marginBottom","fontWeight","margin","boxBtn","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","marginLeft","waveTop","box","marginVertical"],"sourceRoot":"../../../src","sources":["screens/PermissionView.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["Dimensions","StyleSheet","View","Text","Image","TouchableOpacity","normalize","height","SCREEN_HEIGHT","get","scaleH","PermissionView","onVerify","onBack","React","createElement","style","styles","container","navigationBar","onPress","source","require","leftArrow","containerPerm","imgContainer","imgFace","intructions","title","subtitle","nextBtn","nextText","create","flex","alignItems","backgroundColor","width","justifyContent","rowInstructions","flexDirection","viewBtn","boxIcon","borderColor","borderWidth","borderRadius","boxText","paddingLeft","color","fontSize","marginTop","textAlign","marginBottom","fontWeight","margin","boxBtn","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","marginLeft","waveTop","box","marginVertical"],"sourceRoot":"../../../src","sources":["screens/PermissionView.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,5 +1,3 @@
1
- "use strict";
2
-
3
1
  import { checkCameraPermissionGranted } from './permissions';
4
2
  export const continueButton = () => {
5
3
  return checkCameraPermissionGranted();
@@ -1 +1 @@
1
- {"version":3,"names":["checkCameraPermissionGranted","continueButton"],"sourceRoot":"../../../src","sources":["utils/continueButton.tsx"],"mappings":";;AAAA,SAASA,4BAA4B,QAAQ,eAAe;AAE5D,OAAO,MAAMC,cAAc,GAAGA,CAAA,KAAe;EAC3C,OAAOD,4BAA4B,CAAC,CAAC;AACvC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["checkCameraPermissionGranted","continueButton"],"sourceRoot":"../../../src","sources":["utils/continueButton.tsx"],"mappings":"AAAA,SAASA,4BAA4B,QAAQ,eAAe;AAE5D,OAAO,MAAMC,cAAc,GAAGA,CAAA,KAAe;EAC3C,OAAOD,4BAA4B,CAAC,CAAC;AACvC,CAAC","ignoreList":[]}
@@ -1,5 +1,3 @@
1
- "use strict";
2
-
3
1
  import { Platform, PixelRatio } from 'react-native';
4
2
  export function normalize(size, scale) {
5
3
  const newSize = size * scale;
@@ -1 +1 @@
1
- {"version":3,"names":["Platform","PixelRatio","normalize","size","scale","newSize","OS","Math","round","roundToNearestPixel"],"sourceRoot":"../../../src","sources":["utils/normalize.tsx"],"mappings":";;AAAA,SAASA,QAAQ,EAAEC,UAAU,QAAQ,cAAc;AAEnD,OAAO,SAASC,SAASA,CAACC,IAAS,EAAEC,KAAU,EAAE;EAC/C,MAAMC,OAAO,GAAGF,IAAI,GAAGC,KAAK;EAC5B,IAAIJ,QAAQ,CAACM,EAAE,KAAK,KAAK,EAAE;IACzB,OAAOH,IAAI;EACb,CAAC,MAAM;IACL,OAAOI,IAAI,CAACC,KAAK,CAACP,UAAU,CAACQ,mBAAmB,CAACJ,OAAO,CAAC,CAAC,GAAG,EAAE;EACjE;AACF","ignoreList":[]}
1
+ {"version":3,"names":["Platform","PixelRatio","normalize","size","scale","newSize","OS","Math","round","roundToNearestPixel"],"sourceRoot":"../../../src","sources":["utils/normalize.tsx"],"mappings":"AAAA,SAASA,QAAQ,EAAEC,UAAU,QAAQ,cAAc;AAEnD,OAAO,SAASC,SAASA,CAACC,IAAS,EAAEC,KAAU,EAAE;EAC/C,MAAMC,OAAO,GAAGF,IAAI,GAAGC,KAAK;EAC5B,IAAIJ,QAAQ,CAACM,EAAE,KAAK,KAAK,EAAE;IACzB,OAAOH,IAAI;EACb,CAAC,MAAM;IACL,OAAOI,IAAI,CAACC,KAAK,CAACP,UAAU,CAACQ,mBAAmB,CAACJ,OAAO,CAAC,CAAC,GAAG,EAAE;EACjE;AACF","ignoreList":[]}
@@ -1,5 +1,3 @@
1
- "use strict";
2
-
3
1
  import RnLiveness3d from '../NativeRnLiveness3d';
4
2
  export function checkCameraPermissionGranted() {
5
3
  return RnLiveness3d.checkCameraPermissionGranted();
@@ -1 +1 @@
1
- {"version":3,"names":["RnLiveness3d","checkCameraPermissionGranted","requestCameraPermission","Promise","resolve","_reject","result"],"sourceRoot":"../../../src","sources":["utils/permissions.tsx"],"mappings":";;AAAA,OAAOA,YAAY,MAAM,uBAAuB;AAEhD,OAAO,SAASC,4BAA4BA,CAAA,EAAY;EACtD,OAAOD,YAAY,CAACC,4BAA4B,CAAC,CAAC;AACpD;AAEA,OAAO,SAASC,uBAAuBA,CAAA,EAAqB;EAC1D,OAAO,IAAIC,OAAO,CAAC,CAACC,OAAO,EAAEC,OAAO,KAAK;IACvCL,YAAY,CAACE,uBAAuB,CAAEI,MAAM,IAAK;MAC/CF,OAAO,CAACE,MAAM,CAAC;IACjB,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ","ignoreList":[]}
1
+ {"version":3,"names":["RnLiveness3d","checkCameraPermissionGranted","requestCameraPermission","Promise","resolve","_reject","result"],"sourceRoot":"../../../src","sources":["utils/permissions.tsx"],"mappings":"AAAA,OAAOA,YAAY,MAAM,uBAAuB;AAEhD,OAAO,SAASC,4BAA4BA,CAAA,EAAY;EACtD,OAAOD,YAAY,CAACC,4BAA4B,CAAC,CAAC;AACpD;AAEA,OAAO,SAASC,uBAAuBA,CAAA,EAAqB;EAC1D,OAAO,IAAIC,OAAO,CAAC,CAACC,OAAO,EAAEC,OAAO,KAAK;IACvCL,YAAY,CAACE,uBAAuB,CAAEI,MAAM,IAAK;MAC/CF,OAAO,CAACE,MAAM,CAAC;IACjB,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ","ignoreList":[]}
@@ -1,5 +1,3 @@
1
- "use strict";
2
-
3
1
  export const SCREEN = Object.freeze({
4
2
  INSTRUCTION_VIEW: 1,
5
3
  PERMISSION_VIEW: 2
@@ -1 +1 @@
1
- {"version":3,"names":["SCREEN","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW"],"sourceRoot":"../../../src","sources":["utils/screenStore.tsx"],"mappings":";;AAAA,OAAO,MAAMA,MAAM,GAAGC,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["SCREEN","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW"],"sourceRoot":"../../../src","sources":["utils/screenStore.tsx"],"mappings":"AAAA,OAAO,MAAMA,MAAM,GAAGC,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC","ignoreList":[]}
@@ -1,6 +1,7 @@
1
1
  require "json"
2
2
 
3
3
  package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
+ new_arch_enabled = ENV["RCT_NEW_ARCH_ENABLED"] == "1"
4
5
 
5
6
  Pod::Spec.new do |s|
6
7
  s.name = "oiti-rn-liveness3d"
@@ -10,34 +11,24 @@ Pod::Spec.new do |s|
10
11
  s.license = package["license"]
11
12
  s.authors = package["author"]
12
13
 
13
- s.platforms = { :ios => "12.4" }
14
+ s.platforms = { :ios => "15.1" }
14
15
  s.source = { :git => "https://github.com/oititec/rn-liveness3d.git", :tag => "#{s.version}" }
15
- s.source = { :git => "https://github.com/oititec/ios-artifactory-beta.git" }
16
-
17
- s.source_files = "ios/**/*.{h,m,mm,swift}"
18
-
19
- s.ios.dependency 'OILiveness3D', '3.11.0'
20
-
21
- # Use helper method from react_native_pods.rb
22
- if respond_to?(:install_modules_dependencies, true)
23
- install_modules_dependencies(s)
24
- else
25
- s.dependency "React-Core"
26
-
27
- # Fallback for older React Native versions
28
- if ENV['RCT_NEW_ARCH_ENABLED'] == '1'
29
- folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
30
- s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
31
- s.pod_target_xcconfig = {
32
- "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
33
- "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
34
- "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
35
- }
36
- s.dependency "React-Codegen"
37
- s.dependency "RCT-Folly"
38
- s.dependency "RCTRequired"
39
- s.dependency "RCTTypeSafety"
40
- s.dependency "ReactCommon/turbomodule/core"
16
+
17
+ s.dependency "React-Core"
18
+ s.ios.dependency "OILiveness3D", "3.14.0"
19
+
20
+ s.subspec "Swift" do |ss|
21
+ ss.source_files = "ios/**/*.swift"
22
+ end
23
+
24
+ s.subspec "Bridge" do |ss|
25
+ ss.source_files = "ios/**/*.{h,mm}"
26
+ ss.private_header_files = "ios/**/*.h"
27
+
28
+ if new_arch_enabled && respond_to?(:install_modules_dependencies, true)
29
+ install_modules_dependencies(ss, new_arch_enabled: true)
41
30
  end
42
31
  end
32
+
33
+ s.default_subspecs = "Swift", "Bridge"
43
34
  end