-
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.5 KB
/
Copy pathbuild-profile.json5
File metadata and controls
56 lines (56 loc) · 1.5 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": {
"certpath": "/Users/suzhe/.ohos/config/default_practiceDemo_H6p01iCxTFp9WCxliQGlOG7rPfffhJTMX16n0999k-c=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001B6FADDF0D0A6A9C1FBBEC8F2CC248DEB0B9466FA0AAA635EF52425C3AB3547F6AA504CD8EC86AAE",
"profile": "/Users/suzhe/.ohos/config/default_practiceDemo_H6p01iCxTFp9WCxliQGlOG7rPfffhJTMX16n0999k-c=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/suzhe/.ohos/config/default_practiceDemo_H6p01iCxTFp9WCxliQGlOG7rPfffhJTMX16n0999k-c=.p12",
"storePassword": "0000001B57DCD11C45B7356D6757E674A3347884C02A31A9565C09EB8D52F24382C2353A005AF898F1C44B"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"targetSdkVersion": "5.0.5(17)",
"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"
]
}
]
}
]
}