HarmonyOS build-profile.json5 中如何配置相对路径签名信息

build-profile.json5 中如何配置相对路径签名信息,避免提交到git之后多人研发冲突,如certpath、profile、storeFile

material": {
  "storePassword": "ssssssssss",
  "certpath": "/Users/wuyulong/Documents/harmonyOS/gt/gtMobile/gtwork.cer",
  "keyAlias": "Gtwork",
  "keyPassword": "000sssssss",
  "profile": "/Users/wuyulong/Documents/harmonyOS/gt/gtMobile/gtdebugDebug.p7b",
  "signAlg": "SHA256withECDSA",
  "storeFile": "/Users/wuyulong/Documents/harmonyOS/gt/gtMobile/gtwork1.p12"
}
HarmonyOS
5天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
put_get

请参考:

  1. 你们目前应该是用的IDE签名,IDE签名本来就是绑定单一的设备ID的。

  2. 可以在AGC上架平台上,升级调试证书,然后把所有设备的设备ID都绑定在调试证书中,之后就不需要每个IDE单独用IDE签名,直接使用AGC上架平台的调试证书。只要不是新增设备,这个调试证书可以一直使用。

  3. 团队可以统一使用同一份签名文件的拷贝,具体操作方法可参考下方链接进行手动配置签名。 《手动配置签名》:

https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/ide-signing-0000001587684945-V5

在证书配置修改之后,需要点击IDE提示的“Sync Now”,build-profile.json5中的内容才会同步修改。

分享
微博
QQ
微信
回复
5天前
相关问题
HarmonyOS import相对路径有无替代方案
78浏览 • 1回复 待解决