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