-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbuild-profile.json5
60 lines (60 loc) · 2.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_moonlight_com.xiaobai.moonlight_2850086000506643987.cer",
"storePassword": "0000001ABA85C2497DF4E7BFDB9F2EF72FD8431B5FC8F156AA6448D1814A989C3B3B1AF449FA55481AC8",
"keyAlias": "debugKey",
"keyPassword": "0000001A16DEBBF8ADB317495122D6301345DA067156D24FE496294632D8D27AC76F7DBCBC1D4F99D3BE",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_moonlight_com.xiaobai.moonlight_2850086000506643987.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_moonlight_com.xiaobai.moonlight_2850086000506643987.p12"
}
},
{
"name": "debug",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_moonlight_com.xiaobai.moonlight_2850086000506643987.cer",
"storePassword": "0000001A4735C4B35A523109F304C4D2698838B8623F97A90CEE687124E3418DA3FFCA76512095214885",
"keyAlias": "debugKey",
"keyPassword": "0000001AD6C1877EEB507A0527EE7A5C07D119CF5F10C19A1804BBAC28AC99250EEADDFDAED9D2EC58A0",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_moonlight_com.xiaobai.moonlight_2850086000506643987.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_moonlight_com.xiaobai.moonlight_2850086000506643987.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": "4.1.0(11)",
"compatibleSdkVersion": "4.1.0(11)",
"runtimeOS": "HarmonyOS",
},
{
"name": "debug",
"signingConfig": "debug",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
"debug"
]
},
]
}
]
}