build-profile.json5
1.99 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "./singing_config/auto_debug_PeopleDaily_Harmony_com.wondertek.daily_70086000309521319.cer",
"storePassword": "0000001ACD3B08030BC365534FC8B900084C5512F7B49BC2FDC85967DAEB411E122746DCC33F777CFDBD",
"keyAlias": "debugKey",
"keyPassword": "0000001A756566455DF4890C7FAF2AE9F6A39C42447B474277952A6F6098017BE8EA3FAA64BE3178C8C2",
"profile": "./singing_config/auto_debug_PeopleDaily_Harmony_com.wondertek.daily_70086000309521319.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "./singing_config/auto_debug_PeopleDaily_Harmony_com.wondertek.daily_70086000309521319.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "wdKit",
"srcPath": "./wdKit",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "wdConstant",
"srcPath": "./wdConstant",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "wdNetwork",
"srcPath": "./wdNetwork",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "wdComponent",
"srcPath": "./wdComponent",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}