-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuild-profile.json5
More file actions
41 lines (41 loc) · 1001 Bytes
/
build-profile.json5
File metadata and controls
41 lines (41 loc) · 1001 Bytes
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": {
"storePassword": "0000001C901BD9086732B7D5C681B616FA9228AE4886B8507C238E4897E61F09D4BE8BEB0FC9B68963FA9241",
"certpath": "C:/Users/21083/LXZS.cer",
"keyAlias": "LXZS",
"keyPassword": "0000001CADDE0BFCE73D3B04FCCC02F23692A5FFEB1460705D2F6B7B03D2663BFCBE7410F79FBADEA5B9F5CA",
"profile": "C:/Users/21083/LXZSRelease.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:/Users/21083/release.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}