-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbuild-profile.json5
More file actions
55 lines (55 loc) · 1.66 KB
/
build-profile.json5
File metadata and controls
55 lines (55 loc) · 1.66 KB
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",
"material": {
"storePassword": "00000020E24674B575780F5A65C1EC3CA2E63E414F14F10E2FCC57FD71B87BC5BF0967A5A42CC4FB36D7C18A5E3FC8A4",
"certpath": "/storage/Users/currentUser/appdata/el2/base/com.huawei.devecostudio/files/ohos/config/default_Linys_Browser_NEXTbB9HHa2l9a7uwUisdhFeuUgTANPNztPQYwPb1E4mzHg.cer",
"keyAlias": "debugKey",
"keyPassword": "00000020E24674B575780F5A65C1EC3CA2E63E414F14F10E2FCC57FD71B87BC5BF0967A5A42CC4FB36D7C18A5E3FC8A4",
"profile": "/storage/Users/currentUser/appdata/el2/base/com.huawei.devecostudio/files/ohos/config/default_Linys_Browser_NEXTbB9HHa2l9a7uwUisdhFeuUgTANPNztPQYwPb1E4mzHg.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/storage/Users/currentUser/appdata/el2/base/com.huawei.devecostudio/files/ohos/config/default_Linys_Browser_NEXTbB9HHa2l9a7uwUisdhFeuUgTANPNztPQYwPb1E4mzHg.p12"
},
"type": "HarmonyOS"
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "6.0.0(20)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true
}
},
"targetSdkVersion": "6.0.1(21)"
}
],
"buildModeSet": [
{
"name": "debug"
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "home",
"srcPath": "./home",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}