-
Notifications
You must be signed in to change notification settings - Fork 9
/
build-profile.json5
40 lines (40 loc) · 1.14 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
{
"app": {
"signingConfigs": [
{
"name": "default",
"material": {
"certpath": "C:\\Users\\Z-P-J\\.ohos\\config\\openharmony\\auto_ohos_default_AnimeZ_org.ohosdev.anime.cer",
"storePassword": "0000001AB46493BF5963CD1D0030300446F5C7C07AABECACC702374DCA72F16DDA9E022CD2836DA43F6A",
"keyAlias": "debugKey",
"keyPassword": "0000001A4C81075550D465C0E95F53F7F5E648117503357D73F68002C960222DA5AE3F8F59BEF4BC8C36",
"profile": "C:\\Users\\Z-P-J\\.ohos\\config\\openharmony\\auto_ohos_default_AnimeZ_org.ohosdev.anime.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Z-P-J\\.ohos\\config\\openharmony\\auto_ohos_default_AnimeZ_org.ohosdev.anime.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}