Showing
1 changed file
with
22 additions
and
2 deletions
| @@ -20,14 +20,27 @@ | @@ -20,14 +20,27 @@ | ||
| 20 | "name": "default", | 20 | "name": "default", |
| 21 | "type": "HarmonyOS", | 21 | "type": "HarmonyOS", |
| 22 | "material": { | 22 | "material": { |
| 23 | - "storePassword": "0000001EF28F8A628911F4F52B75E452C814EE4370854DD8DFCE186496B6AD88F8DE5AD3E10F24C1079F2EDD1FFF", | ||
| 24 | "certpath": "./singing_config/manual_com.peopledailychina.hosactivity_sign/鸿蒙中文版客户端证书.cer", | 23 | "certpath": "./singing_config/manual_com.peopledailychina.hosactivity_sign/鸿蒙中文版客户端证书.cer", |
| 24 | + "storePassword": "0000001E857CAD6D7E7172B6C87426344CEF8CC3281AB0461B4FA467DA64A1E11BD35929D150343E5D8E1EEE2740", | ||
| 25 | "keyAlias": "peopledailyhosalias", | 25 | "keyAlias": "peopledailyhosalias", |
| 26 | - "keyPassword": "0000001E2E8A50EFF2E6D2023242B432388B2748F8299D8BB319C0B06CFF7DCEA7482C5E3CDF1398CCE095BDC68B", | 26 | + "keyPassword": "0000001E383EA87F51D8B158D5D1FC9ACC10179A0C93E81FD01B2E24D5B449EF1E50789BCEBC4FA09E3E5445C12A", |
| 27 | "profile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/peopledaiychina-hos-profile-debugDebug.p7b", | 27 | "profile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/peopledaiychina-hos-profile-debugDebug.p7b", |
| 28 | "signAlg": "SHA256withECDSA", | 28 | "signAlg": "SHA256withECDSA", |
| 29 | "storeFile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/keystorefile.p12" | 29 | "storeFile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/keystorefile.p12" |
| 30 | } | 30 | } |
| 31 | + }, | ||
| 32 | + { | ||
| 33 | + "name": "release", | ||
| 34 | + "type": "HarmonyOS", | ||
| 35 | + "material": { | ||
| 36 | + "storePassword": "0000001E423C7B1ED6AA1EC296F8E9D84C03F7D2E2BD770655E9EABA798E457E15B4D993CCA36416B0200E92DED7", | ||
| 37 | + "certpath": "./singing_config/manual_com.peopledailychina.hosactivity_sign/鸿蒙中文版客户端证书正式.cer", | ||
| 38 | + "keyAlias": "peopledailyhosalias", | ||
| 39 | + "keyPassword": "0000001E9C2E794B52FC032F4C6ED037D72ADAAC76F3F0F001342A7D79ABE3A45E01FA86911A0510DB2B532847E2", | ||
| 40 | + "profile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/peopledailychina-hos-profile-releaseRelease.p7b", | ||
| 41 | + "signAlg": "SHA256withECDSA", | ||
| 42 | + "storeFile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/keystorefile.p12" | ||
| 43 | + } | ||
| 31 | } | 44 | } |
| 32 | ], | 45 | ], |
| 33 | "products": [ | 46 | "products": [ |
| @@ -37,6 +50,13 @@ | @@ -37,6 +50,13 @@ | ||
| 37 | "compileSdkVersion": "5.0.0(12)", | 50 | "compileSdkVersion": "5.0.0(12)", |
| 38 | "compatibleSdkVersion": "5.0.0(12)", | 51 | "compatibleSdkVersion": "5.0.0(12)", |
| 39 | "runtimeOS": "HarmonyOS", | 52 | "runtimeOS": "HarmonyOS", |
| 53 | + }, | ||
| 54 | + { | ||
| 55 | + "name": "productRELEASE", | ||
| 56 | + "signingConfig": "release", | ||
| 57 | + "compileSdkVersion": "5.0.0(12)", | ||
| 58 | + "compatibleSdkVersion": "5.0.0(12)", | ||
| 59 | + "runtimeOS": "HarmonyOS", | ||
| 40 | } | 60 | } |
| 41 | ], | 61 | ], |
| 42 | "buildModeSet": [ | 62 | "buildModeSet": [ |
-
Please register or login to post a comment