react-native-dev-guard 0.0.1 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (353) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +190 -44
  3. package/android/src/main/cpp/devguard-lib.cpp +12 -11
  4. package/android/src/main/java/com/devguard/DevGuardModule.kt +15 -0
  5. package/cpp/devguard_core.c +82 -4
  6. package/cpp/devguard_core.h +15 -13
  7. package/ios/DevGuard.mm +20 -6
  8. package/lib/components/LockScreen.d.ts +2 -0
  9. package/lib/components/LockScreen.js +90 -44
  10. package/lib/index.d.ts +4 -1
  11. package/lib/index.js +179 -152
  12. package/lib/internal/obf.d.ts +72 -0
  13. package/lib/internal/obf.js +100 -0
  14. package/lib/services/CacheService.d.ts +5 -1
  15. package/lib/services/CacheService.js +8 -12
  16. package/lib/services/DevGuardLogger.d.ts +1 -1
  17. package/lib/services/DevGuardLogger.js +13 -3
  18. package/lib/services/DeviceTokenService.d.ts +4 -1
  19. package/lib/services/DeviceTokenService.js +5 -2
  20. package/lib/services/GuardEnforcement.d.ts +3 -12
  21. package/lib/services/GuardEnforcement.js +34 -15
  22. package/lib/services/HardwareService.d.ts +14 -1
  23. package/lib/services/HardwareService.js +63 -1
  24. package/lib/services/cacheCrypto.d.ts +6 -0
  25. package/lib/services/cacheCrypto.js +40 -0
  26. package/lib/types/branding.d.ts +21 -0
  27. package/lib/types/branding.js +30 -0
  28. package/lib/utils/contactUrls.d.ts +4 -0
  29. package/lib/utils/contactUrls.js +18 -0
  30. package/package.json +28 -8
  31. package/react-native-dev-guard.podspec +19 -0
  32. package/screenshots/access-suspended.png +0 -0
  33. package/screenshots/payment-reminder.png +0 -0
  34. package/screenshots/welcome-screen.png +0 -0
  35. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2 +0 -0
  36. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 +0 -0
  37. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2 +0 -0
  38. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/reply/cache-v2-ca87e29d866016c47643.json +0 -1287
  39. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/reply/cmakeFiles-v1-afc39e04c88d618b9499.json +0 -182
  40. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-004ad46f03b4d6b2acd6.json +0 -59
  41. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/reply/index-2026-05-15T08-21-19-0083.json +0 -92
  42. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.cmake/api/v1/reply/target-devguard-Debug-8c0ebbb0cdb88d164b64.json +0 -160
  43. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.ninja_deps +0 -0
  44. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/.ninja_log +0 -15
  45. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeCache.txt +0 -391
  46. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeCCompiler.cmake +0 -77
  47. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeCXXCompiler.cmake +0 -89
  48. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_C.bin +0 -0
  49. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_CXX.bin +0 -0
  50. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake +0 -15
  51. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/CMakeOutput.log +0 -236
  52. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/TargetDirectories.txt +0 -3
  53. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/cmake.check_cache +0 -1
  54. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/devguard.dir/devguard-lib.cpp.o +0 -0
  55. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/CMakeFiles/rules.ninja +0 -74
  56. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/additional_project_files.txt +0 -0
  57. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/android_gradle_build.json +0 -40
  58. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/android_gradle_build_mini.json +0 -27
  59. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/build.ninja +0 -154
  60. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/build_file_index.txt +0 -1
  61. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/cmake_install.cmake +0 -54
  62. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/compile_commands.json +0 -12
  63. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/compile_commands.json.bin +0 -0
  64. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/configure_fingerprint.bin +0 -29
  65. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/metadata_generation_command.txt +0 -19
  66. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/prefab_config.json +0 -4
  67. package/android/.cxx/Debug/4s4f1av3/arm64-v8a/symbol_folder_index.txt +0 -1
  68. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2 +0 -0
  69. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 +0 -0
  70. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2 +0 -0
  71. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/reply/cache-v2-02400eb6fc4793fa6bf2.json +0 -1287
  72. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/reply/cmakeFiles-v1-d0fc95efa84cbe47849a.json +0 -379
  73. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/reply/codemodel-v2-a7a363de64e45a261589.json +0 -59
  74. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/reply/index-2026-05-15T08-21-21-0243.json +0 -92
  75. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.cmake/api/v1/reply/target-devguard-Debug-53eeaa7145cf9770f3d7.json +0 -160
  76. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.ninja_deps +0 -0
  77. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/.ninja_log +0 -10
  78. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeCache.txt +0 -391
  79. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeCCompiler.cmake +0 -77
  80. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeCXXCompiler.cmake +0 -89
  81. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_C.bin +0 -0
  82. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_CXX.bin +0 -0
  83. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake +0 -15
  84. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/CMakeOutput.log +0 -240
  85. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/TargetDirectories.txt +0 -3
  86. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/cmake.check_cache +0 -1
  87. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/devguard.dir/devguard-lib.cpp.o +0 -0
  88. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/CMakeFiles/rules.ninja +0 -74
  89. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/additional_project_files.txt +0 -0
  90. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/android_gradle_build.json +0 -40
  91. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/android_gradle_build_mini.json +0 -27
  92. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/build.ninja +0 -154
  93. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/build_file_index.txt +0 -1
  94. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/cmake_install.cmake +0 -54
  95. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/compile_commands.json +0 -12
  96. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/compile_commands.json.bin +0 -0
  97. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/configure_fingerprint.bin +0 -29
  98. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/metadata_generation_command.txt +0 -19
  99. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/prefab_config.json +0 -4
  100. package/android/.cxx/Debug/4s4f1av3/armeabi-v7a/symbol_folder_index.txt +0 -1
  101. package/android/.cxx/Debug/4s4f1av3/hash_key.txt +0 -26
  102. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/query/client-agp/cache-v2 +0 -0
  103. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1 +0 -0
  104. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/query/client-agp/codemodel-v2 +0 -0
  105. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/reply/cache-v2-ec883f5c922c646acf2d.json +0 -1287
  106. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/reply/cmakeFiles-v1-028bf03c3b9bd0e609c0.json +0 -379
  107. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/reply/codemodel-v2-6c0215a4bb6e3b0b5223.json +0 -59
  108. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/reply/index-2026-05-15T08-21-22-0722.json +0 -92
  109. package/android/.cxx/Debug/4s4f1av3/x86/.cmake/api/v1/reply/target-devguard-Debug-2139b18dc63b630666db.json +0 -160
  110. package/android/.cxx/Debug/4s4f1av3/x86/.ninja_deps +0 -0
  111. package/android/.cxx/Debug/4s4f1av3/x86/.ninja_log +0 -10
  112. package/android/.cxx/Debug/4s4f1av3/x86/CMakeCache.txt +0 -391
  113. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/3.18.1-g262b901/CMakeCCompiler.cmake +0 -77
  114. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/3.18.1-g262b901/CMakeCXXCompiler.cmake +0 -89
  115. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_C.bin +0 -0
  116. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_CXX.bin +0 -0
  117. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake +0 -15
  118. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/CMakeOutput.log +0 -230
  119. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/TargetDirectories.txt +0 -3
  120. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/cmake.check_cache +0 -1
  121. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/devguard.dir/devguard-lib.cpp.o +0 -0
  122. package/android/.cxx/Debug/4s4f1av3/x86/CMakeFiles/rules.ninja +0 -74
  123. package/android/.cxx/Debug/4s4f1av3/x86/additional_project_files.txt +0 -0
  124. package/android/.cxx/Debug/4s4f1av3/x86/android_gradle_build.json +0 -40
  125. package/android/.cxx/Debug/4s4f1av3/x86/android_gradle_build_mini.json +0 -27
  126. package/android/.cxx/Debug/4s4f1av3/x86/build.ninja +0 -154
  127. package/android/.cxx/Debug/4s4f1av3/x86/build_file_index.txt +0 -1
  128. package/android/.cxx/Debug/4s4f1av3/x86/cmake_install.cmake +0 -54
  129. package/android/.cxx/Debug/4s4f1av3/x86/compile_commands.json +0 -12
  130. package/android/.cxx/Debug/4s4f1av3/x86/compile_commands.json.bin +0 -0
  131. package/android/.cxx/Debug/4s4f1av3/x86/configure_fingerprint.bin +0 -29
  132. package/android/.cxx/Debug/4s4f1av3/x86/metadata_generation_command.txt +0 -19
  133. package/android/.cxx/Debug/4s4f1av3/x86/prefab_config.json +0 -4
  134. package/android/.cxx/Debug/4s4f1av3/x86/symbol_folder_index.txt +0 -1
  135. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/query/client-agp/cache-v2 +0 -0
  136. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1 +0 -0
  137. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2 +0 -0
  138. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/reply/cache-v2-7ec870c116aeb770686e.json +0 -1287
  139. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/reply/cmakeFiles-v1-f2e6a276d8adf420c6b9.json +0 -379
  140. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/reply/codemodel-v2-a4f2c2fefb1e4261b2d6.json +0 -59
  141. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/reply/index-2026-05-15T08-21-24-0187.json +0 -92
  142. package/android/.cxx/Debug/4s4f1av3/x86_64/.cmake/api/v1/reply/target-devguard-Debug-077cad881ac8d6864f8f.json +0 -160
  143. package/android/.cxx/Debug/4s4f1av3/x86_64/.ninja_deps +0 -0
  144. package/android/.cxx/Debug/4s4f1av3/x86_64/.ninja_log +0 -10
  145. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeCache.txt +0 -391
  146. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/3.18.1-g262b901/CMakeCCompiler.cmake +0 -77
  147. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/3.18.1-g262b901/CMakeCXXCompiler.cmake +0 -89
  148. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_C.bin +0 -0
  149. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/3.18.1-g262b901/CMakeDetermineCompilerABI_CXX.bin +0 -0
  150. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake +0 -15
  151. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/CMakeOutput.log +0 -230
  152. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/TargetDirectories.txt +0 -3
  153. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/cmake.check_cache +0 -1
  154. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/devguard.dir/devguard-lib.cpp.o +0 -0
  155. package/android/.cxx/Debug/4s4f1av3/x86_64/CMakeFiles/rules.ninja +0 -74
  156. package/android/.cxx/Debug/4s4f1av3/x86_64/additional_project_files.txt +0 -0
  157. package/android/.cxx/Debug/4s4f1av3/x86_64/android_gradle_build.json +0 -40
  158. package/android/.cxx/Debug/4s4f1av3/x86_64/android_gradle_build_mini.json +0 -27
  159. package/android/.cxx/Debug/4s4f1av3/x86_64/build.ninja +0 -154
  160. package/android/.cxx/Debug/4s4f1av3/x86_64/build_file_index.txt +0 -1
  161. package/android/.cxx/Debug/4s4f1av3/x86_64/cmake_install.cmake +0 -54
  162. package/android/.cxx/Debug/4s4f1av3/x86_64/compile_commands.json +0 -12
  163. package/android/.cxx/Debug/4s4f1av3/x86_64/compile_commands.json.bin +0 -0
  164. package/android/.cxx/Debug/4s4f1av3/x86_64/configure_fingerprint.bin +0 -29
  165. package/android/.cxx/Debug/4s4f1av3/x86_64/metadata_generation_command.txt +0 -19
  166. package/android/.cxx/Debug/4s4f1av3/x86_64/prefab_config.json +0 -4
  167. package/android/.cxx/Debug/4s4f1av3/x86_64/symbol_folder_index.txt +0 -1
  168. package/android/.cxx/tools/debug/arm64-v8a/compile_commands.json +0 -12
  169. package/android/.cxx/tools/debug/armeabi-v7a/compile_commands.json +0 -12
  170. package/android/.cxx/tools/debug/x86/compile_commands.json +0 -12
  171. package/android/.cxx/tools/debug/x86_64/compile_commands.json +0 -12
  172. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  173. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  174. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  175. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  176. package/android/.gradle/8.9/executionHistory/executionHistory.lock +0 -0
  177. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  178. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  179. package/android/.gradle/8.9/gc.properties +0 -0
  180. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  181. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  182. package/android/.gradle/vcs-1/gc.properties +0 -0
  183. package/android/build/.transforms/07ab8b2284230b9b98454cb3baa5db54/results.bin +0 -1
  184. package/android/build/.transforms/07ab8b2284230b9b98454cb3baa5db54/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/devguard/BuildConfig.dex +0 -0
  185. package/android/build/.transforms/07ab8b2284230b9b98454cb3baa5db54/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/devguard/DevGuardModule.dex +0 -0
  186. package/android/build/.transforms/07ab8b2284230b9b98454cb3baa5db54/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/devguard/DevGuardPackage.dex +0 -0
  187. package/android/build/.transforms/07ab8b2284230b9b98454cb3baa5db54/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  188. package/android/build/.transforms/ae351402e6cba75b162136aa850e1ba2/results.bin +0 -1
  189. package/android/build/.transforms/ae351402e6cba75b162136aa850e1ba2/transformed/classes/classes_dex/classes.dex +0 -0
  190. package/android/build/generated/source/buildConfig/debug/com/devguard/BuildConfig.java +0 -10
  191. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +0 -9
  192. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +0 -18
  193. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +0 -6
  194. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  195. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  196. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  197. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  198. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/build_command_devguard +0 -4
  199. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/build_model.json +0 -187
  200. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/build_stderr_devguard.txt +0 -0
  201. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/build_stdout_devguard.txt +0 -2
  202. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/generate_cxx_metadata_111_timing.txt +0 -3
  203. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/generate_cxx_metadata_1463_timing.txt +0 -3
  204. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/generate_cxx_metadata_324_timing.txt +0 -2
  205. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/generate_cxx_metadata_475_timing.txt +0 -3
  206. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/generate_cxx_metadata_622_timing.txt +0 -2
  207. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/arm64-v8a/metadata_generation_record.json +0 -41
  208. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/build_command_devguard +0 -4
  209. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/build_model.json +0 -187
  210. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/build_stderr_devguard.txt +0 -0
  211. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/build_stdout_devguard.txt +0 -2
  212. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/generate_cxx_metadata_111_timing.txt +0 -3
  213. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/generate_cxx_metadata_1459_timing.txt +0 -3
  214. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/generate_cxx_metadata_324_timing.txt +0 -2
  215. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/generate_cxx_metadata_475_timing.txt +0 -2
  216. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/generate_cxx_metadata_622_timing.txt +0 -3
  217. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/armeabi-v7a/metadata_generation_record.json +0 -41
  218. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/build_command_devguard +0 -4
  219. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/build_model.json +0 -187
  220. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/build_stderr_devguard.txt +0 -0
  221. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/build_stdout_devguard.txt +0 -2
  222. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/generate_cxx_metadata_111_timing.txt +0 -2
  223. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/generate_cxx_metadata_1459_timing.txt +0 -2
  224. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/generate_cxx_metadata_324_timing.txt +0 -2
  225. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/generate_cxx_metadata_475_timing.txt +0 -2
  226. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/generate_cxx_metadata_622_timing.txt +0 -2
  227. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86/metadata_generation_record.json +0 -41
  228. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/build_command_devguard +0 -4
  229. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/build_model.json +0 -187
  230. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/build_stderr_devguard.txt +0 -0
  231. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/build_stdout_devguard.txt +0 -2
  232. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/generate_cxx_metadata_111_timing.txt +0 -2
  233. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/generate_cxx_metadata_1459_timing.txt +0 -3
  234. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/generate_cxx_metadata_324_timing.txt +0 -2
  235. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/generate_cxx_metadata_475_timing.txt +0 -2
  236. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/generate_cxx_metadata_622_timing.txt +0 -2
  237. package/android/build/intermediates/cxx/Debug/4s4f1av3/logs/x86_64/metadata_generation_record.json +0 -41
  238. package/android/build/intermediates/cxx/Debug/4s4f1av3/obj/arm64-v8a/libdevguard.so +0 -0
  239. package/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so +0 -0
  240. package/android/build/intermediates/cxx/Debug/4s4f1av3/obj/x86/libdevguard.so +0 -0
  241. package/android/build/intermediates/cxx/Debug/4s4f1av3/obj/x86_64/libdevguard.so +0 -0
  242. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
  243. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  244. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  245. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  246. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
  247. package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/react-native-dev-guard_debug.kotlin_module +0 -0
  248. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/devguard/BuildConfig.class +0 -0
  249. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/arm64-v8a/libdevguard.so +0 -0
  250. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/armeabi-v7a/libdevguard.so +0 -0
  251. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86/libdevguard.so +0 -0
  252. package/android/build/intermediates/library_jni/debug/copyDebugJniLibsProjectOnly/jni/x86_64/libdevguard.so +0 -0
  253. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -2
  254. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +0 -11
  255. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +0 -9
  256. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libdevguard.so +0 -0
  257. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libdevguard.so +0 -0
  258. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libdevguard.so +0 -0
  259. package/android/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libdevguard.so +0 -0
  260. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  261. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  262. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/react-native-dev-guard_debug.kotlin_module +0 -0
  263. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/devguard/BuildConfig.class +0 -0
  264. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/devguard/DevGuardModule.class +0 -0
  265. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/devguard/DevGuardPackage.class +0 -0
  266. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  267. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -1
  268. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  269. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  270. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  271. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  272. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  273. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  274. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  275. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  276. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  277. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  278. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  279. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  280. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  281. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  282. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  283. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  284. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  285. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  286. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  287. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  288. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  289. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  290. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  291. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  292. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  293. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  294. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  295. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  296. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  297. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  298. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  299. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  300. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  301. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  302. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  303. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  304. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  305. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  306. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  307. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  308. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  309. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  310. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  311. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  312. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  313. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  314. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  315. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  316. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  317. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  318. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  319. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  320. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  321. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  322. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  323. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  324. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
  325. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  326. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  327. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  328. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  329. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  330. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  331. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  332. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  333. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  334. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  335. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  336. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  337. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  338. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  339. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  340. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  341. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  342. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  343. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  344. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  345. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  346. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  347. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  348. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  349. package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -21
  350. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  351. package/android/build/tmp/kotlin-classes/debug/META-INF/react-native-dev-guard_debug.kotlin_module +0 -0
  352. package/android/build/tmp/kotlin-classes/debug/com/devguard/DevGuardModule.class +0 -0
  353. package/android/build/tmp/kotlin-classes/debug/com/devguard/DevGuardPackage.class +0 -0
@@ -1,154 +0,0 @@
1
- # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Ninja" Generator, CMake Version 3.18
3
-
4
- # This file contains all the build statements describing the
5
- # compilation DAG.
6
-
7
- # =============================================================================
8
- # Write statements declared in CMakeLists.txt:
9
- #
10
- # Which is the root file.
11
- # =============================================================================
12
-
13
- # =============================================================================
14
- # Project: devguard
15
- # Configurations: Debug
16
- # =============================================================================
17
-
18
- #############################################
19
- # Minimal version of Ninja required by this file
20
-
21
- ninja_required_version = 1.5
22
-
23
-
24
- #############################################
25
- # Set configuration variable for custom commands.
26
-
27
- CONFIGURATION = Debug
28
- # =============================================================================
29
- # Include auxiliary files.
30
-
31
-
32
- #############################################
33
- # Include rules file.
34
-
35
- include CMakeFiles/rules.ninja
36
-
37
-
38
- #############################################
39
- # Utility command for rebuild_cache
40
-
41
- build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
42
- COMMAND = cd /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a && /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/bin/cmake --regenerate-during-build -S/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp -B/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a
43
- DESC = Running CMake to regenerate build system...
44
- pool = console
45
- restat = 1
46
-
47
- build rebuild_cache: phony CMakeFiles/rebuild_cache.util
48
-
49
-
50
- #############################################
51
- # Utility command for edit_cache
52
-
53
- build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
54
- COMMAND = cd /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a && /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
55
- DESC = No interactive CMake dialog available...
56
- restat = 1
57
-
58
- build edit_cache: phony CMakeFiles/edit_cache.util
59
-
60
- # =============================================================================
61
- # Object build statements for SHARED_LIBRARY target devguard
62
-
63
-
64
- #############################################
65
- # Order-only phony target for devguard
66
-
67
- build cmake_object_order_depends_target_devguard: phony || CMakeFiles/devguard.dir
68
-
69
- build CMakeFiles/devguard.dir/devguard-lib.cpp.o: CXX_COMPILER__devguard_Debug /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/devguard-lib.cpp || cmake_object_order_depends_target_devguard
70
- DEFINES = -Ddevguard_EXPORTS
71
- DEP_FILE = CMakeFiles/devguard.dir/devguard-lib.cpp.o.d
72
- FLAGS = -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -std=c++14 -fno-limit-debug-info -fPIC
73
- INCLUDES = -I/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/../../../../cpp
74
- OBJECT_DIR = CMakeFiles/devguard.dir
75
- OBJECT_FILE_DIR = CMakeFiles/devguard.dir
76
-
77
- build CMakeFiles/devguard.dir/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c.o: C_COMPILER__devguard_Debug /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c || cmake_object_order_depends_target_devguard
78
- DEFINES = -Ddevguard_EXPORTS
79
- DEP_FILE = CMakeFiles/devguard.dir/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c.o.d
80
- FLAGS = -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -fno-limit-debug-info -fPIC
81
- INCLUDES = -I/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/../../../../cpp
82
- OBJECT_DIR = CMakeFiles/devguard.dir
83
- OBJECT_FILE_DIR = CMakeFiles/devguard.dir/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp
84
-
85
-
86
- # =============================================================================
87
- # Link build statements for SHARED_LIBRARY target devguard
88
-
89
-
90
- #############################################
91
- # Link the shared library /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so
92
-
93
- build /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so: CXX_SHARED_LIBRARY_LINKER__devguard_Debug CMakeFiles/devguard.dir/devguard-lib.cpp.o CMakeFiles/devguard.dir/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c.o | /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/liblog.so
94
- LANGUAGE_COMPILE_FLAGS = -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -std=c++14 -fno-limit-debug-info
95
- LINK_FLAGS = -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments
96
- LINK_LIBRARIES = -llog -latomic -lm
97
- OBJECT_DIR = CMakeFiles/devguard.dir
98
- POST_BUILD = :
99
- PRE_LINK = :
100
- SONAME = libdevguard.so
101
- SONAME_FLAG = -Wl,-soname,
102
- TARGET_FILE = /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so
103
- TARGET_PDB = devguard.so.dbg
104
-
105
- # =============================================================================
106
- # Target aliases.
107
-
108
- build devguard: phony /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so
109
-
110
- build libdevguard.so: phony /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so
111
-
112
- # =============================================================================
113
- # Folder targets.
114
-
115
- # =============================================================================
116
-
117
- #############################################
118
- # Folder: /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a
119
-
120
- build all: phony /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a/libdevguard.so
121
-
122
- # =============================================================================
123
- # Built-in targets
124
-
125
-
126
- #############################################
127
- # Re-run CMake if any of its inputs changed.
128
-
129
- build build.ninja: RERUN_CMAKE | /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCCompilerABI.c /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCXXInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeGenericSystem.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeSystem.cmake.in /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang-C.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang-CXX.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang-FindBinUtils.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/GNU.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Clang-C.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Clang-CXX.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Clang.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Determine-C.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Determine-CXX.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Determine.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Initialize.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android/Determine-Compiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Linux.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/UnixPaths.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/android-legacy.toolchain.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/compiler_id.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/platforms.cmake /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/CMakeLists.txt CMakeCache.txt CMakeFiles/3.18.1-g262b901/CMakeCCompiler.cmake CMakeFiles/3.18.1-g262b901/CMakeCXXCompiler.cmake CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake
130
- pool = console
131
-
132
-
133
- #############################################
134
- # A missing CMake input file is not an error.
135
-
136
- build /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCCompiler.cmake.in /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCCompilerABI.c /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCXXCompiler.cmake.in /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCXXInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeCommonLanguageInclude.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCXXCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCompileFeatures.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineCompilerABI.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeFindBinUtils.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeGenericSystem.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeInitializeConfigs.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeLanguageInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeParseImplicitIncludeInfo.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeParseImplicitLinkInfo.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeSystem.cmake.in /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeSystemSpecificInformation.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeSystemSpecificInitialize.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeTestCompilerCommon.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/CMakeCommonCompilerMacros.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang-C.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang-CXX.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang-FindBinUtils.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/Clang.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Compiler/GNU.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Internal/CMakeCheckCompilerFlag.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Internal/FeatureTesting.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Clang-C.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Clang-CXX.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Clang.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Determine-C.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Determine-CXX.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Determine.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android-Initialize.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Android/Determine-Compiler.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/Linux.cmake /Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/share/cmake-3.18/Modules/Platform/UnixPaths.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/android-legacy.toolchain.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/compiler_id.cmake /Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/platforms.cmake /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/CMakeLists.txt CMakeCache.txt CMakeFiles/3.18.1-g262b901/CMakeCCompiler.cmake CMakeFiles/3.18.1-g262b901/CMakeCXXCompiler.cmake CMakeFiles/3.18.1-g262b901/CMakeSystem.cmake: phony
137
-
138
-
139
- #############################################
140
- # Clean all the built files.
141
-
142
- build clean: CLEAN
143
-
144
-
145
- #############################################
146
- # Print all primary targets available.
147
-
148
- build help: HELP
149
-
150
-
151
- #############################################
152
- # Make the all target the default.
153
-
154
- default all
@@ -1 +0,0 @@
1
- /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/CMakeLists.txt
@@ -1,54 +0,0 @@
1
- # Install script for directory: /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp
2
-
3
- # Set the install prefix
4
- if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/usr/local")
6
- endif()
7
- string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
-
9
- # Set the install configuration name.
10
- if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11
- if(BUILD_TYPE)
12
- string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14
- else()
15
- set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16
- endif()
17
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
- endif()
19
-
20
- # Set the component getting installed.
21
- if(NOT CMAKE_INSTALL_COMPONENT)
22
- if(COMPONENT)
23
- message(STATUS "Install component: \"${COMPONENT}\"")
24
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25
- else()
26
- set(CMAKE_INSTALL_COMPONENT)
27
- endif()
28
- endif()
29
-
30
- # Install shared libraries without execute permission?
31
- if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32
- set(CMAKE_INSTALL_SO_NO_EXE "0")
33
- endif()
34
-
35
- # Is this installation the result of a crosscompile?
36
- if(NOT DEFINED CMAKE_CROSSCOMPILING)
37
- set(CMAKE_CROSSCOMPILING "TRUE")
38
- endif()
39
-
40
- # Set default install directory permissions.
41
- if(NOT DEFINED CMAKE_OBJDUMP)
42
- set(CMAKE_OBJDUMP "/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-objdump")
43
- endif()
44
-
45
- if(CMAKE_INSTALL_COMPONENT)
46
- set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
47
- else()
48
- set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
49
- endif()
50
-
51
- string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
52
- "${CMAKE_INSTALL_MANIFEST_FILES}")
53
- file(WRITE "/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/${CMAKE_INSTALL_MANIFEST}"
54
- "${CMAKE_INSTALL_MANIFEST_CONTENT}")
@@ -1,12 +0,0 @@
1
- [
2
- {
3
- "directory": "/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a",
4
- "command": "/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=armv7-none-linux-androideabi21 --sysroot=/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Ddevguard_EXPORTS -I/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/../../../../cpp -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -std=c++14 -fno-limit-debug-info -fPIC -o CMakeFiles/devguard.dir/devguard-lib.cpp.o -c /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/devguard-lib.cpp",
5
- "file": "/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/devguard-lib.cpp"
6
- },
7
- {
8
- "directory": "/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a",
9
- "command": "/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=armv7-none-linux-androideabi21 --sysroot=/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Ddevguard_EXPORTS -I/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/../../../../cpp -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -o CMakeFiles/devguard.dir/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c.o -c /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c",
10
- "file": "/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/cpp/devguard_core.c"
11
- }
12
- ]
@@ -1,29 +0,0 @@
1
- C/C++ Structured Log�
2
- �
3
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/additional_project_files.txtC
4
- A
5
- ?com.android.build.gradle.internal.cxx.io.EncodedFileFingerPrint  ����3  ����3�
6
- �
7
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/android_gradle_build.json  ����3� ����3�
8
- �
9
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/android_gradle_build_mini.json  ����3� ����3�
10
- �
11
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/build.ninja  ����3�� ֡���3�
12
- �
13
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/build.ninja.txt  ����3�
14
- �
15
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/build_file_index.txt  ����3� ����3�
16
- �
17
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/compile_commands.json  ����3� ա���3�
18
- �
19
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/compile_commands.json.bin  ����3 �
20
  ա���3�
21
- �
22
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/metadata_generation_command.txt  ����3
23
- �
24
- ����3�
25
- �
26
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/prefab_config.json  ����3
27
- �
28
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a/symbol_folder_index.txt  ����3 � ����3�
29
- �
30
- �/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp/CMakeLists.txt  ����3
@@ -1,19 +0,0 @@
1
- -H/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp
2
- -DCMAKE_SYSTEM_NAME=Android
3
- -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4
- -DCMAKE_SYSTEM_VERSION=21
5
- -DANDROID_PLATFORM=android-21
6
- -DANDROID_ABI=armeabi-v7a
7
- -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a
8
- -DANDROID_NDK=/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264
9
- -DCMAKE_ANDROID_NDK=/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264
10
- -DCMAKE_TOOLCHAIN_FILE=/Users/abdulrehman/Library/Android/sdk/ndk/26.3.11579264/build/cmake/android.toolchain.cmake
11
- -DCMAKE_MAKE_PROGRAM=/Users/abdulrehman/Library/Android/sdk/cmake/3.18.1/bin/ninja
12
- -DCMAKE_CXX_FLAGS=-std=c++14
13
- -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a
14
- -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a
15
- -DCMAKE_BUILD_TYPE=Debug
16
- -B/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/4s4f1av3/armeabi-v7a
17
- -GNinja
18
- Build command args: []
19
- Version: 2
@@ -1,4 +0,0 @@
1
- {
2
- "enabled": false,
3
- "packages": []
4
- }
@@ -1 +0,0 @@
1
- /Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/4s4f1av3/obj/armeabi-v7a
@@ -1,26 +0,0 @@
1
- # Values used to calculate the hash in this folder name.
2
- # Should not depend on the absolute path of the project itself.
3
- # - AGP: 8.6.0.
4
- # - $NDK is the path to NDK 26.3.11579264.
5
- # - $PROJECT is the path to the parent folder of the root Gradle build file.
6
- # - $ABI is the ABI to be built with. The specific value doesn't contribute to the value of the hash.
7
- # - $HASH is the hash value computed from this text.
8
- # - $CMAKE is the path to CMake 3.18.1.
9
- # - $NINJA is the path to Ninja.
10
- -H/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/src/main/cpp
11
- -DCMAKE_SYSTEM_NAME=Android
12
- -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
13
- -DCMAKE_SYSTEM_VERSION=21
14
- -DANDROID_PLATFORM=android-21
15
- -DANDROID_ABI=$ABI
16
- -DCMAKE_ANDROID_ARCH_ABI=$ABI
17
- -DANDROID_NDK=$NDK
18
- -DCMAKE_ANDROID_NDK=$NDK
19
- -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake
20
- -DCMAKE_MAKE_PROGRAM=$NINJA
21
- -DCMAKE_CXX_FLAGS=-std=c++14
22
- -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/$HASH/obj/$ABI
23
- -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/build/intermediates/cxx/Debug/$HASH/obj/$ABI
24
- -DCMAKE_BUILD_TYPE=Debug
25
- -B/Volumes/Projects/packages/dev_guards/react-native-dev-guard/example/node_modules/react-native-dev-guard/android/.cxx/Debug/$HASH/$ABI
26
- -GNinja