加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build-profile.json5 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
yangshangxiao 提交于 2022-10-18 20:20 . 优化代码
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\admin\\.ohos\\config\\auto_debug_com.yg.testets_80086000143126997.cer",
"storePassword": "0000001AEE14536F95172AF6F81CA6FBAB9F027E2F7FB80145A9F4824680E82150C404117661473B1337",
"keyAlias": "debugKey",
"keyPassword": "0000001A346938F2181979ABF7EC1D29695878C93300740D8DF6DCF09B1FA9FB3A882454DE0B4F13450C",
"profile": "C:\\Users\\admin\\.ohos\\config\\auto_debug_com.yg.testets_80086000143126997.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\admin\\.ohos\\config\\auto_debug_com.yg.testets_80086000143126997.p12"
}
}
],
"compileSdkVersion": 8,
"compatibleSdkVersion": 8,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化