-
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.39 KB
/
build-profile.json5
File metadata and controls
56 lines (56 loc) · 1.39 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": "/Users/chun/git/hkbus-app-huawei/cert/app_hkbus_huawei.p12",
"storePassword": "000000187A48F6396DD4D3F469FA1FA714257EBF28114A1A5CFB43D4EC1F89E13AAED8ADDA46B47E",
"keyAlias": "app.p12",
"keyPassword": "000000185C86E23FE283EE7B37A0DD9E4CEA2244AD48E9BCA2860F31F474A0694AE35E883FC8B424",
"signAlg": "SHA256withECDSA",
"profile": "/Users/chun/git/hkbus-app-huawei/cert/hkbus.appRelease.p7b",
"certpath": "/Users/chun/git/hkbus-app-huawei/cert/app_hkbus_huawei_release.cer"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"targetSdkVersion": "5.0.5(17)",
"compatibleSdkVersion": "5.0.5(17)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}