-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-profile.json5
41 lines (41 loc) · 1.18 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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\yik-c\\.ohos\\config\\auto_debug_HMos_com.example.myapplication_30086000739006621.cer",
"storePassword": "0000001BE35CF5A672958F4150BBD67E66D1D9A1A832EB912F890E0FC7B32B3F32042F51C649D0C621EAAD",
"keyAlias": "debugKey",
"keyPassword": "0000001B3866FFCB13DFD7631994E4D7871D01BD60F26EAC6C557AF23D772181EA181458301187677902C0",
"profile": "C:\\Users\\yik-c\\.ohos\\config\\auto_debug_HMos_com.example.myapplication_30086000739006621.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\yik-c\\.ohos\\config\\auto_debug_HMos_com.example.myapplication_30086000739006621.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}