build-profile.json5 801 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "apiType": "stageMode",
  3. "buildOption": {
  4. "arkOptions": {
  5. "runtimeOnly": {
  6. "sources": [
  7. "./src/main/resources/resfile/uni-app-x/apps/__UNI__1050C07/www/import/app-config.ets",
  8. "./src/main/resources/resfile/uni-app-x/apps/__UNI__1050C07/www/import/app-service.ets",
  9. "./src/main/resources/resfile/uni-app-x/apps/__UNI__1050C07/www/import/dynamic.ets"
  10. ]
  11. }
  12. }
  13. },
  14. "buildOptionSet": [
  15. {
  16. "name": "release",
  17. "arkOptions": {
  18. "obfuscation": {
  19. "ruleOptions": {
  20. "enable": false,
  21. "files": [
  22. "./obfuscation-rules.txt"
  23. ]
  24. }
  25. }
  26. }
  27. },
  28. ],
  29. "targets": [
  30. {
  31. "name": "default"
  32. },
  33. {
  34. "name": "ohosTest",
  35. }
  36. ]
  37. }