2026-04-21 22:07:29 +08:00
|
|
|
{
|
|
|
|
|
"app": {
|
|
|
|
|
"signingConfigs": [],
|
|
|
|
|
"products": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"signingConfig": "default",
|
|
|
|
|
"compatibleSdkVersion": "5.0.0(12)",
|
|
|
|
|
"runtimeOS": "HarmonyOS",
|
|
|
|
|
"buildOption": {
|
|
|
|
|
"strictMode": {
|
|
|
|
|
"caseSensitiveCheck": true,
|
|
|
|
|
"useNormalizedOHMUrl": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildModeSet": [
|
|
|
|
|
{ "name": "debug" },
|
|
|
|
|
{ "name": "release" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"modules": [
|
|
|
|
|
{
|
2026-04-28 20:11:37 +08:00
|
|
|
"name": "xuqmSdk",
|
2026-04-21 22:07:29 +08:00
|
|
|
"srcPath": "./xuqm-sdk",
|
|
|
|
|
"targets": [
|
|
|
|
|
{ "name": "default", "applyToProducts": ["default"] }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "entry",
|
|
|
|
|
"srcPath": "./entry",
|
|
|
|
|
"targets": [
|
|
|
|
|
{ "name": "default", "applyToProducts": ["default"] }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|