-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild-profile.json5
45 lines (45 loc) · 1.26 KB
/
build-profile.json5
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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "/Users/dxm/.ohos/config/auto_debug_JsBridgeHarmony_com.guofeng.jsbridgeharmony_2850086000348456414.cer",
"storePassword": "0000001BC8DB8664146B3E99B00D9A3F16D87A510066F1160BCD404656CEFDC30BF54B6C22C85AF7A87771",
"keyAlias": "debugKey",
"keyPassword": "0000001B9E297D7282CB7210F8E3E3C72A5D9640E17A7B2F3C7D418D5E846961378FC45637052095B7E229",
"profile": "/Users/dxm/.ohos/config/auto_debug_JsBridgeHarmony_com.guofeng.jsbridgeharmony_2850086000348456414.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/Users/dxm/.ohos/config/auto_debug_JsBridgeHarmony_com.guofeng.jsbridgeharmony_2850086000348456414.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "library",
"srcPath": "./library"
}
]
}