鸿蒙系统,新建空白项目
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 4 měsíci
123456789101112131415161718
  1. # Define project specific obfuscation rules here.
  2. # You can include the obfuscation configuration files in the current module's build-profile.json5.
  3. #
  4. # For more details, see
  5. # https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/arkguard/README.md
  6. # Obfuscation options:
  7. # -disable-obfuscation: disable all obfuscations
  8. # -enable-property-obfuscation: obfuscate the property names
  9. # -enable-toplevel-obfuscation: obfuscate the names in the global scope
  10. # -compact: remove unnecessary blank spaces and all line feeds
  11. # -remove-log: remove all console.* statements
  12. # -print-namecache: print the name cache that contains the mapping from the old names to new names
  13. # -apply-namecache: reuse the given cache file
  14. # Keep options:
  15. # -keep-property-name: specifies property names that you want to keep
  16. # -keep-global-name: specifies names that you want to keep in the global scope