Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xugenyuan
2024-05-31 18:29:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f057b79e2e3a070ce2b0ebad5ca3769e91985e81
f057b79e
1 parent
cccd7d51
ref |> 增加工程配置 productRelease + 发布证书 + 发布profile
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
sight_harmony/build-profile.json5
sight_harmony/build-profile.json5
View file @
f057b79
...
...
@@ -20,14 +20,27 @@
"name"
:
"default"
,
"type"
:
"HarmonyOS"
,
"material"
:
{
"storePassword"
:
"0000001EF28F8A628911F4F52B75E452C814EE4370854DD8DFCE186496B6AD88F8DE5AD3E10F24C1079F2EDD1FFF"
,
"certpath"
:
"./singing_config/manual_com.peopledailychina.hosactivity_sign/鸿蒙中文版客户端证书.cer"
,
"storePassword"
:
"0000001E857CAD6D7E7172B6C87426344CEF8CC3281AB0461B4FA467DA64A1E11BD35929D150343E5D8E1EEE2740"
,
"keyAlias"
:
"peopledailyhosalias"
,
"keyPassword"
:
"0000001E
2E8A50EFF2E6D2023242B432388B2748F8299D8BB319C0B06CFF7DCEA7482C5E3CDF1398CCE095BDC68B
"
,
"keyPassword"
:
"0000001E
383EA87F51D8B158D5D1FC9ACC10179A0C93E81FD01B2E24D5B449EF1E50789BCEBC4FA09E3E5445C12A
"
,
"profile"
:
"./singing_config/manual_com.peopledailychina.hosactivity_sign/peopledaiychina-hos-profile-debugDebug.p7b"
,
"signAlg"
:
"SHA256withECDSA"
,
"storeFile"
:
"./singing_config/manual_com.peopledailychina.hosactivity_sign/keystorefile.p12"
}
},
{
"name"
:
"release"
,
"type"
:
"HarmonyOS"
,
"material"
:
{
"storePassword"
:
"0000001E423C7B1ED6AA1EC296F8E9D84C03F7D2E2BD770655E9EABA798E457E15B4D993CCA36416B0200E92DED7"
,
"certpath"
:
"./singing_config/manual_com.peopledailychina.hosactivity_sign/鸿蒙中文版客户端证书正式.cer"
,
"keyAlias"
:
"peopledailyhosalias"
,
"keyPassword"
:
"0000001E9C2E794B52FC032F4C6ED037D72ADAAC76F3F0F001342A7D79ABE3A45E01FA86911A0510DB2B532847E2"
,
"profile"
:
"./singing_config/manual_com.peopledailychina.hosactivity_sign/peopledailychina-hos-profile-releaseRelease.p7b"
,
"signAlg"
:
"SHA256withECDSA"
,
"storeFile"
:
"./singing_config/manual_com.peopledailychina.hosactivity_sign/keystorefile.p12"
}
}
],
"products"
:
[
...
...
@@ -37,6 +50,13 @@
"compileSdkVersion"
:
"5.0.0(12)"
,
"compatibleSdkVersion"
:
"5.0.0(12)"
,
"runtimeOS"
:
"HarmonyOS"
,
}
,
{
"name"
:
"productRELEASE"
,
"signingConfig"
:
"release"
,
"compileSdkVersion"
:
"5.0.0(12)"
,
"compatibleSdkVersion"
:
"5.0.0(12)"
,
"runtimeOS"
:
"HarmonyOS"
,
}
],
"buildModeSet"
:
[
...
...
Please
register
or
login
to post a comment