-
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
/
build-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/zhousg/.ohos/config/default_history_today_03M7-BNfXZ8zV9PPpP3fhp1yNZl-7H203Y3NRDDAO0Y=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001BB33DF6B17A8A52DD2A364E96D743AF3F5AA18F357878AFEE1638008D467385525210C19C171AB2",
"profile": "/Users/zhousg/.ohos/config/default_history_today_03M7-BNfXZ8zV9PPpP3fhp1yNZl-7H203Y3NRDDAO0Y=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/zhousg/.ohos/config/default_history_today_03M7-BNfXZ8zV9PPpP3fhp1yNZl-7H203Y3NRDDAO0Y=.p12",
"storePassword": "0000001BDFBD4E573911B24028F73257F59CCB0AD96DBE5AA2474B4B8C5274390CCFAE8CEED98268DEEBD0"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "6.0.0(20)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": false
}
},
"targetSdkVersion": "6.0.0(20)"
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}