@oiti/rn-liveness3d 1.1.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/README.md +33 -237
  2. package/android/build.gradle +4 -18
  3. package/android/settings.gradle +2 -2
  4. package/android/src/main/AndroidManifest.xml +3 -0
  5. package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +198 -132
  6. package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DFonts.kt +44 -0
  7. package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DText.kt +68 -0
  8. package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +147 -0
  9. package/ios/Podfile +2 -1
  10. package/ios/Podfile.lock +39 -0
  11. package/ios/Pods/Manifest.lock +24 -19
  12. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/Info.plist +42 -0
  13. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +310 -0
  14. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +15 -0
  15. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
  16. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
  17. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
  18. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
  19. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.abi.json +9 -0
  20. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +1865 -0
  21. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  22. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +1865 -0
  23. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +11 -0
  24. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
  25. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
  26. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
  27. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
  28. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Info.plist +20 -0
  29. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Resources/DWARF/OICommons +0 -0
  30. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +616 -0
  31. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +15 -0
  32. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
  33. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
  34. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
  35. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
  36. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  37. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1865 -0
  38. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  39. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1865 -0
  40. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  41. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1865 -0
  42. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  43. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1865 -0
  44. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +11 -0
  45. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
  46. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
  47. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
  48. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
  49. package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +311 -0
  50. package/ios/Pods/OICommons/README.md +1 -0
  51. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/Info.plist +42 -0
  52. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
  53. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +406 -0
  54. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +18 -0
  55. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
  56. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +9 -0
  57. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +724 -0
  58. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  59. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +724 -0
  60. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +11 -0
  61. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
  62. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +20 -0
  63. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
  64. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1865 -0
  65. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
  66. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +808 -0
  67. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +18 -0
  68. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
  69. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  70. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +724 -0
  71. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  72. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +724 -0
  73. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  74. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +724 -0
  75. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  76. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +724 -0
  77. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +11 -0
  78. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
  79. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +256 -0
  80. package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework.zip +0 -0
  81. package/ios/Pods/OIComponents/README.md +1 -0
  82. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/Info.plist +42 -0
  83. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
  84. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +294 -0
  85. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
  86. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
  87. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.abi.json +9 -0
  88. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +224 -0
  89. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  90. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +224 -0
  91. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +11 -0
  92. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
  93. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Info.plist +20 -0
  94. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/DWARF/OILiveness3D +0 -0
  95. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1865 -0
  96. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OIComponents.swiftinterface +724 -0
  97. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +150 -0
  98. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OISecurity.swiftinterface +141 -0
  99. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
  100. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +584 -0
  101. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
  102. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
  103. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  104. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +224 -0
  105. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  106. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +224 -0
  107. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  108. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +224 -0
  109. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  110. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +224 -0
  111. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +11 -0
  112. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
  113. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +256 -0
  114. package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework.zip +0 -0
  115. package/ios/Pods/OILiveness3D/README.md +32 -0
  116. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +40 -0
  117. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
  118. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
  119. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
  120. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +1915 -0
  121. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +104 -0
  122. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
  123. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
  124. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +6 -0
  125. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
  126. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
  127. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
  128. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
  129. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
  130. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
  131. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
  132. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
  133. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
  134. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
  135. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
  136. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
  137. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
  138. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
  139. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
  140. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
  141. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +137 -0
  142. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
  143. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
  144. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
  145. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
  146. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
  147. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
  148. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
  149. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
  150. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
  151. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
  152. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
  153. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
  154. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
  155. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
  156. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
  157. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
  158. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
  159. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
  160. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
  161. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
  162. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
  163. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
  164. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
  165. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +62 -0
  166. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
  167. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +1915 -0
  168. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +104 -0
  169. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
  170. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
  171. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +6 -0
  172. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +146 -0
  173. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
  174. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +42 -0
  175. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +265 -0
  176. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +15 -0
  177. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
  178. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +9 -0
  179. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +150 -0
  180. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  181. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +150 -0
  182. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +11 -0
  183. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
  184. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +20 -0
  185. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
  186. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1865 -0
  187. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +526 -0
  188. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +15 -0
  189. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
  190. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  191. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +150 -0
  192. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  193. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +150 -0
  194. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  195. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +150 -0
  196. 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
  197. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +150 -0
  198. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +11 -0
  199. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
  200. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +245 -0
  201. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
  202. package/ios/Pods/OINetwork/README.md +1 -0
  203. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/Info.plist +42 -0
  204. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +264 -0
  205. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +16 -0
  206. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
  207. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.abi.json +9 -0
  208. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +141 -0
  209. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  210. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +141 -0
  211. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +11 -0
  212. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
  213. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/_CodeSignature/CodeResources +190 -0
  214. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Info.plist +20 -0
  215. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/DWARF/OISecurity +0 -0
  216. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +150 -0
  217. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +524 -0
  218. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +16 -0
  219. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
  220. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  221. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +141 -0
  222. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  223. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +141 -0
  224. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  225. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +141 -0
  226. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  227. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +141 -0
  228. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +11 -0
  229. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
  230. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +245 -0
  231. package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework.zip +0 -0
  232. package/ios/Pods/OISecurity/README.md +1 -0
  233. package/ios/Pods/Pods.xcodeproj/project.pbxproj +1235 -0
  234. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +58 -0
  235. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +58 -0
  236. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +58 -0
  237. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +58 -0
  238. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +58 -0
  239. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +58 -0
  240. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +58 -0
  241. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +46 -0
  242. package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +121 -0
  243. package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +15 -0
  244. package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +15 -0
  245. package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +121 -0
  246. package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +16 -0
  247. package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +16 -0
  248. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +121 -0
  249. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +16 -0
  250. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +16 -0
  251. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +121 -0
  252. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +13 -0
  253. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +13 -0
  254. package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +121 -0
  255. package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +16 -0
  256. package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +16 -0
  257. package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +121 -0
  258. package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +16 -0
  259. package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +16 -0
  260. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +26 -0
  261. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +23 -0
  262. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +79 -0
  263. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +5 -0
  264. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +16 -0
  265. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +13 -0
  266. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +6 -0
  267. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +13 -0
  268. package/ios/RnLiveness3d.m +8 -3
  269. package/ios/RnLiveness3d.swift +198 -114
  270. package/ios/RnLiveness3d.xcworkspace/xcuserdata/gabrielcatelligoulart.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  271. package/lib/commonjs/@types/ArgsType.js +4 -0
  272. package/lib/commonjs/@types/FontsType.js +2 -0
  273. package/lib/commonjs/@types/FontsType.js.map +1 -0
  274. package/lib/commonjs/@types/ResultType.js +2 -0
  275. package/lib/commonjs/@types/ResultType.js.map +1 -0
  276. package/lib/commonjs/@types/ResultTypes.js +6 -0
  277. package/lib/commonjs/@types/ResultTypes.js.map +1 -0
  278. package/lib/commonjs/@types/TextsType.js +2 -0
  279. package/lib/commonjs/@types/TextsType.js.map +1 -0
  280. package/lib/commonjs/@types/ThemeType.js +2 -0
  281. package/lib/commonjs/@types/ThemeType.js.map +1 -0
  282. package/lib/commonjs/actions/BackButton.js +35 -0
  283. package/lib/commonjs/actions/BackButton.js.map +1 -0
  284. package/lib/commonjs/actions/ContinueButton.js +43 -0
  285. package/lib/commonjs/actions/ContinueButton.js.map +1 -0
  286. package/lib/commonjs/actions/PermissionButton.js +35 -0
  287. package/lib/commonjs/actions/PermissionButton.js.map +1 -0
  288. package/lib/commonjs/context/Liveness3DContext.js +104 -0
  289. package/lib/commonjs/context/Liveness3DContext.js.map +1 -0
  290. package/lib/commonjs/helpers/Liveness3DHelper.js +34 -0
  291. package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -0
  292. package/lib/commonjs/index.js +121 -78
  293. package/lib/commonjs/index.js.map +1 -1
  294. package/lib/commonjs/interfaces/Liveness3DHelper.js +6 -0
  295. package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -0
  296. package/lib/commonjs/interfaces/OitiBackButtonInterface.js +6 -0
  297. package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -0
  298. package/lib/commonjs/interfaces/OitiContinueButton.js +6 -0
  299. package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -0
  300. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js +6 -0
  301. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -0
  302. package/lib/commonjs/screens/Liveness3D/InstructionsView.js +4 -4
  303. package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -1
  304. package/lib/commonjs/utils/continueButton.js +17 -0
  305. package/lib/commonjs/utils/continueButton.js.map +1 -0
  306. package/lib/commonjs/utils/permissions.js +30 -0
  307. package/lib/commonjs/utils/permissions.js.map +1 -0
  308. package/lib/commonjs/utils/screenStore.js +12 -0
  309. package/lib/commonjs/utils/screenStore.js.map +1 -0
  310. package/lib/module/@types/ArgsType.js +1 -1
  311. package/lib/module/@types/FontsType.js +2 -0
  312. package/lib/module/@types/FontsType.js.map +1 -0
  313. package/lib/module/@types/ResultType.js +2 -0
  314. package/lib/module/@types/ResultType.js.map +1 -0
  315. package/lib/module/@types/ResultTypes.js +2 -0
  316. package/lib/module/@types/ResultTypes.js.map +1 -0
  317. package/lib/module/@types/TextsType.js +2 -0
  318. package/lib/module/@types/TextsType.js.map +1 -0
  319. package/lib/module/@types/ThemeType.js +2 -0
  320. package/lib/module/@types/ThemeType.js.map +1 -0
  321. package/lib/module/actions/BackButton.js +26 -0
  322. package/lib/module/actions/BackButton.js.map +1 -0
  323. package/lib/module/actions/ContinueButton.js +34 -0
  324. package/lib/module/actions/ContinueButton.js.map +1 -0
  325. package/lib/module/actions/PermissionButton.js +26 -0
  326. package/lib/module/actions/PermissionButton.js.map +1 -0
  327. package/lib/module/context/Liveness3DContext.js +92 -0
  328. package/lib/module/context/Liveness3DContext.js.map +1 -0
  329. package/lib/module/helpers/Liveness3DHelper.js +25 -0
  330. package/lib/module/helpers/Liveness3DHelper.js.map +1 -0
  331. package/lib/module/index.js +97 -75
  332. package/lib/module/index.js.map +1 -1
  333. package/lib/module/interfaces/Liveness3DHelper.js +2 -0
  334. package/lib/module/interfaces/Liveness3DHelper.js.map +1 -0
  335. package/lib/module/interfaces/OitiBackButtonInterface.js +2 -0
  336. package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -0
  337. package/lib/module/interfaces/OitiContinueButton.js +2 -0
  338. package/lib/module/interfaces/OitiContinueButton.js.map +1 -0
  339. package/lib/module/interfaces/OitiPermissionButtonInterface.js +2 -0
  340. package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -0
  341. package/lib/module/screens/Liveness3D/InstructionsView.js +4 -4
  342. package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
  343. package/lib/module/utils/continueButton.js +10 -0
  344. package/lib/module/utils/continueButton.js.map +1 -0
  345. package/lib/module/utils/permissions.js +21 -0
  346. package/lib/module/utils/permissions.js.map +1 -0
  347. package/lib/module/utils/screenStore.js +5 -0
  348. package/lib/module/utils/screenStore.js.map +1 -0
  349. package/lib/typescript/@types/ArgsType.d.ts +9 -9
  350. package/lib/typescript/@types/ArgsType.d.ts.map +1 -1
  351. package/lib/typescript/@types/FontsType.d.ts +12 -0
  352. package/lib/typescript/@types/FontsType.d.ts.map +1 -0
  353. package/lib/typescript/@types/ResultType.d.ts +13 -0
  354. package/lib/typescript/@types/ResultType.d.ts.map +1 -0
  355. package/lib/typescript/@types/ResultTypes.d.ts +6 -0
  356. package/lib/typescript/@types/ResultTypes.d.ts.map +1 -0
  357. package/lib/typescript/@types/TextsType.d.ts +36 -0
  358. package/lib/typescript/@types/TextsType.d.ts.map +1 -0
  359. package/lib/typescript/@types/ThemeType.d.ts +48 -0
  360. package/lib/typescript/@types/ThemeType.d.ts.map +1 -0
  361. package/lib/typescript/actions/BackButton.d.ts +4 -0
  362. package/lib/typescript/actions/BackButton.d.ts.map +1 -0
  363. package/lib/typescript/actions/ContinueButton.d.ts +4 -0
  364. package/lib/typescript/actions/ContinueButton.d.ts.map +1 -0
  365. package/lib/typescript/actions/PermissionButton.d.ts +4 -0
  366. package/lib/typescript/actions/PermissionButton.d.ts.map +1 -0
  367. package/lib/typescript/context/Liveness3DContext.d.ts +28 -0
  368. package/lib/typescript/context/Liveness3DContext.d.ts.map +1 -0
  369. package/lib/typescript/helpers/Liveness3DHelper.d.ts +4 -0
  370. package/lib/typescript/helpers/Liveness3DHelper.d.ts.map +1 -0
  371. package/lib/typescript/index.d.ts +21 -8
  372. package/lib/typescript/index.d.ts.map +1 -1
  373. package/lib/typescript/interfaces/Liveness3DHelper.d.ts +7 -0
  374. package/lib/typescript/interfaces/Liveness3DHelper.d.ts.map +1 -0
  375. package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts +6 -0
  376. package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts.map +1 -0
  377. package/lib/typescript/interfaces/OitiContinueButton.d.ts +6 -0
  378. package/lib/typescript/interfaces/OitiContinueButton.d.ts.map +1 -0
  379. package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts +6 -0
  380. package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts.map +1 -0
  381. package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts +1 -0
  382. package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts.map +1 -1
  383. package/lib/typescript/screens/PermissionView.d.ts +1 -0
  384. package/lib/typescript/screens/PermissionView.d.ts.map +1 -1
  385. package/lib/typescript/utils/continueButton.d.ts +2 -0
  386. package/lib/typescript/utils/continueButton.d.ts.map +1 -0
  387. package/lib/typescript/utils/permissions.d.ts +4 -0
  388. package/lib/typescript/utils/permissions.d.ts.map +1 -0
  389. package/lib/typescript/utils/screenStore.d.ts +5 -0
  390. package/lib/typescript/utils/screenStore.d.ts.map +1 -0
  391. package/oiti-rn-liveness3d.podspec +2 -1
  392. package/package.json +3 -6
  393. package/src/@types/ArgsType.ts +10 -10
  394. package/src/@types/FontsType.ts +22 -0
  395. package/src/@types/ResultType.ts +13 -0
  396. package/src/@types/ResultTypes.ts +6 -0
  397. package/src/@types/TextsType.ts +41 -0
  398. package/src/@types/ThemeType.ts +64 -0
  399. package/src/actions/BackButton.tsx +27 -0
  400. package/src/actions/ContinueButton.tsx +35 -0
  401. package/src/actions/PermissionButton.tsx +27 -0
  402. package/src/context/Liveness3DContext.tsx +122 -0
  403. package/src/helpers/Liveness3DHelper.tsx +24 -0
  404. package/src/index.tsx +120 -87
  405. package/src/interfaces/Liveness3DHelper.tsx +7 -0
  406. package/src/interfaces/OitiBackButtonInterface.tsx +6 -0
  407. package/src/interfaces/OitiContinueButton.tsx +6 -0
  408. package/src/interfaces/OitiPermissionButtonInterface.tsx +6 -0
  409. package/src/screens/Liveness3D/InstructionsView.tsx +8 -8
  410. package/src/utils/continueButton.tsx +12 -0
  411. package/src/utils/permissions.tsx +30 -0
  412. package/src/utils/screenStore.tsx +4 -0
@@ -0,0 +1,1235 @@
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
+ B0E1353FC8CCD959DF77B0731804E52D /* [CP] Copy XCFrameworks */,
15
+ );
16
+ dependencies = (
17
+ 4231759EF1809885B14E447BB3F526B2 /* PBXTargetDependency */,
18
+ C03B4A13725EF5282A86FD27748DDA1F /* PBXTargetDependency */,
19
+ CC7FD9AED687F7FDBA0D464E5586D84A /* PBXTargetDependency */,
20
+ ACDF92C6DB066ADB5580ED56F30518D2 /* PBXTargetDependency */,
21
+ 480231FE5B9838A8A0312FB270C28B33 /* PBXTargetDependency */,
22
+ );
23
+ name = OILiveness3D;
24
+ };
25
+ 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */ = {
26
+ isa = PBXAggregateTarget;
27
+ buildConfigurationList = 7AE857F458FB26EBF3E74EB8305AC3C3 /* Build configuration list for PBXAggregateTarget "OILiveness3D_FT" */;
28
+ buildPhases = (
29
+ 7206869F0E2E64F708FD5DB1CA00754B /* [CP] Copy XCFrameworks */,
30
+ );
31
+ dependencies = (
32
+ );
33
+ name = OILiveness3D_FT;
34
+ };
35
+ 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */ = {
36
+ isa = PBXAggregateTarget;
37
+ buildConfigurationList = 5AFADEB457608B1804417AF5CF1D9726 /* Build configuration list for PBXAggregateTarget "OISecurity" */;
38
+ buildPhases = (
39
+ 9B7A17864BC245897E0B6B1022FE84A8 /* [CP] Copy XCFrameworks */,
40
+ );
41
+ dependencies = (
42
+ BFD6E27DEA8D11CAF600404BF563F47E /* PBXTargetDependency */,
43
+ );
44
+ name = OISecurity;
45
+ };
46
+ C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */ = {
47
+ isa = PBXAggregateTarget;
48
+ buildConfigurationList = 1236B211CBE4D183BD5D85F7C51CFBE7 /* Build configuration list for PBXAggregateTarget "OIComponents" */;
49
+ buildPhases = (
50
+ C6FCE2DE6A3E8C2EA7D81D041B283993 /* [CP] Copy XCFrameworks */,
51
+ );
52
+ dependencies = (
53
+ 23DDD4B67610237DBCB2191A09908976 /* PBXTargetDependency */,
54
+ );
55
+ name = OIComponents;
56
+ };
57
+ D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */ = {
58
+ isa = PBXAggregateTarget;
59
+ buildConfigurationList = 9DEABDDECBAABBE1D09C130F82F6A004 /* Build configuration list for PBXAggregateTarget "OINetwork" */;
60
+ buildPhases = (
61
+ 2B254A184310A5DEDB344513F1989EC0 /* [CP] Copy XCFrameworks */,
62
+ );
63
+ dependencies = (
64
+ D6CAAD1D7847F78CACFA4BC1D8027B67 /* PBXTargetDependency */,
65
+ );
66
+ name = OINetwork;
67
+ };
68
+ D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */ = {
69
+ isa = PBXAggregateTarget;
70
+ buildConfigurationList = AA9DA7DAB4641F57A75D2EF8F498AF5A /* Build configuration list for PBXAggregateTarget "OICommons" */;
71
+ buildPhases = (
72
+ 9945FF39CEBBCCDB55188F600BA289E1 /* [CP] Copy XCFrameworks */,
73
+ );
74
+ dependencies = (
75
+ );
76
+ name = OICommons;
77
+ };
78
+ /* End PBXAggregateTarget section */
79
+
80
+ /* Begin PBXBuildFile section */
81
+ 8E3DA3C80654B21B202CF17E1A050AF5 /* Pods-RnLiveness3d-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C16049A3088FBFF488318941D3A43A /* Pods-RnLiveness3d-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
82
+ CA2E830F0014B158FE6A8E4A49F15796 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
83
+ F7835371F8938005588A9986DC6B1D9F /* Pods-RnLiveness3d-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3BEC5CA88075074DE010411312FC384 /* Pods-RnLiveness3d-dummy.m */; };
84
+ /* End PBXBuildFile section */
85
+
86
+ /* Begin PBXContainerItemProxy section */
87
+ 12F82DFBCA73C7F85E78B1759E1AD90C /* PBXContainerItemProxy */ = {
88
+ isa = PBXContainerItemProxy;
89
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
90
+ proxyType = 1;
91
+ remoteGlobalIDString = 1E2E843BEB5FDC71DDCCF52C06A9113F;
92
+ remoteInfo = OILiveness3D_FT;
93
+ };
94
+ 2BA04CD118BCCDC40BDEC83F5B7AA6B5 /* PBXContainerItemProxy */ = {
95
+ isa = PBXContainerItemProxy;
96
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
97
+ proxyType = 1;
98
+ remoteGlobalIDString = 35BE567DDB9CCB9936E13E7CFB11E18C;
99
+ remoteInfo = OISecurity;
100
+ };
101
+ 3486E61FA490A039CE0CDC7C8FB93C18 /* PBXContainerItemProxy */ = {
102
+ isa = PBXContainerItemProxy;
103
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
104
+ proxyType = 1;
105
+ remoteGlobalIDString = 1E2E843BEB5FDC71DDCCF52C06A9113F;
106
+ remoteInfo = OILiveness3D_FT;
107
+ };
108
+ 5C837EA4BE043AD577F08382713FD9EF /* PBXContainerItemProxy */ = {
109
+ isa = PBXContainerItemProxy;
110
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
111
+ proxyType = 1;
112
+ remoteGlobalIDString = D2C4ECC520D5BF1EA895F6C928B5373C;
113
+ remoteInfo = OINetwork;
114
+ };
115
+ 7FA765221FE51E5EFE50B24FF126A71B /* PBXContainerItemProxy */ = {
116
+ isa = PBXContainerItemProxy;
117
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
118
+ proxyType = 1;
119
+ remoteGlobalIDString = C803281F06AD29D83614AB8CE6228DD8;
120
+ remoteInfo = OIComponents;
121
+ };
122
+ 861FADB37A162C53C7CFB8B9D5EC0C1F /* PBXContainerItemProxy */ = {
123
+ isa = PBXContainerItemProxy;
124
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
125
+ proxyType = 1;
126
+ remoteGlobalIDString = 13BBBA75F4A0689D55192A76F9E01166;
127
+ remoteInfo = OILiveness3D;
128
+ };
129
+ 8B2DAFF5763DBE123BCDFF8BF21D1179 /* PBXContainerItemProxy */ = {
130
+ isa = PBXContainerItemProxy;
131
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
132
+ proxyType = 1;
133
+ remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
134
+ remoteInfo = OICommons;
135
+ };
136
+ 98764618277CCDF2F6FFDE9030C4F724 /* PBXContainerItemProxy */ = {
137
+ isa = PBXContainerItemProxy;
138
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
139
+ proxyType = 1;
140
+ remoteGlobalIDString = D2C4ECC520D5BF1EA895F6C928B5373C;
141
+ remoteInfo = OINetwork;
142
+ };
143
+ 9F5174F8B7B31079F907AFDFCBC77455 /* PBXContainerItemProxy */ = {
144
+ isa = PBXContainerItemProxy;
145
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
146
+ proxyType = 1;
147
+ remoteGlobalIDString = D2C4ECC520D5BF1EA895F6C928B5373C;
148
+ remoteInfo = OINetwork;
149
+ };
150
+ AD09A3682CDA90DBADA58AABE623EB36 /* PBXContainerItemProxy */ = {
151
+ isa = PBXContainerItemProxy;
152
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
153
+ proxyType = 1;
154
+ remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
155
+ remoteInfo = OICommons;
156
+ };
157
+ B280F060070BD5AF3209473A3EB718FB /* PBXContainerItemProxy */ = {
158
+ isa = PBXContainerItemProxy;
159
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
160
+ proxyType = 1;
161
+ remoteGlobalIDString = 35BE567DDB9CCB9936E13E7CFB11E18C;
162
+ remoteInfo = OISecurity;
163
+ };
164
+ CCC42602F08CD0B6CD6D440C0C18E9BD /* PBXContainerItemProxy */ = {
165
+ isa = PBXContainerItemProxy;
166
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
167
+ proxyType = 1;
168
+ remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
169
+ remoteInfo = OICommons;
170
+ };
171
+ FCC655787716A8CC597FC2C8499426A7 /* PBXContainerItemProxy */ = {
172
+ isa = PBXContainerItemProxy;
173
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
174
+ proxyType = 1;
175
+ remoteGlobalIDString = D3F6432D69E9E4C1D6D9CF583693B6F4;
176
+ remoteInfo = OICommons;
177
+ };
178
+ FD08C29958754097926C59AB618D64A4 /* PBXContainerItemProxy */ = {
179
+ isa = PBXContainerItemProxy;
180
+ containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
181
+ proxyType = 1;
182
+ remoteGlobalIDString = C803281F06AD29D83614AB8CE6228DD8;
183
+ remoteInfo = OIComponents;
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
+ 118475FC4F3289CC312286EC0C6A3959 /* OIComponents.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OIComponents.xcframework; path = Frameworks/OIComponents.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
+ 2CC2725AF18EF14C4A75235E7DB1C081 /* OILiveness3D.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OILiveness3D.xcframework; path = Framework/OILiveness3D.xcframework; sourceTree = "<group>"; };
192
+ 2DC39A1730C9DDDB9D78AF2025B23986 /* OILiveness3D_FT.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D_FT.debug.xcconfig; sourceTree = "<group>"; };
193
+ 39C784BAC897F9BDE7BBE25F8612677A /* OISecurity.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OISecurity.debug.xcconfig; sourceTree = "<group>"; };
194
+ 3A821266AC8FD9703BD76DE75F32AF9A /* OISecurity.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OISecurity.xcframework; path = Frameworks/OISecurity.xcframework; sourceTree = "<group>"; };
195
+ 3B131071AFC6EA4FF1A16B638F26B685 /* OILiveness3D-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OILiveness3D-xcframeworks.sh"; 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
+ 48C964D5AF1085F8E389A7D3F296D51F /* OIComponents.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OIComponents.debug.xcconfig; sourceTree = "<group>"; };
200
+ 4BA6143198924A2EE78353899C1EB436 /* OIComponents-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OIComponents-xcframeworks.sh"; sourceTree = "<group>"; };
201
+ 5ADFC406FEBB525500EE57886C84F75A /* Pods-RnLiveness3d.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RnLiveness3d.release.xcconfig"; sourceTree = "<group>"; };
202
+ 5E6C07743C6AEBD76CA596C37AA24E81 /* FaceTecSDK.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FaceTecSDK.xcframework; path = Framework/FaceTecSDK.xcframework; sourceTree = "<group>"; };
203
+ 5F431FDE6761EB14D0AE4778BEB57DF7 /* OICommons.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = OICommons.xcframework; path = Frameworks/OICommons.xcframework; sourceTree = "<group>"; };
204
+ 6369868978601DFBB77D6C8BD3E5CE21 /* OILiveness3D_FT.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D_FT.release.xcconfig; sourceTree = "<group>"; };
205
+ 659A1A5007AF7108CAF316BED91FDADD /* OILiveness3D_FT-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OILiveness3D_FT-xcframeworks.sh"; sourceTree = "<group>"; };
206
+ 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
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
+ 8962E8DA08008448FE5600850A443C42 /* OILiveness3D.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D.release.xcconfig; sourceTree = "<group>"; };
213
+ 928CA89E7E28A55FFD42BFE2D2AD3EB3 /* OINetwork-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OINetwork-xcframeworks.sh"; sourceTree = "<group>"; };
214
+ 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; };
215
+ A3BEC5CA88075074DE010411312FC384 /* Pods-RnLiveness3d-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RnLiveness3d-dummy.m"; sourceTree = "<group>"; };
216
+ AE67CDCB59BAD0A5D8E4824F591463F2 /* OICommons-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "OICommons-xcframeworks.sh"; sourceTree = "<group>"; };
217
+ B2064973D683C2C20B74F90C6740E173 /* Pods-RnLiveness3d.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RnLiveness3d.debug.xcconfig"; sourceTree = "<group>"; };
218
+ B52FA88F975960C6B47B24EB6715A00E /* Pods-RnLiveness3d-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RnLiveness3d-Info.plist"; sourceTree = "<group>"; };
219
+ D4C16049A3088FBFF488318941D3A43A /* Pods-RnLiveness3d-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-RnLiveness3d-umbrella.h"; sourceTree = "<group>"; };
220
+ D684701C37B731890C49BE0EC0939AF3 /* OILiveness3D.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OILiveness3D.debug.xcconfig; 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
+ 2AAB4B81639F0E01D80D7DDB369B5FD0 /* Frameworks */ = {
227
+ isa = PBXFrameworksBuildPhase;
228
+ buildActionMask = 2147483647;
229
+ files = (
230
+ CA2E830F0014B158FE6A8E4A49F15796 /* 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
+ 0CA664879C3AE9B7D553247E279D4C07 /* Frameworks */ = {
254
+ isa = PBXGroup;
255
+ children = (
256
+ 5F431FDE6761EB14D0AE4778BEB57DF7 /* OICommons.xcframework */,
257
+ );
258
+ name = Frameworks;
259
+ sourceTree = "<group>";
260
+ };
261
+ 1225F1117CED1CF823548085C5EEAF80 /* Support Files */ = {
262
+ isa = PBXGroup;
263
+ children = (
264
+ 3B131071AFC6EA4FF1A16B638F26B685 /* OILiveness3D-xcframeworks.sh */,
265
+ D684701C37B731890C49BE0EC0939AF3 /* OILiveness3D.debug.xcconfig */,
266
+ 8962E8DA08008448FE5600850A443C42 /* OILiveness3D.release.xcconfig */,
267
+ );
268
+ name = "Support Files";
269
+ path = "../Target Support Files/OILiveness3D";
270
+ sourceTree = "<group>";
271
+ };
272
+ 18069FA63F5B794ABBB477B06AC198A0 /* Products */ = {
273
+ isa = PBXGroup;
274
+ children = (
275
+ 82E83A69A5DDBC2C8B8D52423C27203A /* Pods-RnLiveness3d */,
276
+ );
277
+ name = Products;
278
+ sourceTree = "<group>";
279
+ };
280
+ 33632C36F5A14287A437C64C20275590 /* OICommons */ = {
281
+ isa = PBXGroup;
282
+ children = (
283
+ 0CA664879C3AE9B7D553247E279D4C07 /* Frameworks */,
284
+ 875126C8A1410B745AF16A5427E9E44F /* Support Files */,
285
+ );
286
+ name = OICommons;
287
+ path = OICommons;
288
+ sourceTree = "<group>";
289
+ };
290
+ 384B1A94CDDF2790BAAABCB8F3D5636B /* Support Files */ = {
291
+ isa = PBXGroup;
292
+ children = (
293
+ 659A1A5007AF7108CAF316BED91FDADD /* OILiveness3D_FT-xcframeworks.sh */,
294
+ 2DC39A1730C9DDDB9D78AF2025B23986 /* OILiveness3D_FT.debug.xcconfig */,
295
+ 6369868978601DFBB77D6C8BD3E5CE21 /* OILiveness3D_FT.release.xcconfig */,
296
+ );
297
+ name = "Support Files";
298
+ path = "../Target Support Files/OILiveness3D_FT";
299
+ sourceTree = "<group>";
300
+ };
301
+ 39DA257B89A006841FA5CABD8B1E8AE8 /* Frameworks */ = {
302
+ isa = PBXGroup;
303
+ children = (
304
+ 3A821266AC8FD9703BD76DE75F32AF9A /* OISecurity.xcframework */,
305
+ );
306
+ name = Frameworks;
307
+ sourceTree = "<group>";
308
+ };
309
+ 4722E26B445A3A55937256AD61AF8C6F /* Pods-RnLiveness3d */ = {
310
+ isa = PBXGroup;
311
+ children = (
312
+ 08EBE9141C2F87975AE31135E02DF04E /* Pods-RnLiveness3d.modulemap */,
313
+ E8F949BF2997ADBCB7A0FDBE7ADD7AB6 /* Pods-RnLiveness3d-acknowledgements.markdown */,
314
+ 1AD56E81494C78A90BE551FF29EDC4D0 /* Pods-RnLiveness3d-acknowledgements.plist */,
315
+ A3BEC5CA88075074DE010411312FC384 /* Pods-RnLiveness3d-dummy.m */,
316
+ B52FA88F975960C6B47B24EB6715A00E /* Pods-RnLiveness3d-Info.plist */,
317
+ D4C16049A3088FBFF488318941D3A43A /* Pods-RnLiveness3d-umbrella.h */,
318
+ B2064973D683C2C20B74F90C6740E173 /* Pods-RnLiveness3d.debug.xcconfig */,
319
+ 5ADFC406FEBB525500EE57886C84F75A /* Pods-RnLiveness3d.release.xcconfig */,
320
+ );
321
+ name = "Pods-RnLiveness3d";
322
+ path = "Target Support Files/Pods-RnLiveness3d";
323
+ sourceTree = "<group>";
324
+ };
325
+ 578452D2E740E91742655AC8F1636D1F /* iOS */ = {
326
+ isa = PBXGroup;
327
+ children = (
328
+ 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */,
329
+ );
330
+ name = iOS;
331
+ sourceTree = "<group>";
332
+ };
333
+ 584D4853A02934AF6D01D88D409449BD /* OILiveness3D */ = {
334
+ isa = PBXGroup;
335
+ children = (
336
+ 69B68FFD9C69358072E7139B6BEA8F02 /* Frameworks */,
337
+ 1225F1117CED1CF823548085C5EEAF80 /* Support Files */,
338
+ );
339
+ name = OILiveness3D;
340
+ path = OILiveness3D;
341
+ sourceTree = "<group>";
342
+ };
343
+ 69B68FFD9C69358072E7139B6BEA8F02 /* Frameworks */ = {
344
+ isa = PBXGroup;
345
+ children = (
346
+ 2CC2725AF18EF14C4A75235E7DB1C081 /* OILiveness3D.xcframework */,
347
+ );
348
+ name = Frameworks;
349
+ sourceTree = "<group>";
350
+ };
351
+ 7DC88CAE0B63397241104B245260A814 /* OILiveness3D_FT */ = {
352
+ isa = PBXGroup;
353
+ children = (
354
+ 04358536E53E6248805CD6B0DA53027D /* Frameworks */,
355
+ 384B1A94CDDF2790BAAABCB8F3D5636B /* Support Files */,
356
+ );
357
+ name = OILiveness3D_FT;
358
+ path = OILiveness3D_FT;
359
+ sourceTree = "<group>";
360
+ };
361
+ 875126C8A1410B745AF16A5427E9E44F /* Support Files */ = {
362
+ isa = PBXGroup;
363
+ children = (
364
+ AE67CDCB59BAD0A5D8E4824F591463F2 /* OICommons-xcframeworks.sh */,
365
+ 83EAC7F1D226EBE6FDB0F73D3D56D80B /* OICommons.debug.xcconfig */,
366
+ 3FDF8E35E120F8708A2261CC81F089F4 /* OICommons.release.xcconfig */,
367
+ );
368
+ name = "Support Files";
369
+ path = "../Target Support Files/OICommons";
370
+ sourceTree = "<group>";
371
+ };
372
+ 8C9C5ADD298D22519DEF61E72E0BD7E3 /* Support Files */ = {
373
+ isa = PBXGroup;
374
+ children = (
375
+ 4BA6143198924A2EE78353899C1EB436 /* OIComponents-xcframeworks.sh */,
376
+ 48C964D5AF1085F8E389A7D3F296D51F /* OIComponents.debug.xcconfig */,
377
+ F7743549C5F4C2056C2F046223DB83E9 /* OIComponents.release.xcconfig */,
378
+ );
379
+ name = "Support Files";
380
+ path = "../Target Support Files/OIComponents";
381
+ sourceTree = "<group>";
382
+ };
383
+ 8E57388691063BA33A8D79E1E55DB126 /* Frameworks */ = {
384
+ isa = PBXGroup;
385
+ children = (
386
+ 118475FC4F3289CC312286EC0C6A3959 /* OIComponents.xcframework */,
387
+ );
388
+ name = Frameworks;
389
+ sourceTree = "<group>";
390
+ };
391
+ A9F465230389ED76275DB5ECB3ED3054 /* OISecurity */ = {
392
+ isa = PBXGroup;
393
+ children = (
394
+ 39DA257B89A006841FA5CABD8B1E8AE8 /* Frameworks */,
395
+ DFA9343656C34C82FE08404ACC262A78 /* Support Files */,
396
+ );
397
+ name = OISecurity;
398
+ path = OISecurity;
399
+ sourceTree = "<group>";
400
+ };
401
+ B25540C551F66C4E19565B55B70242BD /* OIComponents */ = {
402
+ isa = PBXGroup;
403
+ children = (
404
+ 8E57388691063BA33A8D79E1E55DB126 /* Frameworks */,
405
+ 8C9C5ADD298D22519DEF61E72E0BD7E3 /* Support Files */,
406
+ );
407
+ name = OIComponents;
408
+ path = OIComponents;
409
+ sourceTree = "<group>";
410
+ };
411
+ BD297F6B7E81524DF2EFF3BF95D01522 /* Frameworks */ = {
412
+ isa = PBXGroup;
413
+ children = (
414
+ 861048B3C8226AAB782D7390AFB1D3AC /* OINetwork.xcframework */,
415
+ );
416
+ name = Frameworks;
417
+ sourceTree = "<group>";
418
+ };
419
+ BFC5037D824F44139CA464457DDE32B3 /* Support Files */ = {
420
+ isa = PBXGroup;
421
+ children = (
422
+ 928CA89E7E28A55FFD42BFE2D2AD3EB3 /* OINetwork-xcframeworks.sh */,
423
+ 737E2BB248CDB6E7A5F60371F9EBF3E2 /* OINetwork.debug.xcconfig */,
424
+ 3FA8448B3F0C2596DB8DA8FF6E6E3767 /* OINetwork.release.xcconfig */,
425
+ );
426
+ name = "Support Files";
427
+ path = "../Target Support Files/OINetwork";
428
+ sourceTree = "<group>";
429
+ };
430
+ CE7B53651F6ABFD96D022317AE112E2D /* OINetwork */ = {
431
+ isa = PBXGroup;
432
+ children = (
433
+ BD297F6B7E81524DF2EFF3BF95D01522 /* Frameworks */,
434
+ BFC5037D824F44139CA464457DDE32B3 /* Support Files */,
435
+ );
436
+ name = OINetwork;
437
+ path = OINetwork;
438
+ sourceTree = "<group>";
439
+ };
440
+ CF1408CF629C7361332E53B88F7BD30C = {
441
+ isa = PBXGroup;
442
+ children = (
443
+ 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
444
+ D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
445
+ ECB072F36FF6FD4F4191ACFC63C91D88 /* Pods */,
446
+ 18069FA63F5B794ABBB477B06AC198A0 /* Products */,
447
+ 0ACEC2F31242152DEB739641AD9B3066 /* Targets Support Files */,
448
+ );
449
+ sourceTree = "<group>";
450
+ };
451
+ D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
452
+ isa = PBXGroup;
453
+ children = (
454
+ 578452D2E740E91742655AC8F1636D1F /* iOS */,
455
+ );
456
+ name = Frameworks;
457
+ sourceTree = "<group>";
458
+ };
459
+ DFA9343656C34C82FE08404ACC262A78 /* Support Files */ = {
460
+ isa = PBXGroup;
461
+ children = (
462
+ 3F2CFB2AD4B68E2C7ECF3FB826823EA8 /* OISecurity-xcframeworks.sh */,
463
+ 39C784BAC897F9BDE7BBE25F8612677A /* OISecurity.debug.xcconfig */,
464
+ 821DBC6F0F9A6F73506F7B1B652A0934 /* OISecurity.release.xcconfig */,
465
+ );
466
+ name = "Support Files";
467
+ path = "../Target Support Files/OISecurity";
468
+ sourceTree = "<group>";
469
+ };
470
+ ECB072F36FF6FD4F4191ACFC63C91D88 /* Pods */ = {
471
+ isa = PBXGroup;
472
+ children = (
473
+ 33632C36F5A14287A437C64C20275590 /* OICommons */,
474
+ B25540C551F66C4E19565B55B70242BD /* OIComponents */,
475
+ 584D4853A02934AF6D01D88D409449BD /* OILiveness3D */,
476
+ 7DC88CAE0B63397241104B245260A814 /* OILiveness3D_FT */,
477
+ CE7B53651F6ABFD96D022317AE112E2D /* OINetwork */,
478
+ A9F465230389ED76275DB5ECB3ED3054 /* OISecurity */,
479
+ );
480
+ name = Pods;
481
+ sourceTree = "<group>";
482
+ };
483
+ /* End PBXGroup section */
484
+
485
+ /* Begin PBXHeadersBuildPhase section */
486
+ 59A98EBD33A9BC99640274D81B3AF2B8 /* Headers */ = {
487
+ isa = PBXHeadersBuildPhase;
488
+ buildActionMask = 2147483647;
489
+ files = (
490
+ 8E3DA3C80654B21B202CF17E1A050AF5 /* Pods-RnLiveness3d-umbrella.h in Headers */,
491
+ );
492
+ runOnlyForDeploymentPostprocessing = 0;
493
+ };
494
+ /* End PBXHeadersBuildPhase section */
495
+
496
+ /* Begin PBXNativeTarget section */
497
+ 1A8FFCB7F970D3565DB713A9ECE21622 /* Pods-RnLiveness3d */ = {
498
+ isa = PBXNativeTarget;
499
+ buildConfigurationList = 5EB62A127E264B3AAC27ED67602F865C /* Build configuration list for PBXNativeTarget "Pods-RnLiveness3d" */;
500
+ buildPhases = (
501
+ 59A98EBD33A9BC99640274D81B3AF2B8 /* Headers */,
502
+ B79C404BA94C23FCDE122894E24FF6D6 /* Sources */,
503
+ 2AAB4B81639F0E01D80D7DDB369B5FD0 /* Frameworks */,
504
+ D1CE86D1EB94092DE19ABA7109E33E01 /* Resources */,
505
+ );
506
+ buildRules = (
507
+ );
508
+ dependencies = (
509
+ 190941260EF214BAEA46D7370E3E7CD2 /* PBXTargetDependency */,
510
+ 6A12564B226982B7A1286B924D6FA9C6 /* PBXTargetDependency */,
511
+ 51E3DD12F30964D41F439ADDC2CD0012 /* PBXTargetDependency */,
512
+ F7BBC265F1901094448B94B804983607 /* PBXTargetDependency */,
513
+ 56666CBD458E83A52A114B086E267605 /* PBXTargetDependency */,
514
+ 61D7962040393B5F7C1C43069967E442 /* PBXTargetDependency */,
515
+ );
516
+ name = "Pods-RnLiveness3d";
517
+ productName = Pods_RnLiveness3d;
518
+ productReference = 82E83A69A5DDBC2C8B8D52423C27203A /* Pods-RnLiveness3d */;
519
+ productType = "com.apple.product-type.framework";
520
+ };
521
+ /* End PBXNativeTarget section */
522
+
523
+ /* Begin PBXProject section */
524
+ BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
525
+ isa = PBXProject;
526
+ attributes = {
527
+ LastSwiftUpdateCheck = 1500;
528
+ LastUpgradeCheck = 1500;
529
+ };
530
+ buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
531
+ compatibilityVersion = "Xcode 3.2";
532
+ developmentRegion = en;
533
+ hasScannedForEncodings = 0;
534
+ knownRegions = (
535
+ Base,
536
+ en,
537
+ );
538
+ mainGroup = CF1408CF629C7361332E53B88F7BD30C;
539
+ productRefGroup = 18069FA63F5B794ABBB477B06AC198A0 /* Products */;
540
+ projectDirPath = "";
541
+ projectRoot = "";
542
+ targets = (
543
+ D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */,
544
+ C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */,
545
+ 13BBBA75F4A0689D55192A76F9E01166 /* OILiveness3D */,
546
+ 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */,
547
+ D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */,
548
+ 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */,
549
+ 1A8FFCB7F970D3565DB713A9ECE21622 /* Pods-RnLiveness3d */,
550
+ );
551
+ };
552
+ /* End PBXProject section */
553
+
554
+ /* Begin PBXResourcesBuildPhase section */
555
+ D1CE86D1EB94092DE19ABA7109E33E01 /* Resources */ = {
556
+ isa = PBXResourcesBuildPhase;
557
+ buildActionMask = 2147483647;
558
+ files = (
559
+ );
560
+ runOnlyForDeploymentPostprocessing = 0;
561
+ };
562
+ /* End PBXResourcesBuildPhase section */
563
+
564
+ /* Begin PBXShellScriptBuildPhase section */
565
+ 2B254A184310A5DEDB344513F1989EC0 /* [CP] Copy XCFrameworks */ = {
566
+ isa = PBXShellScriptBuildPhase;
567
+ buildActionMask = 2147483647;
568
+ files = (
569
+ );
570
+ inputPaths = (
571
+ "${PODS_ROOT}/Target Support Files/OINetwork/OINetwork-xcframeworks.sh",
572
+ "${PODS_ROOT}/OINetwork/Frameworks/OINetwork.xcframework",
573
+ );
574
+ name = "[CP] Copy XCFrameworks";
575
+ outputPaths = (
576
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OINetwork/OINetwork.framework",
577
+ );
578
+ runOnlyForDeploymentPostprocessing = 0;
579
+ shellPath = /bin/sh;
580
+ shellScript = "\"${PODS_ROOT}/Target Support Files/OINetwork/OINetwork-xcframeworks.sh\"\n";
581
+ showEnvVarsInLog = 0;
582
+ };
583
+ 7206869F0E2E64F708FD5DB1CA00754B /* [CP] Copy XCFrameworks */ = {
584
+ isa = PBXShellScriptBuildPhase;
585
+ buildActionMask = 2147483647;
586
+ files = (
587
+ );
588
+ inputPaths = (
589
+ "${PODS_ROOT}/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh",
590
+ "${PODS_ROOT}/OILiveness3D_FT/Framework/FaceTecSDK.xcframework",
591
+ );
592
+ name = "[CP] Copy XCFrameworks";
593
+ outputPaths = (
594
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D_FT/FaceTecSDK.framework",
595
+ );
596
+ runOnlyForDeploymentPostprocessing = 0;
597
+ shellPath = /bin/sh;
598
+ shellScript = "\"${PODS_ROOT}/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh\"\n";
599
+ showEnvVarsInLog = 0;
600
+ };
601
+ 9945FF39CEBBCCDB55188F600BA289E1 /* [CP] Copy XCFrameworks */ = {
602
+ isa = PBXShellScriptBuildPhase;
603
+ buildActionMask = 2147483647;
604
+ files = (
605
+ );
606
+ inputPaths = (
607
+ "${PODS_ROOT}/Target Support Files/OICommons/OICommons-xcframeworks.sh",
608
+ "${PODS_ROOT}/OICommons/Frameworks/OICommons.xcframework",
609
+ );
610
+ name = "[CP] Copy XCFrameworks";
611
+ outputPaths = (
612
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OICommons/OICommons.framework",
613
+ );
614
+ runOnlyForDeploymentPostprocessing = 0;
615
+ shellPath = /bin/sh;
616
+ shellScript = "\"${PODS_ROOT}/Target Support Files/OICommons/OICommons-xcframeworks.sh\"\n";
617
+ showEnvVarsInLog = 0;
618
+ };
619
+ 9B7A17864BC245897E0B6B1022FE84A8 /* [CP] Copy XCFrameworks */ = {
620
+ isa = PBXShellScriptBuildPhase;
621
+ buildActionMask = 2147483647;
622
+ files = (
623
+ );
624
+ inputPaths = (
625
+ "${PODS_ROOT}/Target Support Files/OISecurity/OISecurity-xcframeworks.sh",
626
+ "${PODS_ROOT}/OISecurity/Frameworks/OISecurity.xcframework",
627
+ );
628
+ name = "[CP] Copy XCFrameworks";
629
+ outputPaths = (
630
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OISecurity/OISecurity.framework",
631
+ );
632
+ runOnlyForDeploymentPostprocessing = 0;
633
+ shellPath = /bin/sh;
634
+ shellScript = "\"${PODS_ROOT}/Target Support Files/OISecurity/OISecurity-xcframeworks.sh\"\n";
635
+ showEnvVarsInLog = 0;
636
+ };
637
+ B0E1353FC8CCD959DF77B0731804E52D /* [CP] Copy XCFrameworks */ = {
638
+ isa = PBXShellScriptBuildPhase;
639
+ buildActionMask = 2147483647;
640
+ files = (
641
+ );
642
+ inputPaths = (
643
+ "${PODS_ROOT}/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh",
644
+ "${PODS_ROOT}/OILiveness3D/Framework/OILiveness3D.xcframework",
645
+ );
646
+ name = "[CP] Copy XCFrameworks";
647
+ outputPaths = (
648
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OILiveness3D/OILiveness3D.framework",
649
+ );
650
+ runOnlyForDeploymentPostprocessing = 0;
651
+ shellPath = /bin/sh;
652
+ shellScript = "\"${PODS_ROOT}/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh\"\n";
653
+ showEnvVarsInLog = 0;
654
+ };
655
+ C6FCE2DE6A3E8C2EA7D81D041B283993 /* [CP] Copy XCFrameworks */ = {
656
+ isa = PBXShellScriptBuildPhase;
657
+ buildActionMask = 2147483647;
658
+ files = (
659
+ );
660
+ inputPaths = (
661
+ "${PODS_ROOT}/Target Support Files/OIComponents/OIComponents-xcframeworks.sh",
662
+ "${PODS_ROOT}/OIComponents/Frameworks/OIComponents.xcframework",
663
+ );
664
+ name = "[CP] Copy XCFrameworks";
665
+ outputPaths = (
666
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OIComponents/OIComponents.framework",
667
+ );
668
+ runOnlyForDeploymentPostprocessing = 0;
669
+ shellPath = /bin/sh;
670
+ shellScript = "\"${PODS_ROOT}/Target Support Files/OIComponents/OIComponents-xcframeworks.sh\"\n";
671
+ showEnvVarsInLog = 0;
672
+ };
673
+ /* End PBXShellScriptBuildPhase section */
674
+
675
+ /* Begin PBXSourcesBuildPhase section */
676
+ B79C404BA94C23FCDE122894E24FF6D6 /* Sources */ = {
677
+ isa = PBXSourcesBuildPhase;
678
+ buildActionMask = 2147483647;
679
+ files = (
680
+ F7835371F8938005588A9986DC6B1D9F /* Pods-RnLiveness3d-dummy.m in Sources */,
681
+ );
682
+ runOnlyForDeploymentPostprocessing = 0;
683
+ };
684
+ /* End PBXSourcesBuildPhase section */
685
+
686
+ /* Begin PBXTargetDependency section */
687
+ 190941260EF214BAEA46D7370E3E7CD2 /* PBXTargetDependency */ = {
688
+ isa = PBXTargetDependency;
689
+ name = OICommons;
690
+ target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
691
+ targetProxy = FCC655787716A8CC597FC2C8499426A7 /* PBXContainerItemProxy */;
692
+ };
693
+ 23DDD4B67610237DBCB2191A09908976 /* PBXTargetDependency */ = {
694
+ isa = PBXTargetDependency;
695
+ name = OICommons;
696
+ target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
697
+ targetProxy = AD09A3682CDA90DBADA58AABE623EB36 /* PBXContainerItemProxy */;
698
+ };
699
+ 4231759EF1809885B14E447BB3F526B2 /* PBXTargetDependency */ = {
700
+ isa = PBXTargetDependency;
701
+ name = OICommons;
702
+ target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
703
+ targetProxy = 8B2DAFF5763DBE123BCDFF8BF21D1179 /* PBXContainerItemProxy */;
704
+ };
705
+ 480231FE5B9838A8A0312FB270C28B33 /* PBXTargetDependency */ = {
706
+ isa = PBXTargetDependency;
707
+ name = OISecurity;
708
+ target = 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */;
709
+ targetProxy = B280F060070BD5AF3209473A3EB718FB /* PBXContainerItemProxy */;
710
+ };
711
+ 51E3DD12F30964D41F439ADDC2CD0012 /* PBXTargetDependency */ = {
712
+ isa = PBXTargetDependency;
713
+ name = OILiveness3D;
714
+ target = 13BBBA75F4A0689D55192A76F9E01166 /* OILiveness3D */;
715
+ targetProxy = 861FADB37A162C53C7CFB8B9D5EC0C1F /* PBXContainerItemProxy */;
716
+ };
717
+ 56666CBD458E83A52A114B086E267605 /* PBXTargetDependency */ = {
718
+ isa = PBXTargetDependency;
719
+ name = OINetwork;
720
+ target = D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */;
721
+ targetProxy = 5C837EA4BE043AD577F08382713FD9EF /* PBXContainerItemProxy */;
722
+ };
723
+ 61D7962040393B5F7C1C43069967E442 /* PBXTargetDependency */ = {
724
+ isa = PBXTargetDependency;
725
+ name = OISecurity;
726
+ target = 35BE567DDB9CCB9936E13E7CFB11E18C /* OISecurity */;
727
+ targetProxy = 2BA04CD118BCCDC40BDEC83F5B7AA6B5 /* PBXContainerItemProxy */;
728
+ };
729
+ 6A12564B226982B7A1286B924D6FA9C6 /* PBXTargetDependency */ = {
730
+ isa = PBXTargetDependency;
731
+ name = OIComponents;
732
+ target = C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */;
733
+ targetProxy = FD08C29958754097926C59AB618D64A4 /* PBXContainerItemProxy */;
734
+ };
735
+ ACDF92C6DB066ADB5580ED56F30518D2 /* PBXTargetDependency */ = {
736
+ isa = PBXTargetDependency;
737
+ name = OINetwork;
738
+ target = D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */;
739
+ targetProxy = 9F5174F8B7B31079F907AFDFCBC77455 /* PBXContainerItemProxy */;
740
+ };
741
+ BFD6E27DEA8D11CAF600404BF563F47E /* PBXTargetDependency */ = {
742
+ isa = PBXTargetDependency;
743
+ name = OINetwork;
744
+ target = D2C4ECC520D5BF1EA895F6C928B5373C /* OINetwork */;
745
+ targetProxy = 98764618277CCDF2F6FFDE9030C4F724 /* PBXContainerItemProxy */;
746
+ };
747
+ C03B4A13725EF5282A86FD27748DDA1F /* PBXTargetDependency */ = {
748
+ isa = PBXTargetDependency;
749
+ name = OIComponents;
750
+ target = C803281F06AD29D83614AB8CE6228DD8 /* OIComponents */;
751
+ targetProxy = 7FA765221FE51E5EFE50B24FF126A71B /* PBXContainerItemProxy */;
752
+ };
753
+ CC7FD9AED687F7FDBA0D464E5586D84A /* PBXTargetDependency */ = {
754
+ isa = PBXTargetDependency;
755
+ name = OILiveness3D_FT;
756
+ target = 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */;
757
+ targetProxy = 3486E61FA490A039CE0CDC7C8FB93C18 /* PBXContainerItemProxy */;
758
+ };
759
+ D6CAAD1D7847F78CACFA4BC1D8027B67 /* PBXTargetDependency */ = {
760
+ isa = PBXTargetDependency;
761
+ name = OICommons;
762
+ target = D3F6432D69E9E4C1D6D9CF583693B6F4 /* OICommons */;
763
+ targetProxy = CCC42602F08CD0B6CD6D440C0C18E9BD /* PBXContainerItemProxy */;
764
+ };
765
+ F7BBC265F1901094448B94B804983607 /* PBXTargetDependency */ = {
766
+ isa = PBXTargetDependency;
767
+ name = OILiveness3D_FT;
768
+ target = 1E2E843BEB5FDC71DDCCF52C06A9113F /* OILiveness3D_FT */;
769
+ targetProxy = 12F82DFBCA73C7F85E78B1759E1AD90C /* PBXContainerItemProxy */;
770
+ };
771
+ /* End PBXTargetDependency section */
772
+
773
+ /* Begin XCBuildConfiguration section */
774
+ 060932EBF9464C30AEDA04CC419D37A6 /* Release */ = {
775
+ isa = XCBuildConfiguration;
776
+ baseConfigurationReference = 8962E8DA08008448FE5600850A443C42 /* OILiveness3D.release.xcconfig */;
777
+ buildSettings = {
778
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
779
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
780
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
781
+ CLANG_ENABLE_OBJC_WEAK = NO;
782
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
783
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
784
+ SDKROOT = iphoneos;
785
+ TARGETED_DEVICE_FAMILY = "1,2";
786
+ VALIDATE_PRODUCT = YES;
787
+ };
788
+ name = Release;
789
+ };
790
+ 26A063C7B183B9C70D4CF425497EE3D0 /* Debug */ = {
791
+ isa = XCBuildConfiguration;
792
+ baseConfigurationReference = 48C964D5AF1085F8E389A7D3F296D51F /* OIComponents.debug.xcconfig */;
793
+ buildSettings = {
794
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
795
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
796
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
797
+ CLANG_ENABLE_OBJC_WEAK = NO;
798
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
799
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
800
+ SDKROOT = iphoneos;
801
+ TARGETED_DEVICE_FAMILY = "1,2";
802
+ };
803
+ name = Debug;
804
+ };
805
+ 34AF16800E063C04E54FDD16320A37E6 /* Debug */ = {
806
+ isa = XCBuildConfiguration;
807
+ baseConfigurationReference = 39C784BAC897F9BDE7BBE25F8612677A /* OISecurity.debug.xcconfig */;
808
+ buildSettings = {
809
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
810
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
811
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
812
+ CLANG_ENABLE_OBJC_WEAK = NO;
813
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
814
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
815
+ SDKROOT = iphoneos;
816
+ TARGETED_DEVICE_FAMILY = "1,2";
817
+ };
818
+ name = Debug;
819
+ };
820
+ 4D286ECD34FAE2E20C1BF6E780A7DFB0 /* Debug */ = {
821
+ isa = XCBuildConfiguration;
822
+ baseConfigurationReference = 2DC39A1730C9DDDB9D78AF2025B23986 /* OILiveness3D_FT.debug.xcconfig */;
823
+ buildSettings = {
824
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
825
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
826
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
827
+ CLANG_ENABLE_OBJC_WEAK = NO;
828
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
829
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
830
+ SDKROOT = iphoneos;
831
+ TARGETED_DEVICE_FAMILY = "1,2";
832
+ };
833
+ name = Debug;
834
+ };
835
+ 5AC1B48692E24B2963FFD1B2EF6C192C /* Release */ = {
836
+ isa = XCBuildConfiguration;
837
+ baseConfigurationReference = 3FA8448B3F0C2596DB8DA8FF6E6E3767 /* OINetwork.release.xcconfig */;
838
+ buildSettings = {
839
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
840
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
841
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
842
+ CLANG_ENABLE_OBJC_WEAK = NO;
843
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
844
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
845
+ SDKROOT = iphoneos;
846
+ TARGETED_DEVICE_FAMILY = "1,2";
847
+ VALIDATE_PRODUCT = YES;
848
+ };
849
+ name = Release;
850
+ };
851
+ 624282CF08EB142F28FC2AFD85789DF2 /* Debug */ = {
852
+ isa = XCBuildConfiguration;
853
+ baseConfigurationReference = D684701C37B731890C49BE0EC0939AF3 /* OILiveness3D.debug.xcconfig */;
854
+ buildSettings = {
855
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
856
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
857
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
858
+ CLANG_ENABLE_OBJC_WEAK = NO;
859
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
860
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
861
+ SDKROOT = iphoneos;
862
+ TARGETED_DEVICE_FAMILY = "1,2";
863
+ };
864
+ name = Debug;
865
+ };
866
+ 6C98B09FF5CCB107837D1A84E8F3A4F1 /* Release */ = {
867
+ isa = XCBuildConfiguration;
868
+ buildSettings = {
869
+ ALWAYS_SEARCH_USER_PATHS = NO;
870
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
871
+ CLANG_ANALYZER_NONNULL = YES;
872
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
873
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
874
+ CLANG_CXX_LIBRARY = "libc++";
875
+ CLANG_ENABLE_MODULES = YES;
876
+ CLANG_ENABLE_OBJC_ARC = YES;
877
+ CLANG_ENABLE_OBJC_WEAK = YES;
878
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
879
+ CLANG_WARN_BOOL_CONVERSION = YES;
880
+ CLANG_WARN_COMMA = YES;
881
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
882
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
883
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
884
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
885
+ CLANG_WARN_EMPTY_BODY = YES;
886
+ CLANG_WARN_ENUM_CONVERSION = YES;
887
+ CLANG_WARN_INFINITE_RECURSION = YES;
888
+ CLANG_WARN_INT_CONVERSION = YES;
889
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
890
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
891
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
892
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
893
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
894
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
895
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
896
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
897
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
898
+ CLANG_WARN_UNREACHABLE_CODE = YES;
899
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
900
+ COPY_PHASE_STRIP = NO;
901
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
902
+ ENABLE_NS_ASSERTIONS = NO;
903
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
904
+ GCC_C_LANGUAGE_STANDARD = gnu11;
905
+ GCC_NO_COMMON_BLOCKS = YES;
906
+ GCC_PREPROCESSOR_DEFINITIONS = (
907
+ "POD_CONFIGURATION_RELEASE=1",
908
+ "$(inherited)",
909
+ );
910
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
911
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
912
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
913
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
914
+ GCC_WARN_UNUSED_FUNCTION = YES;
915
+ GCC_WARN_UNUSED_VARIABLE = YES;
916
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
917
+ MTL_ENABLE_DEBUG_INFO = NO;
918
+ MTL_FAST_MATH = YES;
919
+ PRODUCT_NAME = "$(TARGET_NAME)";
920
+ STRIP_INSTALLED_PRODUCT = NO;
921
+ SWIFT_COMPILATION_MODE = wholemodule;
922
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
923
+ SWIFT_VERSION = 5.0;
924
+ SYMROOT = "${SRCROOT}/../build";
925
+ };
926
+ name = Release;
927
+ };
928
+ 8573882228928ACE940DCE69EEE02367 /* Release */ = {
929
+ isa = XCBuildConfiguration;
930
+ baseConfigurationReference = F7743549C5F4C2056C2F046223DB83E9 /* OIComponents.release.xcconfig */;
931
+ buildSettings = {
932
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
933
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
934
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
935
+ CLANG_ENABLE_OBJC_WEAK = NO;
936
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
937
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
938
+ SDKROOT = iphoneos;
939
+ TARGETED_DEVICE_FAMILY = "1,2";
940
+ VALIDATE_PRODUCT = YES;
941
+ };
942
+ name = Release;
943
+ };
944
+ 8E6A8FF58D100B7F9B1943F455C00F02 /* Debug */ = {
945
+ isa = XCBuildConfiguration;
946
+ buildSettings = {
947
+ ALWAYS_SEARCH_USER_PATHS = NO;
948
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
949
+ CLANG_ANALYZER_NONNULL = YES;
950
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
951
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
952
+ CLANG_CXX_LIBRARY = "libc++";
953
+ CLANG_ENABLE_MODULES = YES;
954
+ CLANG_ENABLE_OBJC_ARC = YES;
955
+ CLANG_ENABLE_OBJC_WEAK = YES;
956
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
957
+ CLANG_WARN_BOOL_CONVERSION = YES;
958
+ CLANG_WARN_COMMA = YES;
959
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
960
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
961
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
962
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
963
+ CLANG_WARN_EMPTY_BODY = YES;
964
+ CLANG_WARN_ENUM_CONVERSION = YES;
965
+ CLANG_WARN_INFINITE_RECURSION = YES;
966
+ CLANG_WARN_INT_CONVERSION = YES;
967
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
968
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
969
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
970
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
971
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
972
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
973
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
974
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
975
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
976
+ CLANG_WARN_UNREACHABLE_CODE = YES;
977
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
978
+ COPY_PHASE_STRIP = NO;
979
+ DEBUG_INFORMATION_FORMAT = dwarf;
980
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
981
+ ENABLE_TESTABILITY = YES;
982
+ GCC_C_LANGUAGE_STANDARD = gnu11;
983
+ GCC_DYNAMIC_NO_PIC = NO;
984
+ GCC_NO_COMMON_BLOCKS = YES;
985
+ GCC_OPTIMIZATION_LEVEL = 0;
986
+ GCC_PREPROCESSOR_DEFINITIONS = (
987
+ "POD_CONFIGURATION_DEBUG=1",
988
+ "DEBUG=1",
989
+ "$(inherited)",
990
+ );
991
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
992
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
993
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
994
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
995
+ GCC_WARN_UNUSED_FUNCTION = YES;
996
+ GCC_WARN_UNUSED_VARIABLE = YES;
997
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
998
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
999
+ MTL_FAST_MATH = YES;
1000
+ ONLY_ACTIVE_ARCH = YES;
1001
+ PRODUCT_NAME = "$(TARGET_NAME)";
1002
+ STRIP_INSTALLED_PRODUCT = NO;
1003
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1004
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1005
+ SWIFT_VERSION = 5.0;
1006
+ SYMROOT = "${SRCROOT}/../build";
1007
+ };
1008
+ name = Debug;
1009
+ };
1010
+ A48EE08ADA94F2D2E5D36AE3648DBF10 /* Release */ = {
1011
+ isa = XCBuildConfiguration;
1012
+ baseConfigurationReference = 821DBC6F0F9A6F73506F7B1B652A0934 /* OISecurity.release.xcconfig */;
1013
+ buildSettings = {
1014
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1015
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1016
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1017
+ CLANG_ENABLE_OBJC_WEAK = NO;
1018
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1019
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1020
+ SDKROOT = iphoneos;
1021
+ TARGETED_DEVICE_FAMILY = "1,2";
1022
+ VALIDATE_PRODUCT = YES;
1023
+ };
1024
+ name = Release;
1025
+ };
1026
+ A952D48ED84BE6CFB3DA56B70656F6CB /* Debug */ = {
1027
+ isa = XCBuildConfiguration;
1028
+ baseConfigurationReference = 737E2BB248CDB6E7A5F60371F9EBF3E2 /* OINetwork.debug.xcconfig */;
1029
+ buildSettings = {
1030
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1031
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1032
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1033
+ CLANG_ENABLE_OBJC_WEAK = NO;
1034
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1035
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1036
+ SDKROOT = iphoneos;
1037
+ TARGETED_DEVICE_FAMILY = "1,2";
1038
+ };
1039
+ name = Debug;
1040
+ };
1041
+ AD1BE93A954ED7F93E44878FF15DF6E2 /* Debug */ = {
1042
+ isa = XCBuildConfiguration;
1043
+ baseConfigurationReference = B2064973D683C2C20B74F90C6740E173 /* Pods-RnLiveness3d.debug.xcconfig */;
1044
+ buildSettings = {
1045
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1046
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1047
+ CLANG_ENABLE_OBJC_WEAK = NO;
1048
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1049
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1050
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1051
+ CURRENT_PROJECT_VERSION = 1;
1052
+ DEFINES_MODULE = YES;
1053
+ DYLIB_COMPATIBILITY_VERSION = 1;
1054
+ DYLIB_CURRENT_VERSION = 1;
1055
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
1056
+ INFOPLIST_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist";
1057
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1058
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
1059
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1060
+ MACH_O_TYPE = staticlib;
1061
+ MODULEMAP_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap";
1062
+ OTHER_LDFLAGS = "";
1063
+ OTHER_LIBTOOLFLAGS = "";
1064
+ PODS_ROOT = "$(SRCROOT)";
1065
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1066
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1067
+ SDKROOT = iphoneos;
1068
+ SKIP_INSTALL = YES;
1069
+ TARGETED_DEVICE_FAMILY = "1,2";
1070
+ VERSIONING_SYSTEM = "apple-generic";
1071
+ VERSION_INFO_PREFIX = "";
1072
+ };
1073
+ name = Debug;
1074
+ };
1075
+ CE94B53094D084C4D0DB421045A6E1F4 /* Release */ = {
1076
+ isa = XCBuildConfiguration;
1077
+ baseConfigurationReference = 3FDF8E35E120F8708A2261CC81F089F4 /* OICommons.release.xcconfig */;
1078
+ buildSettings = {
1079
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1080
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1081
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1082
+ CLANG_ENABLE_OBJC_WEAK = NO;
1083
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1084
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1085
+ SDKROOT = iphoneos;
1086
+ TARGETED_DEVICE_FAMILY = "1,2";
1087
+ VALIDATE_PRODUCT = YES;
1088
+ };
1089
+ name = Release;
1090
+ };
1091
+ EDB881241F7B89CB3A619D7B563729E0 /* Release */ = {
1092
+ isa = XCBuildConfiguration;
1093
+ baseConfigurationReference = 6369868978601DFBB77D6C8BD3E5CE21 /* OILiveness3D_FT.release.xcconfig */;
1094
+ buildSettings = {
1095
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1096
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1097
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1098
+ CLANG_ENABLE_OBJC_WEAK = NO;
1099
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1100
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1101
+ SDKROOT = iphoneos;
1102
+ TARGETED_DEVICE_FAMILY = "1,2";
1103
+ VALIDATE_PRODUCT = YES;
1104
+ };
1105
+ name = Release;
1106
+ };
1107
+ F2C952F12BFF8D0CD8E3FFED6DB3D7FF /* Release */ = {
1108
+ isa = XCBuildConfiguration;
1109
+ baseConfigurationReference = 5ADFC406FEBB525500EE57886C84F75A /* Pods-RnLiveness3d.release.xcconfig */;
1110
+ buildSettings = {
1111
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
1112
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1113
+ CLANG_ENABLE_OBJC_WEAK = NO;
1114
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1115
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1116
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1117
+ CURRENT_PROJECT_VERSION = 1;
1118
+ DEFINES_MODULE = YES;
1119
+ DYLIB_COMPATIBILITY_VERSION = 1;
1120
+ DYLIB_CURRENT_VERSION = 1;
1121
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
1122
+ INFOPLIST_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist";
1123
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1124
+ IPHONEOS_DEPLOYMENT_TARGET = 12.4;
1125
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1126
+ MACH_O_TYPE = staticlib;
1127
+ MODULEMAP_FILE = "Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap";
1128
+ OTHER_LDFLAGS = "";
1129
+ OTHER_LIBTOOLFLAGS = "";
1130
+ PODS_ROOT = "$(SRCROOT)";
1131
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
1132
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1133
+ SDKROOT = iphoneos;
1134
+ SKIP_INSTALL = YES;
1135
+ TARGETED_DEVICE_FAMILY = "1,2";
1136
+ VALIDATE_PRODUCT = YES;
1137
+ VERSIONING_SYSTEM = "apple-generic";
1138
+ VERSION_INFO_PREFIX = "";
1139
+ };
1140
+ name = Release;
1141
+ };
1142
+ F8C5AEC320453F6EB454A6581FA4F6C3 /* Debug */ = {
1143
+ isa = XCBuildConfiguration;
1144
+ baseConfigurationReference = 83EAC7F1D226EBE6FDB0F73D3D56D80B /* OICommons.debug.xcconfig */;
1145
+ buildSettings = {
1146
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
1147
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1148
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1149
+ CLANG_ENABLE_OBJC_WEAK = NO;
1150
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1151
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1152
+ SDKROOT = iphoneos;
1153
+ TARGETED_DEVICE_FAMILY = "1,2";
1154
+ };
1155
+ name = Debug;
1156
+ };
1157
+ /* End XCBuildConfiguration section */
1158
+
1159
+ /* Begin XCConfigurationList section */
1160
+ 1236B211CBE4D183BD5D85F7C51CFBE7 /* Build configuration list for PBXAggregateTarget "OIComponents" */ = {
1161
+ isa = XCConfigurationList;
1162
+ buildConfigurations = (
1163
+ 26A063C7B183B9C70D4CF425497EE3D0 /* Debug */,
1164
+ 8573882228928ACE940DCE69EEE02367 /* Release */,
1165
+ );
1166
+ defaultConfigurationIsVisible = 0;
1167
+ defaultConfigurationName = Release;
1168
+ };
1169
+ 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
1170
+ isa = XCConfigurationList;
1171
+ buildConfigurations = (
1172
+ 8E6A8FF58D100B7F9B1943F455C00F02 /* Debug */,
1173
+ 6C98B09FF5CCB107837D1A84E8F3A4F1 /* Release */,
1174
+ );
1175
+ defaultConfigurationIsVisible = 0;
1176
+ defaultConfigurationName = Release;
1177
+ };
1178
+ 4C4AE07C80BAE951082800879627A0C9 /* Build configuration list for PBXAggregateTarget "OILiveness3D" */ = {
1179
+ isa = XCConfigurationList;
1180
+ buildConfigurations = (
1181
+ 624282CF08EB142F28FC2AFD85789DF2 /* Debug */,
1182
+ 060932EBF9464C30AEDA04CC419D37A6 /* Release */,
1183
+ );
1184
+ defaultConfigurationIsVisible = 0;
1185
+ defaultConfigurationName = Release;
1186
+ };
1187
+ 5AFADEB457608B1804417AF5CF1D9726 /* Build configuration list for PBXAggregateTarget "OISecurity" */ = {
1188
+ isa = XCConfigurationList;
1189
+ buildConfigurations = (
1190
+ 34AF16800E063C04E54FDD16320A37E6 /* Debug */,
1191
+ A48EE08ADA94F2D2E5D36AE3648DBF10 /* Release */,
1192
+ );
1193
+ defaultConfigurationIsVisible = 0;
1194
+ defaultConfigurationName = Release;
1195
+ };
1196
+ 5EB62A127E264B3AAC27ED67602F865C /* Build configuration list for PBXNativeTarget "Pods-RnLiveness3d" */ = {
1197
+ isa = XCConfigurationList;
1198
+ buildConfigurations = (
1199
+ AD1BE93A954ED7F93E44878FF15DF6E2 /* Debug */,
1200
+ F2C952F12BFF8D0CD8E3FFED6DB3D7FF /* Release */,
1201
+ );
1202
+ defaultConfigurationIsVisible = 0;
1203
+ defaultConfigurationName = Release;
1204
+ };
1205
+ 7AE857F458FB26EBF3E74EB8305AC3C3 /* Build configuration list for PBXAggregateTarget "OILiveness3D_FT" */ = {
1206
+ isa = XCConfigurationList;
1207
+ buildConfigurations = (
1208
+ 4D286ECD34FAE2E20C1BF6E780A7DFB0 /* Debug */,
1209
+ EDB881241F7B89CB3A619D7B563729E0 /* Release */,
1210
+ );
1211
+ defaultConfigurationIsVisible = 0;
1212
+ defaultConfigurationName = Release;
1213
+ };
1214
+ 9DEABDDECBAABBE1D09C130F82F6A004 /* Build configuration list for PBXAggregateTarget "OINetwork" */ = {
1215
+ isa = XCConfigurationList;
1216
+ buildConfigurations = (
1217
+ A952D48ED84BE6CFB3DA56B70656F6CB /* Debug */,
1218
+ 5AC1B48692E24B2963FFD1B2EF6C192C /* Release */,
1219
+ );
1220
+ defaultConfigurationIsVisible = 0;
1221
+ defaultConfigurationName = Release;
1222
+ };
1223
+ AA9DA7DAB4641F57A75D2EF8F498AF5A /* Build configuration list for PBXAggregateTarget "OICommons" */ = {
1224
+ isa = XCConfigurationList;
1225
+ buildConfigurations = (
1226
+ F8C5AEC320453F6EB454A6581FA4F6C3 /* Debug */,
1227
+ CE94B53094D084C4D0DB421045A6E1F4 /* Release */,
1228
+ );
1229
+ defaultConfigurationIsVisible = 0;
1230
+ defaultConfigurationName = Release;
1231
+ };
1232
+ /* End XCConfigurationList section */
1233
+ };
1234
+ rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
1235
+ }