-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-profile.json5
More file actions
56 lines (56 loc) · 1.42 KB
/
build-profile.json5
File metadata and controls
56 lines (56 loc) · 1.42 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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"storeFile": "C:/Users/Momoi/keys/harmony/universal_computer_debug.p12",
"storePassword": "0000001E5FEC68FB1A8F13DF8701ADDC1C2FC2B227D338D4A36C75CE8EC51A31DE6450EB3AA5FA069B02506EDE43",
"keyAlias": "universal_computer_debug",
"keyPassword": "0000001EE648FE94807045E1A7B593095ABA79D042E4C1371AC8665C712C95F18D88BB19AA30FD4160C56F49A5A7",
"signAlg": "SHA256withECDSA",
"profile": "C:/Users/Momoi/keys/harmony/universal_computer_debug_profileDebug.p7b",
"certpath": "C:/Users/Momoi/keys/harmony/universal_computer_debug.cer"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"targetSdkVersion": "6.0.0(20)",
"compatibleSdkVersion": "5.0.1(13)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}