加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
鼓捣JIA 提交于 2023-12-10 16:01 . readme
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/jiazeyu/.ohos/config/auto_debug_arkui-demo-app_com.gudaoessay.arkuicomponentdemo_30086000576523321.cer",
"storePassword": "0000001B93D8B9D37AC189665E5E24953A4316C049934C4FC65C42BDB713191E674ECFF03E924639BF62A6",
"keyAlias": "debugKey",
"keyPassword": "0000001B899C5D6FA9DEB42699A72C9ED292B4E8A11EC7AB1EBBD1E03976574B3ACD7987DC8732408EB315",
"profile": "/Users/jiazeyu/.ohos/config/auto_debug_arkui-demo-app_com.gudaoessay.arkuicomponentdemo_30086000576523321.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/jiazeyu/.ohos/config/auto_debug_arkui-demo-app_com.gudaoessay.arkuicomponentdemo_30086000576523321.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化