@oiti/rn-liveness3d 5.2.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,1261 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXAggregateTarget section */
10
- 13BBBA75F4A0689D55192A76F9E01166 /* OILiveness3D */ = {
11
- isa = PBXAggregateTarget;
12
- buildConfigurationList = 4C4AE07C80BAE951082800879627A0C9 /* Build configuration list for PBXAggregateTarget "OILiveness3D" */;
13
- buildPhases = (
14
- 2BD0BDE4C4099C87E0224F1210DCDAD6 /* [CP] Copy XCFrameworks */,
15
- );
16
- dependencies = (
17
- 50FB1E279CBF7214DFED14D7203F9BAF /* PBXTargetDependency */,
18
- C80E3920199D12C5B22F2DDC31C77801 /* PBXTargetDependency */,
19
- 1653080E893B3F404B456EFCF8E0FFD0 /* PBXTargetDependency */,
20
- E1A0CE3AB06C6A6B16A05687E8FC8041 /* PBXTargetDependency */,
21
- 4FAD8D1B4C6679BA2AB70385DB34DBC1 /* PBXTargetDependency */,
22
- );
23
- name = OILiveness3D;
24
- };
25
- 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */ = {
26
- isa = PBXAggregateTarget;
27
- buildConfigurationList = B10E7E2EB2213F842AFAD8D65E2ED73B /* Build configuration list for PBXAggregateTarget "OILiveness3D_FT" */;
28
- buildPhases = (
29
- 551C79450B3C1B4C58E9912AFAE7471F /* [CP] Copy XCFrameworks */,
30
- );
31
- dependencies = (
32
- );
33
- name = OILiveness3D_FT;
34
- };
35
- 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */ = {
36
- isa = PBXAggregateTarget;
37
- buildConfigurationList = 1E8055DCCD79CF475C13ABBF061AF802 /* Build configuration list for PBXAggregateTarget "OISecurity" */;
38
- buildPhases = (
39
- 13E9A4DC0956B0CD0D931E0526EF2A9C /* [CP] Copy XCFrameworks */,
40
- );
41
- dependencies = (
42
- EEA8FCEBC61564375C6C84A7FA16EE89 /* PBXTargetDependency */,
43
- CC5AA9F9EB88DB76D95860E10141F3AD /* PBXTargetDependency */,
44
- );
45
- name = OISecurity;
46
- };
47
- C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */ = {
48
- isa = PBXAggregateTarget;
49
- buildConfigurationList = 016FF34A712E675401E19A5F437506F5 /* Build configuration list for PBXAggregateTarget "OIComponents" */;
50
- buildPhases = (
51
- A7FC3294CB860A75BA39F441FE1A0FB8 /* [CP] Copy XCFrameworks */,
52
- );
53
- dependencies = (
54
- );
55
- name = OIComponents;
56
- };
57
- D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */ = {
58
- isa = PBXAggregateTarget;
59
- buildConfigurationList = E054C74BC907B25C8D67BA864B4887AC /* Build configuration list for PBXAggregateTarget "OINetwork" */;
60
- buildPhases = (
61
- 4F7EADF5825781A6EFDF663037894B54 /* [CP] Copy XCFrameworks */,
62
- );
63
- dependencies = (
64
- FB55AAE0C47B0D697FB464203EEFFECB /* PBXTargetDependency */,
65
- );
66
- name = OINetwork;
67
- };
68
- D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */ = {
69
- isa = PBXAggregateTarget;
70
- buildConfigurationList = AA9DA7DAB4641F57A75D2EF8F498AF5A /* Build configuration list for PBXAggregateTarget "OICommons" */;
71
- buildPhases = (
72
- B73C50D1E457558411803F83CFEB9F8C /* [CP] Copy XCFrameworks */,
73
- );
74
- dependencies = (
75
- );
76
- name = OICommons;
77
- };
78
- /* End PBXAggregateTarget section */
79
-
80
- /* Begin PBXBuildFile section */
81
- 0A5AEF64C11AA91103E37A350CB86ABB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 384DDA2CB25005BD6479B5987C619DD4 /* Foundation.framework */; };
82
- 97098815FBD5BCBCC7AA19B448F29210 /* Pods-RnLiveness3d-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C16049A3088FBFF488318941D3A43A /* Pods-RnLiveness3d-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
83
- A42879F900BB183EFB5251123EF98FAA /* Pods-RnLiveness3d-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3BEC5CA88075074DE010411312FC384 /* Pods-RnLiveness3d-dummy.m */; };
84
- /* End PBXBuildFile section */
85
-
86
- /* Begin PBXContainerItemProxy section */
87
- 29D13607CE37150CDBF394A1B4432E76 /* PBXContainerItemProxy */ = {
88
- isa = PBXContainerItemProxy;
89
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
90
- proxyType = 1;
91
- remoteGlobalIDString = 1E2E843BEB5FDC71DDCCF52C06A9113F;
92
- remoteInfo = OILiveness3D_FT;
93
- };
94
- 3A54F84FA27C6E677B191BB364C67759 /* PBXContainerItemProxy */ = {
95
- isa = PBXContainerItemProxy;
96
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
97
- proxyType = 1;
98
- remoteGlobalIDString = C803281F06AD29D83614AB8CE6228DD8;
99
- remoteInfo = OIComponents;
100
- };
101
- 4454B4E94DE51F5A399A55D86ED0B89B /* PBXContainerItemProxy */ = {
102
- isa = PBXContainerItemProxy;
103
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
104
- proxyType = 1;
105
- remoteGlobalIDString = D2C4ECC520D5BF1EA895F6C928B5373C;
106
- remoteInfo = OINetwork;
107
- };
108
- 4CF4E080E2C7C2130E373C1B394809FB /* PBXContainerItemProxy */ = {
109
- isa = PBXContainerItemProxy;
110
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
111
- proxyType = 1;
112
- remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
113
- remoteInfo = OICommons;
114
- };
115
- 5558C77B818CC0910F71029D03E75A79 /* PBXContainerItemProxy */ = {
116
- isa = PBXContainerItemProxy;
117
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
118
- proxyType = 1;
119
- remoteGlobalIDString = C803281F06AD29D83614AB8CE6228DD8;
120
- remoteInfo = OIComponents;
121
- };
122
- 800AEB903073FDA6213790C23969FEE0 /* PBXContainerItemProxy */ = {
123
- isa = PBXContainerItemProxy;
124
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
125
- proxyType = 1;
126
- remoteGlobalIDString = 13BBBA75F4A0689D55192A76F9E01166;
127
- remoteInfo = OILiveness3D;
128
- };
129
- 932797548EA9AB3813AA71B024B09CF2 /* PBXContainerItemProxy */ = {
130
- isa = PBXContainerItemProxy;
131
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
132
- proxyType = 1;
133
- remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
134
- remoteInfo = OICommons;
135
- };
136
- 9658B4ADFFF6FFEC7B55B07AA42C9825 /* PBXContainerItemProxy */ = {
137
- isa = PBXContainerItemProxy;
138
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
139
- proxyType = 1;
140
- remoteGlobalIDString = 1E2E843BEB5FDC71DDCCF52C06A9113F;
141
- remoteInfo = OILiveness3D_FT;
142
- };
143
- 9A9789C2F3589C7327F0275E065542C7 /* PBXContainerItemProxy */ = {
144
- isa = PBXContainerItemProxy;
145
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
146
- proxyType = 1;
147
- remoteGlobalIDString = D2C4ECC520D5BF1EA895F6C928B5373C;
148
- remoteInfo = OINetwork;
149
- };
150
- A5D12281F387E1CE3757088AEF28B0C8 /* PBXContainerItemProxy */ = {
151
- isa = PBXContainerItemProxy;
152
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
153
- proxyType = 1;
154
- remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
155
- remoteInfo = OICommons;
156
- };
157
- CEB48E028D6513F7AA858380C0FAEAE7 /* PBXContainerItemProxy */ = {
158
- isa = PBXContainerItemProxy;
159
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
160
- proxyType = 1;
161
- remoteGlobalIDString = 35BE567DDB9CCB9936E13E7CFB11E18C;
162
- remoteInfo = OISecurity;
163
- };
164
- D1EA0F1D141D6F3D8A5C477CE7DCAE70 /* PBXContainerItemProxy */ = {
165
- isa = PBXContainerItemProxy;
166
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
167
- proxyType = 1;
168
- remoteGlobalIDString = D2C4ECC520D5BF1EA895F6C928B5373C;
169
- remoteInfo = OINetwork;
170
- };
171
- E325273AF9968F5CEA8673D33FD2AD89 /* PBXContainerItemProxy */ = {
172
- isa = PBXContainerItemProxy;
173
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
174
- proxyType = 1;
175
- remoteGlobalIDString = 35BE567DDB9CCB9936E13E7CFB11E18C;
176
- remoteInfo = OISecurity;
177
- };
178
- E41E5EB680ABD420CE4F59634F06BE99 /* PBXContainerItemProxy */ = {
179
- isa = PBXContainerItemProxy;
180
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
181
- proxyType = 1;
182
- remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
183
- remoteInfo = OICommons;
184
- };
185
- /* End PBXContainerItemProxy section */
186
-
187
- /* Begin PBXFileReference section */
188
- 08EBE9141C2F87975AE31135E02DF04E /* Pods-RnLiveness3d.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-RnLiveness3d.modulemap"; sourceTree = "<group>"; };
189
- 149142BF0A5BF33A21E064A650F23294 /* OICommons.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OICommons.xcframework; path = Output/OICommons.xcframework; sourceTree = "<group>"; };
190
- 1AD56E81494C78A90BE551FF29EDC4D0 /* Pods-RnLiveness3d-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RnLiveness3d-acknowledgements.plist"; sourceTree = "<group>"; };
191
- 24449B9B76D9995FFCC1A1C8CC3F08BF /* OILiveness3D-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OILiveness3D-xcframeworks.sh"; sourceTree = "<group>"; };
192
- 2DC39A1730C9DDDB9D78AF2025B23986 /* OILiveness3D_FT.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D_FT.debug.xcconfig; sourceTree = "<group>"; };
193
- 384DDA2CB25005BD6479B5987C619DD4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
194
- 38C58B2E8C4E4AD6415649DC5B4B1BBC /* OILiveness3D.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D.debug.xcconfig; sourceTree = "<group>"; };
195
- 39C784BAC897F9BDE7BBE25F8612677A /* OISecurity.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OISecurity.debug.xcconfig; sourceTree = "<group>"; };
196
- 3F2CFB2AD4B68E2C7ECF3FB826823EA8 /* OISecurity-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OISecurity-xcframeworks.sh"; sourceTree = "<group>"; };
197
- 3FA8448B3F0C2596DB8DA8FF6E6E3767 /* OINetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OINetwork.release.xcconfig; sourceTree = "<group>"; };
198
- 3FDF8E35E120F8708A2261CC81F089F4 /* OICommons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OICommons.release.xcconfig; sourceTree = "<group>"; };
199
- 47452A80BE96098503142BA00595FD5D /* OIComponents.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OIComponents.xcframework; path = Framework/Output/OIComponents.xcframework; sourceTree = "<group>"; };
200
- 48C964D5AF1085F8E389A7D3F296D51F /* OIComponents.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OIComponents.debug.xcconfig; sourceTree = "<group>"; };
201
- 4BA6143198924A2EE78353899C1EB436 /* OIComponents-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OIComponents-xcframeworks.sh"; sourceTree = "<group>"; };
202
- 525D6E40E9A8674ECBC178849044DB86 /* OILiveness3D.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OILiveness3D.xcframework; path = Output/OILiveness3D.xcframework; sourceTree = "<group>"; };
203
- 5ADFC406FEBB525500EE57886C84F75A /* Pods-RnLiveness3d.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RnLiveness3d.release.xcconfig"; sourceTree = "<group>"; };
204
- 5E6C07743C6AEBD76CA596C37AA24E81 /* FaceTecSDK.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FaceTecSDK.xcframework; path = Framework/FaceTecSDK.xcframework; sourceTree = "<group>"; };
205
- 6369868978601DFBB77D6C8BD3E5CE21 /* OILiveness3D_FT.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D_FT.release.xcconfig; sourceTree = "<group>"; };
206
- 659A1A5007AF7108CAF316BED91FDADD /* OILiveness3D_FT-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OILiveness3D_FT-xcframeworks.sh"; sourceTree = "<group>"; };
207
- 737E2BB248CDB6E7A5F60371F9EBF3E2 /* OINetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OINetwork.debug.xcconfig; sourceTree = "<group>"; };
208
- 821DBC6F0F9A6F73506F7B1B652A0934 /* OISecurity.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OISecurity.release.xcconfig; sourceTree = "<group>"; };
209
- 82E83A69A5DDBC2C8B8D52423C27203A /* Pods-RnLiveness3d */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-RnLiveness3d"; path = Pods_RnLiveness3d.framework; sourceTree = BUILT_PRODUCTS_DIR; };
210
- 83EAC7F1D226EBE6FDB0F73D3D56D80B /* OICommons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OICommons.debug.xcconfig; sourceTree = "<group>"; };
211
- 861048B3C8226AAB782D7390AFB1D3AC /* OINetwork.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OINetwork.xcframework; path = Frameworks/OINetwork.xcframework; sourceTree = "<group>"; };
212
- 912BD8621F5A18E4B6210B7F5EA74E87 /* OISecurity.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OISecurity.xcframework; path = Output/OISecurity.xcframework; sourceTree = "<group>"; };
213
- 928CA89E7E28A55FFD42BFE2D2AD3EB3 /* OINetwork-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OINetwork-xcframeworks.sh"; sourceTree = "<group>"; };
214
- 96558F16206EF6160953030C732C86CB /* OILiveness3D.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D.release.xcconfig; sourceTree = "<group>"; };
215
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
216
- A3BEC5CA88075074DE010411312FC384 /* Pods-RnLiveness3d-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RnLiveness3d-dummy.m"; sourceTree = "<group>"; };
217
- AE67CDCB59BAD0A5D8E4824F591463F2 /* OICommons-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OICommons-xcframeworks.sh"; sourceTree = "<group>"; };
218
- B2064973D683C2C20B74F90C6740E173 /* Pods-RnLiveness3d.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RnLiveness3d.debug.xcconfig"; sourceTree = "<group>"; };
219
- B52FA88F975960C6B47B24EB6715A00E /* Pods-RnLiveness3d-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RnLiveness3d-Info.plist"; sourceTree = "<group>"; };
220
- D4C16049A3088FBFF488318941D3A43A /* Pods-RnLiveness3d-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-RnLiveness3d-umbrella.h"; sourceTree = "<group>"; };
221
- E8F949BF2997ADBCB7A0FDBE7ADD7AB6 /* Pods-RnLiveness3d-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RnLiveness3d-acknowledgements.markdown"; sourceTree = "<group>"; };
222
- F7743549C5F4C2056C2F046223DB83E9 /* OIComponents.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OIComponents.release.xcconfig; sourceTree = "<group>"; };
223
- /* End PBXFileReference section */
224
-
225
- /* Begin PBXFrameworksBuildPhase section */
226
- 3959AD0F71217709DB6DA000DB846A5C /* Frameworks */ = {
227
- isa = PBXFrameworksBuildPhase;
228
- buildActionMask = 2147483647;
229
- files = (
230
- 0A5AEF64C11AA91103E37A350CB86ABB /* Foundation.framework in Frameworks */,
231
- );
232
- runOnlyForDeploymentPostprocessing = 0;
233
- };
234
- /* End PBXFrameworksBuildPhase section */
235
-
236
- /* Begin PBXGroup section */
237
- 04358536E53E6248805CD6B0DA53027D /* Frameworks */ = {
238
- isa = PBXGroup;
239
- children = (
240
- 5E6C07743C6AEBD76CA596C37AA24E81 /* FaceTecSDK.xcframework */,
241
- );
242
- name = Frameworks;
243
- sourceTree = "<group>";
244
- };
245
- 0ACEC2F31242152DEB739641AD9B3066 /* Targets Support Files */ = {
246
- isa = PBXGroup;
247
- children = (
248
- 4722E26B445A3A55937256AD61AF8C6F /* Pods-RnLiveness3d */,
249
- );
250
- name = "Targets Support Files";
251
- sourceTree = "<group>";
252
- };
253
- 18069FA63F5B794ABBB477B06AC198A0 /* Products */ = {
254
- isa = PBXGroup;
255
- children = (
256
- 82E83A69A5DDBC2C8B8D52423C27203A /* Pods-RnLiveness3d */,
257
- );
258
- name = Products;
259
- sourceTree = "<group>";
260
- };
261
- 303969CDF75587494ACCE90A8BBC904F /* Frameworks */ = {
262
- isa = PBXGroup;
263
- children = (
264
- 47452A80BE96098503142BA00595FD5D /* OIComponents.xcframework */,
265
- );
266
- name = Frameworks;
267
- sourceTree = "<group>";
268
- };
269
- 33632C36F5A14287A437C64C20275590 /* OICommons */ = {
270
- isa = PBXGroup;
271
- children = (
272
- 9ACEE8F77128D71F49B0886290C2BA0D /* Frameworks */,
273
- 875126C8A1410B745AF16A5427E9E44F /* Support Files */,
274
- );
275
- name = OICommons;
276
- path = OICommons;
277
- sourceTree = "<group>";
278
- };
279
- 384B1A94CDDF2790BAAABCB8F3D5636B /* Support Files */ = {
280
- isa = PBXGroup;
281
- children = (
282
- 659A1A5007AF7108CAF316BED91FDADD /* OILiveness3D_FT-xcframeworks.sh */,
283
- 2DC39A1730C9DDDB9D78AF2025B23986 /* OILiveness3D_FT.debug.xcconfig */,
284
- 6369868978601DFBB77D6C8BD3E5CE21 /* OILiveness3D_FT.release.xcconfig */,
285
- );
286
- name = "Support Files";
287
- path = "../Target Support Files/OILiveness3D_FT";
288
- sourceTree = "<group>";
289
- };
290
- 4722E26B445A3A55937256AD61AF8C6F /* Pods-RnLiveness3d */ = {
291
- isa = PBXGroup;
292
- children = (
293
- 08EBE9141C2F87975AE31135E02DF04E /* Pods-RnLiveness3d.modulemap */,
294
- E8F949BF2997ADBCB7A0FDBE7ADD7AB6 /* Pods-RnLiveness3d-acknowledgements.markdown */,
295
- 1AD56E81494C78A90BE551FF29EDC4D0 /* Pods-RnLiveness3d-acknowledgements.plist */,
296
- A3BEC5CA88075074DE010411312FC384 /* Pods-RnLiveness3d-dummy.m */,
297
- B52FA88F975960C6B47B24EB6715A00E /* Pods-RnLiveness3d-Info.plist */,
298
- D4C16049A3088FBFF488318941D3A43A /* Pods-RnLiveness3d-umbrella.h */,
299
- B2064973D683C2C20B74F90C6740E173 /* Pods-RnLiveness3d.debug.xcconfig */,
300
- 5ADFC406FEBB525500EE57886C84F75A /* Pods-RnLiveness3d.release.xcconfig */,
301
- );
302
- name = "Pods-RnLiveness3d";
303
- path = "Target Support Files/Pods-RnLiveness3d";
304
- sourceTree = "<group>";
305
- };
306
- 6B1A968DD6D04A575CAADD4E1EDD1A8D /* OILiveness3D */ = {
307
- isa = PBXGroup;
308
- children = (
309
- C80A6D76B7C1472818EE35F0E059BAAE /* Release */,
310
- F2CFB8486962B5683F49B854A7BF58BC /* Support Files */,
311
- );
312
- name = OILiveness3D;
313
- path = OILiveness3D;
314
- sourceTree = "<group>";
315
- };
316
- 7DC88CAE0B63397241104B245260A814 /* OILiveness3D_FT */ = {
317
- isa = PBXGroup;
318
- children = (
319
- 04358536E53E6248805CD6B0DA53027D /* Frameworks */,
320
- 384B1A94CDDF2790BAAABCB8F3D5636B /* Support Files */,
321
- );
322
- name = OILiveness3D_FT;
323
- path = OILiveness3D_FT;
324
- sourceTree = "<group>";
325
- };
326
- 875126C8A1410B745AF16A5427E9E44F /* Support Files */ = {
327
- isa = PBXGroup;
328
- children = (
329
- AE67CDCB59BAD0A5D8E4824F591463F2 /* OICommons-xcframeworks.sh */,
330
- 83EAC7F1D226EBE6FDB0F73D3D56D80B /* OICommons.debug.xcconfig */,
331
- 3FDF8E35E120F8708A2261CC81F089F4 /* OICommons.release.xcconfig */,
332
- );
333
- name = "Support Files";
334
- path = "../Target Support Files/OICommons";
335
- sourceTree = "<group>";
336
- };
337
- 8C9C5ADD298D22519DEF61E72E0BD7E3 /* Support Files */ = {
338
- isa = PBXGroup;
339
- children = (
340
- 4BA6143198924A2EE78353899C1EB436 /* OIComponents-xcframeworks.sh */,
341
- 48C964D5AF1085F8E389A7D3F296D51F /* OIComponents.debug.xcconfig */,
342
- F7743549C5F4C2056C2F046223DB83E9 /* OIComponents.release.xcconfig */,
343
- );
344
- name = "Support Files";
345
- path = "../Target Support Files/OIComponents";
346
- sourceTree = "<group>";
347
- };
348
- 9ACEE8F77128D71F49B0886290C2BA0D /* Frameworks */ = {
349
- isa = PBXGroup;
350
- children = (
351
- 149142BF0A5BF33A21E064A650F23294 /* OICommons.xcframework */,
352
- );
353
- name = Frameworks;
354
- sourceTree = "<group>";
355
- };
356
- 9D00924F59AFE1C5B4EE6933F629B8F0 /* Frameworks */ = {
357
- isa = PBXGroup;
358
- children = (
359
- 912BD8621F5A18E4B6210B7F5EA74E87 /* OISecurity.xcframework */,
360
- );
361
- name = Frameworks;
362
- sourceTree = "<group>";
363
- };
364
- A9F465230389ED76275DB5ECB3ED3054 /* OISecurity */ = {
365
- isa = PBXGroup;
366
- children = (
367
- 9D00924F59AFE1C5B4EE6933F629B8F0 /* Frameworks */,
368
- DFA9343656C34C82FE08404ACC262A78 /* Support Files */,
369
- );
370
- name = OISecurity;
371
- path = OISecurity;
372
- sourceTree = "<group>";
373
- };
374
- B25540C551F66C4E19565B55B70242BD /* OIComponents */ = {
375
- isa = PBXGroup;
376
- children = (
377
- 303969CDF75587494ACCE90A8BBC904F /* Frameworks */,
378
- 8C9C5ADD298D22519DEF61E72E0BD7E3 /* Support Files */,
379
- );
380
- name = OIComponents;
381
- path = OIComponents;
382
- sourceTree = "<group>";
383
- };
384
- BD297F6B7E81524DF2EFF3BF95D01522 /* Frameworks */ = {
385
- isa = PBXGroup;
386
- children = (
387
- 861048B3C8226AAB782D7390AFB1D3AC /* OINetwork.xcframework */,
388
- );
389
- name = Frameworks;
390
- sourceTree = "<group>";
391
- };
392
- BFC5037D824F44139CA464457DDE32B3 /* Support Files */ = {
393
- isa = PBXGroup;
394
- children = (
395
- 928CA89E7E28A55FFD42BFE2D2AD3EB3 /* OINetwork-xcframeworks.sh */,
396
- 737E2BB248CDB6E7A5F60371F9EBF3E2 /* OINetwork.debug.xcconfig */,
397
- 3FA8448B3F0C2596DB8DA8FF6E6E3767 /* OINetwork.release.xcconfig */,
398
- );
399
- name = "Support Files";
400
- path = "../Target Support Files/OINetwork";
401
- sourceTree = "<group>";
402
- };
403
- C80A6D76B7C1472818EE35F0E059BAAE /* Release */ = {
404
- isa = PBXGroup;
405
- children = (
406
- D7FCC2E873D1DFDF1F259FDEFAD57BD3 /* Frameworks */,
407
- );
408
- name = Release;
409
- sourceTree = "<group>";
410
- };
411
- CE7B53651F6ABFD96D022317AE112E2D /* OINetwork */ = {
412
- isa = PBXGroup;
413
- children = (
414
- BD297F6B7E81524DF2EFF3BF95D01522 /* Frameworks */,
415
- BFC5037D824F44139CA464457DDE32B3 /* Support Files */,
416
- );
417
- name = OINetwork;
418
- path = OINetwork;
419
- sourceTree = "<group>";
420
- };
421
- CF1408CF629C7361332E53B88F7BD30C = {
422
- isa = PBXGroup;
423
- children = (
424
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
425
- D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
426
- ECB072F36FF6FD4F4191ACFC63C91D88 /* Pods */,
427
- 18069FA63F5B794ABBB477B06AC198A0 /* Products */,
428
- 0ACEC2F31242152DEB739641AD9B3066 /* Targets Support Files */,
429
- );
430
- sourceTree = "<group>";
431
- };
432
- D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
433
- isa = PBXGroup;
434
- children = (
435
- E4801F62A6B08CD9B5410329F1A18FDE /* iOS */,
436
- );
437
- name = Frameworks;
438
- sourceTree = "<group>";
439
- };
440
- D7FCC2E873D1DFDF1F259FDEFAD57BD3 /* Frameworks */ = {
441
- isa = PBXGroup;
442
- children = (
443
- 525D6E40E9A8674ECBC178849044DB86 /* OILiveness3D.xcframework */,
444
- );
445
- name = Frameworks;
446
- sourceTree = "<group>";
447
- };
448
- DFA9343656C34C82FE08404ACC262A78 /* Support Files */ = {
449
- isa = PBXGroup;
450
- children = (
451
- 3F2CFB2AD4B68E2C7ECF3FB826823EA8 /* OISecurity-xcframeworks.sh */,
452
- 39C784BAC897F9BDE7BBE25F8612677A /* OISecurity.debug.xcconfig */,
453
- 821DBC6F0F9A6F73506F7B1B652A0934 /* OISecurity.release.xcconfig */,
454
- );
455
- name = "Support Files";
456
- path = "../Target Support Files/OISecurity";
457
- sourceTree = "<group>";
458
- };
459
- E4801F62A6B08CD9B5410329F1A18FDE /* iOS */ = {
460
- isa = PBXGroup;
461
- children = (
462
- 384DDA2CB25005BD6479B5987C619DD4 /* Foundation.framework */,
463
- );
464
- name = iOS;
465
- sourceTree = "<group>";
466
- };
467
- ECB072F36FF6FD4F4191ACFC63C91D88 /* Pods */ = {
468
- isa = PBXGroup;
469
- children = (
470
- 33632C36F5A14287A437C64C20275590 /* OICommons */,
471
- B25540C551F66C4E19565B55B70242BD /* OIComponents */,
472
- 6B1A968DD6D04A575CAADD4E1EDD1A8D /* OILiveness3D */,
473
- 7DC88CAE0B63397241104B245260A814 /* OILiveness3D_FT */,
474
- CE7B53651F6ABFD96D022317AE112E2D /* OINetwork */,
475
- A9F465230389ED76275DB5ECB3ED3054 /* OISecurity */,
476
- );
477
- name = Pods;
478
- sourceTree = "<group>";
479
- };
480
- F2CFB8486962B5683F49B854A7BF58BC /* Support Files */ = {
481
- isa = PBXGroup;
482
- children = (
483
- 24449B9B76D9995FFCC1A1C8CC3F08BF /* OILiveness3D-xcframeworks.sh */,
484
- 38C58B2E8C4E4AD6415649DC5B4B1BBC /* OILiveness3D.debug.xcconfig */,
485
- 96558F16206EF6160953030C732C86CB /* OILiveness3D.release.xcconfig */,
486
- );
487
- name = "Support Files";
488
- path = "../Target Support Files/OILiveness3D";
489
- sourceTree = "<group>";
490
- };
491
- /* End PBXGroup section */
492
-
493
- /* Begin PBXHeadersBuildPhase section */
494
- F336057E2000F06FE5A9D231B965127E /* Headers */ = {
495
- isa = PBXHeadersBuildPhase;
496
- buildActionMask = 2147483647;
497
- files = (
498
- 97098815FBD5BCBCC7AA19B448F29210 /* Pods-RnLiveness3d-umbrella.h in Headers */,
499
- );
500
- runOnlyForDeploymentPostprocessing = 0;
501
- };
502
- /* End PBXHeadersBuildPhase section */
503
-
504
- /* Begin PBXNativeTarget section */
505
- 1A8FFCB7F970D3565DB713A9ECE21622 /* Pods-RnLiveness3d */ = {
506
- isa = PBXNativeTarget;
507
- buildConfigurationList = 7B9479CB0B605F52A9326EFC302644CB /* Build configuration list for PBXNativeTarget "Pods-RnLiveness3d" */;
508
- buildPhases = (
509
- F336057E2000F06FE5A9D231B965127E /* Headers */,
510
- 8A8EE01EE649375D988D0F9843AA708B /* Sources */,
511
- 3959AD0F71217709DB6DA000DB846A5C /* Frameworks */,
512
- 1AFA7652F4AAA27E81158151F7CA118E /* Resources */,
513
- );
514
- buildRules = (
515
- );
516
- dependencies = (
517
- 3EEA3EC6516726D43E69A4AF1BFF2FD3 /* PBXTargetDependency */,
518
- BFEB7E27E3D081B83909B26AD1BE4C53 /* PBXTargetDependency */,
519
- 20D5F67AC27635757388D135A83198EA /* PBXTargetDependency */,
520
- 5CC46EAD9C7E614A28DCD70496210343 /* PBXTargetDependency */,
521
- 916474452B070FD7A381CED838918C96 /* PBXTargetDependency */,
522
- 654E676FFF6A431115EF547435D78826 /* PBXTargetDependency */,
523
- );
524
- name = "Pods-RnLiveness3d";
525
- productName = Pods_RnLiveness3d;
526
- productReference = 82E83A69A5DDBC2C8B8D52423C27203A /* Pods-RnLiveness3d */;
527
- productType = "com.apple.product-type.framework";
528
- };
529
- /* End PBXNativeTarget section */
530
-
531
- /* Begin PBXProject section */
532
- BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
533
- isa = PBXProject;
534
- attributes = {
535
- LastSwiftUpdateCheck = 1600;
536
- LastUpgradeCheck = 1600;
537
- };
538
- buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
539
- compatibilityVersion = "Xcode 3.2";
540
- developmentRegion = en;
541
- hasScannedForEncodings = 0;
542
- knownRegions = (
543
- Base,
544
- en,
545
- );
546
- mainGroup = CF1408CF629C7361332E53B88F7BD30C;
547
- minimizedProjectReferenceProxies = 0;
548
- preferredProjectObjectVersion = 77;
549
- productRefGroup = 18069FA63F5B794ABBB477B06AC198A0 /* Products */;
550
- projectDirPath = "";
551
- projectRoot = "";
552
- targets = (
553
- D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */,
554
- C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */,
555
- 13BBBA75F4A0689D55192A76F9E01166 /* OILiveness3D */,
556
- 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */,
557
- D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */,
558
- 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */,
559
- 1A8FFCB7F970D3565DB713A9ECE21622 /* Pods-RnLiveness3d */,
560
- );
561
- };
562
- /* End PBXProject section */
563
-
564
- /* Begin PBXResourcesBuildPhase section */
565
- 1AFA7652F4AAA27E81158151F7CA118E /* Resources */ = {
566
- isa = PBXResourcesBuildPhase;
567
- buildActionMask = 2147483647;
568
- files = (
569
- );
570
- runOnlyForDeploymentPostprocessing = 0;
571
- };
572
- /* End PBXResourcesBuildPhase section */
573
-
574
- /* Begin PBXShellScriptBuildPhase section */
575
- 13E9A4DC0956B0CD0D931E0526EF2A9C /* [CP] Copy XCFrameworks */ = {
576
- isa = PBXShellScriptBuildPhase;
577
- buildActionMask = 2147483647;
578
- files = (
579
- );
580
- inputPaths = (
581
- "${PODS_ROOT}/Target Support Files/OISecurity/OISecurity-xcframeworks.sh",
582
- "${PODS_ROOT}/OISecurity/Output/OISecurity.xcframework",
583
- );
584
- name = "[CP] Copy XCFrameworks";
585
- outputPaths = (
586
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OISecurity/OISecurity.framework",
587
- );
588
- runOnlyForDeploymentPostprocessing = 0;
589
- shellPath = /bin/sh;
590
- shellScript = "\"${PODS_ROOT}/Target Support Files/OISecurity/OISecurity-xcframeworks.sh\"\n";
591
- showEnvVarsInLog = 0;
592
- };
593
- 2BD0BDE4C4099C87E0224F1210DCDAD6 /* [CP] Copy XCFrameworks */ = {
594
- isa = PBXShellScriptBuildPhase;
595
- buildActionMask = 2147483647;
596
- files = (
597
- );
598
- inputPaths = (
599
- "${PODS_ROOT}/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh",
600
- "${PODS_ROOT}/OILiveness3D/Output/OILiveness3D.xcframework",
601
- );
602
- name = "[CP] Copy XCFrameworks";
603
- outputPaths = (
604
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D/Release/OILiveness3D.framework",
605
- );
606
- runOnlyForDeploymentPostprocessing = 0;
607
- shellPath = /bin/sh;
608
- shellScript = "\"${PODS_ROOT}/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh\"\n";
609
- showEnvVarsInLog = 0;
610
- };
611
- 4F7EADF5825781A6EFDF663037894B54 /* [CP] Copy XCFrameworks */ = {
612
- isa = PBXShellScriptBuildPhase;
613
- buildActionMask = 2147483647;
614
- files = (
615
- );
616
- inputPaths = (
617
- "${PODS_ROOT}/Target Support Files/OINetwork/OINetwork-xcframeworks.sh",
618
- "${PODS_ROOT}/OINetwork/Frameworks/OINetwork.xcframework",
619
- );
620
- name = "[CP] Copy XCFrameworks";
621
- outputPaths = (
622
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OINetwork/OINetwork.framework",
623
- );
624
- runOnlyForDeploymentPostprocessing = 0;
625
- shellPath = /bin/sh;
626
- shellScript = "\"${PODS_ROOT}/Target Support Files/OINetwork/OINetwork-xcframeworks.sh\"\n";
627
- showEnvVarsInLog = 0;
628
- };
629
- 551C79450B3C1B4C58E9912AFAE7471F /* [CP] Copy XCFrameworks */ = {
630
- isa = PBXShellScriptBuildPhase;
631
- buildActionMask = 2147483647;
632
- files = (
633
- );
634
- inputPaths = (
635
- "${PODS_ROOT}/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh",
636
- "${PODS_ROOT}/OILiveness3D_FT/Framework/FaceTecSDK.xcframework",
637
- );
638
- name = "[CP] Copy XCFrameworks";
639
- outputPaths = (
640
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D_FT/FaceTecSDK.framework",
641
- );
642
- runOnlyForDeploymentPostprocessing = 0;
643
- shellPath = /bin/sh;
644
- shellScript = "\"${PODS_ROOT}/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh\"\n";
645
- showEnvVarsInLog = 0;
646
- };
647
- A7FC3294CB860A75BA39F441FE1A0FB8 /* [CP] Copy XCFrameworks */ = {
648
- isa = PBXShellScriptBuildPhase;
649
- buildActionMask = 2147483647;
650
- files = (
651
- );
652
- inputPaths = (
653
- "${PODS_ROOT}/Target Support Files/OIComponents/OIComponents-xcframeworks.sh",
654
- "${PODS_ROOT}/OIComponents/Framework/Output/OIComponents.xcframework",
655
- );
656
- name = "[CP] Copy XCFrameworks";
657
- outputPaths = (
658
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OIComponents/OIComponents.framework",
659
- );
660
- runOnlyForDeploymentPostprocessing = 0;
661
- shellPath = /bin/sh;
662
- shellScript = "\"${PODS_ROOT}/Target Support Files/OIComponents/OIComponents-xcframeworks.sh\"\n";
663
- showEnvVarsInLog = 0;
664
- };
665
- B73C50D1E457558411803F83CFEB9F8C /* [CP] Copy XCFrameworks */ = {
666
- isa = PBXShellScriptBuildPhase;
667
- buildActionMask = 2147483647;
668
- files = (
669
- );
670
- inputPaths = (
671
- "${PODS_ROOT}/Target Support Files/OICommons/OICommons-xcframeworks.sh",
672
- "${PODS_ROOT}/OICommons/Output/OICommons.xcframework",
673
- );
674
- name = "[CP] Copy XCFrameworks";
675
- outputPaths = (
676
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/OICommons/OICommons.framework",
677
- );
678
- runOnlyForDeploymentPostprocessing = 0;
679
- shellPath = /bin/sh;
680
- shellScript = "\"${PODS_ROOT}/Target Support Files/OICommons/OICommons-xcframeworks.sh\"\n";
681
- showEnvVarsInLog = 0;
682
- };
683
- /* End PBXShellScriptBuildPhase section */
684
-
685
- /* Begin PBXSourcesBuildPhase section */
686
- 8A8EE01EE649375D988D0F9843AA708B /* Sources */ = {
687
- isa = PBXSourcesBuildPhase;
688
- buildActionMask = 2147483647;
689
- files = (
690
- A42879F900BB183EFB5251123EF98FAA /* Pods-RnLiveness3d-dummy.m in Sources */,
691
- );
692
- runOnlyForDeploymentPostprocessing = 0;
693
- };
694
- /* End PBXSourcesBuildPhase section */
695
-
696
- /* Begin PBXTargetDependency section */
697
- 1653080E893B3F404B456EFCF8E0FFD0 /* PBXTargetDependency */ = {
698
- isa = PBXTargetDependency;
699
- name = OILiveness3D_FT;
700
- target = 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */;
701
- targetProxy = 9658B4ADFFF6FFEC7B55B07AA42C9825 /* PBXContainerItemProxy */;
702
- };
703
- 20D5F67AC27635757388D135A83198EA /* PBXTargetDependency */ = {
704
- isa = PBXTargetDependency;
705
- name = OILiveness3D;
706
- target = 13BBBA75F4A0689D55192A76F9E01166 /* OILiveness3D */;
707
- targetProxy = 800AEB903073FDA6213790C23969FEE0 /* PBXContainerItemProxy */;
708
- };
709
- 3EEA3EC6516726D43E69A4AF1BFF2FD3 /* PBXTargetDependency */ = {
710
- isa = PBXTargetDependency;
711
- name = OICommons;
712
- target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
713
- targetProxy = A5D12281F387E1CE3757088AEF28B0C8 /* PBXContainerItemProxy */;
714
- };
715
- 4FAD8D1B4C6679BA2AB70385DB34DBC1 /* PBXTargetDependency */ = {
716
- isa = PBXTargetDependency;
717
- name = OISecurity;
718
- target = 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */;
719
- targetProxy = E325273AF9968F5CEA8673D33FD2AD89 /* PBXContainerItemProxy */;
720
- };
721
- 50FB1E279CBF7214DFED14D7203F9BAF /* PBXTargetDependency */ = {
722
- isa = PBXTargetDependency;
723
- name = OICommons;
724
- target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
725
- targetProxy = 4CF4E080E2C7C2130E373C1B394809FB /* PBXContainerItemProxy */;
726
- };
727
- 5CC46EAD9C7E614A28DCD70496210343 /* PBXTargetDependency */ = {
728
- isa = PBXTargetDependency;
729
- name = OILiveness3D_FT;
730
- target = 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */;
731
- targetProxy = 29D13607CE37150CDBF394A1B4432E76 /* PBXContainerItemProxy */;
732
- };
733
- 654E676FFF6A431115EF547435D78826 /* PBXTargetDependency */ = {
734
- isa = PBXTargetDependency;
735
- name = OISecurity;
736
- target = 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */;
737
- targetProxy = CEB48E028D6513F7AA858380C0FAEAE7 /* PBXContainerItemProxy */;
738
- };
739
- 916474452B070FD7A381CED838918C96 /* PBXTargetDependency */ = {
740
- isa = PBXTargetDependency;
741
- name = OINetwork;
742
- target = D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */;
743
- targetProxy = 4454B4E94DE51F5A399A55D86ED0B89B /* PBXContainerItemProxy */;
744
- };
745
- BFEB7E27E3D081B83909B26AD1BE4C53 /* PBXTargetDependency */ = {
746
- isa = PBXTargetDependency;
747
- name = OIComponents;
748
- target = C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */;
749
- targetProxy = 3A54F84FA27C6E677B191BB364C67759 /* PBXContainerItemProxy */;
750
- };
751
- C80E3920199D12C5B22F2DDC31C77801 /* PBXTargetDependency */ = {
752
- isa = PBXTargetDependency;
753
- name = OIComponents;
754
- target = C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */;
755
- targetProxy = 5558C77B818CC0910F71029D03E75A79 /* PBXContainerItemProxy */;
756
- };
757
- CC5AA9F9EB88DB76D95860E10141F3AD /* PBXTargetDependency */ = {
758
- isa = PBXTargetDependency;
759
- name = OINetwork;
760
- target = D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */;
761
- targetProxy = D1EA0F1D141D6F3D8A5C477CE7DCAE70 /* PBXContainerItemProxy */;
762
- };
763
- E1A0CE3AB06C6A6B16A05687E8FC8041 /* PBXTargetDependency */ = {
764
- isa = PBXTargetDependency;
765
- name = OINetwork;
766
- target = D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */;
767
- targetProxy = 9A9789C2F3589C7327F0275E065542C7 /* PBXContainerItemProxy */;
768
- };
769
- EEA8FCEBC61564375C6C84A7FA16EE89 /* PBXTargetDependency */ = {
770
- isa = PBXTargetDependency;
771
- name = OICommons;
772
- target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
773
- targetProxy = E41E5EB680ABD420CE4F59634F06BE99 /* PBXContainerItemProxy */;
774
- };
775
- FB55AAE0C47B0D697FB464203EEFFECB /* PBXTargetDependency */ = {
776
- isa = PBXTargetDependency;
777
- name = OICommons;
778
- target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
779
- targetProxy = 932797548EA9AB3813AA71B024B09CF2 /* PBXContainerItemProxy */;
780
- };
781
- /* End PBXTargetDependency section */
782
-
783
- /* Begin XCBuildConfiguration section */
784
- 3320AC8FC8AF6A4F318F55DB3F5C03C9 /* Release */ = {
785
- isa = XCBuildConfiguration;
786
- baseConfigurationReference = 3FA8448B3F0C2596DB8DA8FF6E6E3767 /* OINetwork.release.xcconfig */;
787
- buildSettings = {
788
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
789
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
790
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
791
- CLANG_ENABLE_OBJC_WEAK = NO;
792
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
793
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
794
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
795
- SDKROOT = iphoneos;
796
- TARGETED_DEVICE_FAMILY = "1,2";
797
- VALIDATE_PRODUCT = YES;
798
- };
799
- name = Release;
800
- };
801
- 340F791F936381C0BD81DEFE3D158E92 /* Debug */ = {
802
- isa = XCBuildConfiguration;
803
- baseConfigurationReference = 2DC39A1730C9DDDB9D78AF2025B23986 /* OILiveness3D_FT.debug.xcconfig */;
804
- buildSettings = {
805
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
806
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
807
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
808
- CLANG_ENABLE_OBJC_WEAK = NO;
809
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
810
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
811
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
812
- SDKROOT = iphoneos;
813
- TARGETED_DEVICE_FAMILY = "1,2";
814
- };
815
- name = Debug;
816
- };
817
- 36EAEB616394198F5C954A64054F6FA9 /* Release */ = {
818
- isa = XCBuildConfiguration;
819
- baseConfigurationReference = 5ADFC406FEBB525500EE57886C84F75A /* Pods-RnLiveness3d.release.xcconfig */;
820
- buildSettings = {
821
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
822
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
823
- CLANG_ENABLE_OBJC_WEAK = NO;
824
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
825
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
826
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
827
- CURRENT_PROJECT_VERSION = 1;
828
- DEFINES_MODULE = YES;
829
- DYLIB_COMPATIBILITY_VERSION = 1;
830
- DYLIB_CURRENT_VERSION = 1;
831
- DYLIB_INSTALL_NAME_BASE = "@rpath";
832
- ENABLE_MODULE_VERIFIER = NO;
833
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
834
- INFOPLIST_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist";
835
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
836
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
837
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
838
- MACH_O_TYPE = staticlib;
839
- MODULEMAP_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap";
840
- OTHER_LDFLAGS = "";
841
- OTHER_LIBTOOLFLAGS = "";
842
- PODS_ROOT = "$(SRCROOT)";
843
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
844
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
845
- SDKROOT = iphoneos;
846
- SKIP_INSTALL = YES;
847
- TARGETED_DEVICE_FAMILY = "1,2";
848
- VALIDATE_PRODUCT = YES;
849
- VERSIONING_SYSTEM = "apple-generic";
850
- VERSION_INFO_PREFIX = "";
851
- };
852
- name = Release;
853
- };
854
- 46F672A40C85D1BA3813A819A1C516E3 /* Release */ = {
855
- isa = XCBuildConfiguration;
856
- baseConfigurationReference = F7743549C5F4C2056C2F046223DB83E9 /* OIComponents.release.xcconfig */;
857
- buildSettings = {
858
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
859
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
860
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
861
- CLANG_ENABLE_OBJC_WEAK = NO;
862
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
863
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
864
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
865
- SDKROOT = iphoneos;
866
- TARGETED_DEVICE_FAMILY = "1,2";
867
- VALIDATE_PRODUCT = YES;
868
- };
869
- name = Release;
870
- };
871
- 4AAD9DB6EA068F6D52E4576BBC35CE18 /* Debug */ = {
872
- isa = XCBuildConfiguration;
873
- baseConfigurationReference = 737E2BB248CDB6E7A5F60371F9EBF3E2 /* OINetwork.debug.xcconfig */;
874
- buildSettings = {
875
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
876
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
877
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
878
- CLANG_ENABLE_OBJC_WEAK = NO;
879
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
880
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
881
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
882
- SDKROOT = iphoneos;
883
- TARGETED_DEVICE_FAMILY = "1,2";
884
- };
885
- name = Debug;
886
- };
887
- 68D809AC11FE3AAD8A7A85C996EB08B7 /* Debug */ = {
888
- isa = XCBuildConfiguration;
889
- baseConfigurationReference = B2064973D683C2C20B74F90C6740E173 /* Pods-RnLiveness3d.debug.xcconfig */;
890
- buildSettings = {
891
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
892
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
893
- CLANG_ENABLE_OBJC_WEAK = NO;
894
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
895
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
896
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
897
- CURRENT_PROJECT_VERSION = 1;
898
- DEFINES_MODULE = YES;
899
- DYLIB_COMPATIBILITY_VERSION = 1;
900
- DYLIB_CURRENT_VERSION = 1;
901
- DYLIB_INSTALL_NAME_BASE = "@rpath";
902
- ENABLE_MODULE_VERIFIER = NO;
903
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
904
- INFOPLIST_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist";
905
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
906
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
907
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
908
- MACH_O_TYPE = staticlib;
909
- MODULEMAP_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap";
910
- OTHER_LDFLAGS = "";
911
- OTHER_LIBTOOLFLAGS = "";
912
- PODS_ROOT = "$(SRCROOT)";
913
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
914
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
915
- SDKROOT = iphoneos;
916
- SKIP_INSTALL = YES;
917
- TARGETED_DEVICE_FAMILY = "1,2";
918
- VERSIONING_SYSTEM = "apple-generic";
919
- VERSION_INFO_PREFIX = "";
920
- };
921
- name = Debug;
922
- };
923
- 6C98B09FF5CCB107837D1A84E8F3A4F1 /* Release */ = {
924
- isa = XCBuildConfiguration;
925
- buildSettings = {
926
- ALWAYS_SEARCH_USER_PATHS = NO;
927
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
928
- CLANG_ANALYZER_NONNULL = YES;
929
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
930
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
931
- CLANG_CXX_LIBRARY = "libc++";
932
- CLANG_ENABLE_MODULES = YES;
933
- CLANG_ENABLE_OBJC_ARC = YES;
934
- CLANG_ENABLE_OBJC_WEAK = YES;
935
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
936
- CLANG_WARN_BOOL_CONVERSION = YES;
937
- CLANG_WARN_COMMA = YES;
938
- CLANG_WARN_CONSTANT_CONVERSION = YES;
939
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
940
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
941
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
942
- CLANG_WARN_EMPTY_BODY = YES;
943
- CLANG_WARN_ENUM_CONVERSION = YES;
944
- CLANG_WARN_INFINITE_RECURSION = YES;
945
- CLANG_WARN_INT_CONVERSION = YES;
946
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
947
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
948
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
949
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
950
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
951
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
952
- CLANG_WARN_STRICT_PROTOTYPES = YES;
953
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
954
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
955
- CLANG_WARN_UNREACHABLE_CODE = YES;
956
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
957
- COPY_PHASE_STRIP = NO;
958
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
959
- ENABLE_NS_ASSERTIONS = NO;
960
- ENABLE_STRICT_OBJC_MSGSEND = YES;
961
- GCC_C_LANGUAGE_STANDARD = gnu11;
962
- GCC_NO_COMMON_BLOCKS = YES;
963
- GCC_PREPROCESSOR_DEFINITIONS = (
964
- "POD_CONFIGURATION_RELEASE=1",
965
- "$(inherited)",
966
- );
967
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
968
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
969
- GCC_WARN_UNDECLARED_SELECTOR = YES;
970
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
971
- GCC_WARN_UNUSED_FUNCTION = YES;
972
- GCC_WARN_UNUSED_VARIABLE = YES;
973
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
974
- MTL_ENABLE_DEBUG_INFO = NO;
975
- MTL_FAST_MATH = YES;
976
- PRODUCT_NAME = "$(TARGET_NAME)";
977
- STRIP_INSTALLED_PRODUCT = NO;
978
- SWIFT_COMPILATION_MODE = wholemodule;
979
- SWIFT_OPTIMIZATION_LEVEL = "-O";
980
- SWIFT_VERSION = 5.0;
981
- SYMROOT = "${SRCROOT}/../build";
982
- };
983
- name = Release;
984
- };
985
- 78ADC97EC26E6C9D8E886C4AD3371EBD /* Release */ = {
986
- isa = XCBuildConfiguration;
987
- baseConfigurationReference = 3FDF8E35E120F8708A2261CC81F089F4 /* OICommons.release.xcconfig */;
988
- buildSettings = {
989
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
990
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
991
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
992
- CLANG_ENABLE_OBJC_WEAK = NO;
993
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
994
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
995
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
996
- SDKROOT = iphoneos;
997
- TARGETED_DEVICE_FAMILY = "1,2";
998
- VALIDATE_PRODUCT = YES;
999
- };
1000
- name = Release;
1001
- };
1002
- 869FDFEB9336B5F8F5AEFDF69B6776E0 /* Release */ = {
1003
- isa = XCBuildConfiguration;
1004
- baseConfigurationReference = 96558F16206EF6160953030C732C86CB /* OILiveness3D.release.xcconfig */;
1005
- buildSettings = {
1006
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1007
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1008
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1009
- CLANG_ENABLE_OBJC_WEAK = NO;
1010
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1011
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1012
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1013
- SDKROOT = iphoneos;
1014
- TARGETED_DEVICE_FAMILY = "1,2";
1015
- VALIDATE_PRODUCT = YES;
1016
- };
1017
- name = Release;
1018
- };
1019
- 8E6A8FF58D100B7F9B1943F455C00F02 /* Debug */ = {
1020
- isa = XCBuildConfiguration;
1021
- buildSettings = {
1022
- ALWAYS_SEARCH_USER_PATHS = NO;
1023
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1024
- CLANG_ANALYZER_NONNULL = YES;
1025
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
1026
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
1027
- CLANG_CXX_LIBRARY = "libc++";
1028
- CLANG_ENABLE_MODULES = YES;
1029
- CLANG_ENABLE_OBJC_ARC = YES;
1030
- CLANG_ENABLE_OBJC_WEAK = YES;
1031
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1032
- CLANG_WARN_BOOL_CONVERSION = YES;
1033
- CLANG_WARN_COMMA = YES;
1034
- CLANG_WARN_CONSTANT_CONVERSION = YES;
1035
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
1036
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1037
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
1038
- CLANG_WARN_EMPTY_BODY = YES;
1039
- CLANG_WARN_ENUM_CONVERSION = YES;
1040
- CLANG_WARN_INFINITE_RECURSION = YES;
1041
- CLANG_WARN_INT_CONVERSION = YES;
1042
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1043
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
1044
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1045
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1046
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
1047
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1048
- CLANG_WARN_STRICT_PROTOTYPES = YES;
1049
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
1050
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
1051
- CLANG_WARN_UNREACHABLE_CODE = YES;
1052
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1053
- COPY_PHASE_STRIP = NO;
1054
- DEBUG_INFORMATION_FORMAT = dwarf;
1055
- ENABLE_STRICT_OBJC_MSGSEND = YES;
1056
- ENABLE_TESTABILITY = YES;
1057
- GCC_C_LANGUAGE_STANDARD = gnu11;
1058
- GCC_DYNAMIC_NO_PIC = NO;
1059
- GCC_NO_COMMON_BLOCKS = YES;
1060
- GCC_OPTIMIZATION_LEVEL = 0;
1061
- GCC_PREPROCESSOR_DEFINITIONS = (
1062
- "POD_CONFIGURATION_DEBUG=1",
1063
- "DEBUG=1",
1064
- "$(inherited)",
1065
- );
1066
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1067
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1068
- GCC_WARN_UNDECLARED_SELECTOR = YES;
1069
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1070
- GCC_WARN_UNUSED_FUNCTION = YES;
1071
- GCC_WARN_UNUSED_VARIABLE = YES;
1072
- IPHONEOS_DEPLOYMENT_TARGET = 12.4;
1073
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
1074
- MTL_FAST_MATH = YES;
1075
- ONLY_ACTIVE_ARCH = YES;
1076
- PRODUCT_NAME = "$(TARGET_NAME)";
1077
- STRIP_INSTALLED_PRODUCT = NO;
1078
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1079
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1080
- SWIFT_VERSION = 5.0;
1081
- SYMROOT = "${SRCROOT}/../build";
1082
- };
1083
- name = Debug;
1084
- };
1085
- 9E7494EBC984DA71C7E1022FD0227E74 /* Debug */ = {
1086
- isa = XCBuildConfiguration;
1087
- baseConfigurationReference = 39C784BAC897F9BDE7BBE25F8612677A /* OISecurity.debug.xcconfig */;
1088
- buildSettings = {
1089
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1090
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1091
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1092
- CLANG_ENABLE_OBJC_WEAK = NO;
1093
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1094
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1095
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1096
- SDKROOT = iphoneos;
1097
- TARGETED_DEVICE_FAMILY = "1,2";
1098
- };
1099
- name = Debug;
1100
- };
1101
- C3F918F7ED65F284005AF73D4CBBBA53 /* Debug */ = {
1102
- isa = XCBuildConfiguration;
1103
- baseConfigurationReference = 83EAC7F1D226EBE6FDB0F73D3D56D80B /* OICommons.debug.xcconfig */;
1104
- buildSettings = {
1105
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1106
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1107
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1108
- CLANG_ENABLE_OBJC_WEAK = NO;
1109
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1110
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1111
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1112
- SDKROOT = iphoneos;
1113
- TARGETED_DEVICE_FAMILY = "1,2";
1114
- };
1115
- name = Debug;
1116
- };
1117
- CF29BEB786CC3A4FF0EABBB7D2D20CE2 /* Debug */ = {
1118
- isa = XCBuildConfiguration;
1119
- baseConfigurationReference = 38C58B2E8C4E4AD6415649DC5B4B1BBC /* OILiveness3D.debug.xcconfig */;
1120
- buildSettings = {
1121
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1122
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1123
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1124
- CLANG_ENABLE_OBJC_WEAK = NO;
1125
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1126
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1127
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1128
- SDKROOT = iphoneos;
1129
- TARGETED_DEVICE_FAMILY = "1,2";
1130
- };
1131
- name = Debug;
1132
- };
1133
- D9D49E8C3C3884BFFD5866459380D708 /* Release */ = {
1134
- isa = XCBuildConfiguration;
1135
- baseConfigurationReference = 6369868978601DFBB77D6C8BD3E5CE21 /* OILiveness3D_FT.release.xcconfig */;
1136
- buildSettings = {
1137
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1138
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1139
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1140
- CLANG_ENABLE_OBJC_WEAK = NO;
1141
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1142
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1143
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1144
- SDKROOT = iphoneos;
1145
- TARGETED_DEVICE_FAMILY = "1,2";
1146
- VALIDATE_PRODUCT = YES;
1147
- };
1148
- name = Release;
1149
- };
1150
- E5098807349D34B079A4289DE5978BC9 /* Release */ = {
1151
- isa = XCBuildConfiguration;
1152
- baseConfigurationReference = 821DBC6F0F9A6F73506F7B1B652A0934 /* OISecurity.release.xcconfig */;
1153
- buildSettings = {
1154
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1155
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1156
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1157
- CLANG_ENABLE_OBJC_WEAK = NO;
1158
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1159
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1160
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1161
- SDKROOT = iphoneos;
1162
- TARGETED_DEVICE_FAMILY = "1,2";
1163
- VALIDATE_PRODUCT = YES;
1164
- };
1165
- name = Release;
1166
- };
1167
- EB097A749387C4C5C2B7313F67B6F79B /* Debug */ = {
1168
- isa = XCBuildConfiguration;
1169
- baseConfigurationReference = 48C964D5AF1085F8E389A7D3F296D51F /* OIComponents.debug.xcconfig */;
1170
- buildSettings = {
1171
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1172
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1173
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1174
- CLANG_ENABLE_OBJC_WEAK = NO;
1175
- ENABLE_USER_SCRIPT_SANDBOXING = NO;
1176
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1177
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1178
- SDKROOT = iphoneos;
1179
- TARGETED_DEVICE_FAMILY = "1,2";
1180
- };
1181
- name = Debug;
1182
- };
1183
- /* End XCBuildConfiguration section */
1184
-
1185
- /* Begin XCConfigurationList section */
1186
- 016FF34A712E675401E19A5F437506F5 /* Build configuration list for PBXAggregateTarget "OIComponents" */ = {
1187
- isa = XCConfigurationList;
1188
- buildConfigurations = (
1189
- EB097A749387C4C5C2B7313F67B6F79B /* Debug */,
1190
- 46F672A40C85D1BA3813A819A1C516E3 /* Release */,
1191
- );
1192
- defaultConfigurationIsVisible = 0;
1193
- defaultConfigurationName = Release;
1194
- };
1195
- 1E8055DCCD79CF475C13ABBF061AF802 /* Build configuration list for PBXAggregateTarget "OISecurity" */ = {
1196
- isa = XCConfigurationList;
1197
- buildConfigurations = (
1198
- 9E7494EBC984DA71C7E1022FD0227E74 /* Debug */,
1199
- E5098807349D34B079A4289DE5978BC9 /* Release */,
1200
- );
1201
- defaultConfigurationIsVisible = 0;
1202
- defaultConfigurationName = Release;
1203
- };
1204
- 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
1205
- isa = XCConfigurationList;
1206
- buildConfigurations = (
1207
- 8E6A8FF58D100B7F9B1943F455C00F02 /* Debug */,
1208
- 6C98B09FF5CCB107837D1A84E8F3A4F1 /* Release */,
1209
- );
1210
- defaultConfigurationIsVisible = 0;
1211
- defaultConfigurationName = Release;
1212
- };
1213
- 4C4AE07C80BAE951082800879627A0C9 /* Build configuration list for PBXAggregateTarget "OILiveness3D" */ = {
1214
- isa = XCConfigurationList;
1215
- buildConfigurations = (
1216
- CF29BEB786CC3A4FF0EABBB7D2D20CE2 /* Debug */,
1217
- 869FDFEB9336B5F8F5AEFDF69B6776E0 /* Release */,
1218
- );
1219
- defaultConfigurationIsVisible = 0;
1220
- defaultConfigurationName = Release;
1221
- };
1222
- 7B9479CB0B605F52A9326EFC302644CB /* Build configuration list for PBXNativeTarget "Pods-RnLiveness3d" */ = {
1223
- isa = XCConfigurationList;
1224
- buildConfigurations = (
1225
- 68D809AC11FE3AAD8A7A85C996EB08B7 /* Debug */,
1226
- 36EAEB616394198F5C954A64054F6FA9 /* Release */,
1227
- );
1228
- defaultConfigurationIsVisible = 0;
1229
- defaultConfigurationName = Release;
1230
- };
1231
- AA9DA7DAB4641F57A75D2EF8F498AF5A /* Build configuration list for PBXAggregateTarget "OICommons" */ = {
1232
- isa = XCConfigurationList;
1233
- buildConfigurations = (
1234
- C3F918F7ED65F284005AF73D4CBBBA53 /* Debug */,
1235
- 78ADC97EC26E6C9D8E886C4AD3371EBD /* Release */,
1236
- );
1237
- defaultConfigurationIsVisible = 0;
1238
- defaultConfigurationName = Release;
1239
- };
1240
- B10E7E2EB2213F842AFAD8D65E2ED73B /* Build configuration list for PBXAggregateTarget "OILiveness3D_FT" */ = {
1241
- isa = XCConfigurationList;
1242
- buildConfigurations = (
1243
- 340F791F936381C0BD81DEFE3D158E92 /* Debug */,
1244
- D9D49E8C3C3884BFFD5866459380D708 /* Release */,
1245
- );
1246
- defaultConfigurationIsVisible = 0;
1247
- defaultConfigurationName = Release;
1248
- };
1249
- E054C74BC907B25C8D67BA864B4887AC /* Build configuration list for PBXAggregateTarget "OINetwork" */ = {
1250
- isa = XCConfigurationList;
1251
- buildConfigurations = (
1252
- 4AAD9DB6EA068F6D52E4576BBC35CE18 /* Debug */,
1253
- 3320AC8FC8AF6A4F318F55DB3F5C03C9 /* Release */,
1254
- );
1255
- defaultConfigurationIsVisible = 0;
1256
- defaultConfigurationName = Release;
1257
- };
1258
- /* End XCConfigurationList section */
1259
- };
1260
- rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
1261
- }