This repository has been archived on 2023-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
harmony4-template/build-profile.json5

36 lines
605 B
Plaintext
Raw Normal View History

2023-09-24 23:19:23 +08:00
{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.0.0(10)",
"compatibleSdkVersion": "4.0.0(10)",
"runtimeOS": "HarmonyOS",
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}