-
Notifications
You must be signed in to change notification settings - Fork 1
/
build-profile.json5
40 lines (40 loc) · 1.17 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\\23629\\.ohos\\config\\openharmony\\auto_ohos_default_RoundAssistant_com.roundassistant.cer",
"storePassword": "0000001B78B200DE674C0F4FE268513ADB251DF231F96312FBA0AD7AF732D339F249D602D765BC761D5DC8",
"keyAlias": "debugKey",
"keyPassword": "0000001BB30B03207713CE53467D06C2998BC91699634795522FEFBB658AC77BAE3F5B2C77A1990EC86C92",
"profile": "C:\\Users\\23629\\.ohos\\config\\openharmony\\auto_ohos_default_RoundAssistant_com.roundassistant.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\23629\\.ohos\\config\\openharmony\\auto_ohos_default_RoundAssistant_com.roundassistant.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}