-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-profile.json5
41 lines (41 loc) · 1.19 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
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_myApp_com.example.myapp_520086000301299952.cer",
"storePassword": "0000001B8AC19DFF4CED59858A795FA29A48FF9134ED968B731DE933F70AF673598081299CDB525B4C537E",
"keyAlias": "debugKey",
"keyPassword": "0000001BEA28646D4F96C5AB67AAF9D99DABCDD557E426E9ECA32EECC0C53A04CFDAD6A2CDBCBAE863248E",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_myApp_com.example.myapp_520086000301299952.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\auto_debug_myApp_com.example.myapp_520086000301299952.p12"
}
}
],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}