-
Notifications
You must be signed in to change notification settings - Fork 3
/
build-profile.json5
41 lines (41 loc) · 1.18 KB
/
build-profile.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/yangyichen/.ohos/config/auto_debug_WanHarmony_com.chenyy.wanharmony_900086000150163199.cer",
"storePassword": "0000001B68502245DAD99F8734E848EDFF17F936B27A5013D0F75394DA9F0C2E65E1732CF8105CDF1C396B",
"keyAlias": "debugKey",
"keyPassword": "0000001B1917F65A5E79D1BFA3BF19C5BF38C2CF48267E7E98A36A5C26C9185F221619D8BB5E8192A2E060",
"profile": "/Users/yangyichen/.ohos/config/auto_debug_WanHarmony_com.chenyy.wanharmony_900086000150163199.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/yangyichen/.ohos/config/auto_debug_WanHarmony_com.chenyy.wanharmony_900086000150163199.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}