TextDemo/entry/build-profile.json5
zhangyazhou 17e0ac04a2 init
2024-08-29 17:08:54 +08:00

28 lines
422 B
Plaintext

{
"apiType": "stageMode",
"buildOption": {
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,
"files": [
"./obfuscation-rules.txt"
]
}
}
}
},
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}