-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-profile.json5
55 lines (55 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/songzh/.ohos/config/default_KNTest_7gWuFKcLLmWvqSpegNEMicSyY2UXE6gWkn5S4i1jHsI=.cer",
"storePassword": "0000001B38DED7440668C70C44D80AAD47341A10D407A11F65CDB8F712C032F179DC1076248C6EA809696B",
"keyAlias": "debugKey",
"keyPassword": "0000001B888393A898B7078CD9F243249542C4E72907A8C0F4549BB48AB51609A41EDF02B72AF624FD7DD7",
"profile": "/Users/songzh/.ohos/config/default_KNTest_7gWuFKcLLmWvqSpegNEMicSyY2UXE6gWkn5S4i1jHsI=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/songzh/.ohos/config/default_KNTest_7gWuFKcLLmWvqSpegNEMicSyY2UXE6gWkn5S4i1jHsI=.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}