-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbuild-profile.json5
More file actions
59 lines (59 loc) · 1.52 KB
/
build-profile.json5
File metadata and controls
59 lines (59 loc) · 1.52 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
56
57
58
59
{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.3(15)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
}
},
"targetSdkVersion": "5.0.3(15)"
}
],
"buildModeSet": [
{
"name": "debug"
},
{
"name": "release"
}
],
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/lidary/.ohos/config/default_HMarkdown_d1RdGfglH1yNW6sR9gse-32NsW7JlsN3uCH4ScfPmdk=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001B1CA41AA48E4AD9A778B5E6616E48C41C0D6CACCEE669239CEE25EF61EBB1192120241528B59F7F",
"profile": "/Users/lidary/.ohos/config/default_HMarkdown_d1RdGfglH1yNW6sR9gse-32NsW7JlsN3uCH4ScfPmdk=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/lidary/.ohos/config/default_HMarkdown_d1RdGfglH1yNW6sR9gse-32NsW7JlsN3uCH4ScfPmdk=.p12",
"storePassword": "0000001BD4104CFB502B0894EDB0EE0E2059A5CE0E91BC2292F569413CF4F418FADEA8BCD7910DBBBB8F66"
}
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "Markdown",
"srcPath": "./Markdown",
}
]
}