| 123456789101112131415161718192021222324 |
- {
- "apiType": "stageMode",
- "buildOption": {
- },
- "buildOptionSet": [
- {
- "name": "release",
- "arkOptions": {
- "obfuscation": {
- "ruleOptions": {
- "enable": true,
- "files": ["obfuscation-rules.txt"]
- }
- }
- }
- }
- ],
- "targets": [
- {
- "name": "default",
- "runtimeOS": "HarmonyOS"
- }
- ]
- }
|