-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathbuild-profile.json5
More file actions
85 lines (85 loc) · 2.75 KB
/
Copy pathbuild-profile.json5
File metadata and controls
85 lines (85 loc) · 2.75 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
{
"app": {
"signingConfigs": [
// {
// "name": "default",
// "type": "HarmonyOS",
// "material": {
// "storePassword": "0000001DA1DDFADC7FCD4003DD09F84F49A1AC838DEECB3A787AB9D759D24CC841F0A92BA5ED6777CEBAE2EAE6",
// "certpath": "/Users/damengbuxing/Desktop/IBest-UI应用文件/ibest_ui_release.cer",
// "keyAlias": "ibest_ui_p12",
// "keyPassword": "0000001D0AC1868A4F028144400BB55194A7B0887F04949FFF9B52AC83A798463AC8C0B8E4FDDC752A8F4A7BED",
// "profile": "/Users/damengbuxing/Desktop/IBest-UI应用文件/ibest_ui_profileRelease.p7b",
// "signAlg": "SHA256withECDSA",
// "storeFile": "/Users/damengbuxing/Desktop/IBest-UI应用文件/ibest_ui_p12.p12"
// }
// },
// {
// "name": "default",
// "type": "HarmonyOS",
// "material": {
// "certpath": "/Users/damengbuxing/.ohos/config/default_ibest-ui_qzHZnpS8B3WNkigHkqN8qbontGrJYWI-hS_1sfoGHYM=.cer",
// "keyAlias": "debugKey",
// "keyPassword": "0000001A31A0C8E47E20C6BE70BD05034E9C916992880B8F6C640BD7E738E51398775C43B7B6E922E0ED",
// "profile": "/Users/damengbuxing/.ohos/config/default_ibest-ui_qzHZnpS8B3WNkigHkqN8qbontGrJYWI-hS_1sfoGHYM=.p7b",
// "signAlg": "SHA256withECDSA",
// "storeFile": "/Users/damengbuxing/.ohos/config/default_ibest-ui_qzHZnpS8B3WNkigHkqN8qbontGrJYWI-hS_1sfoGHYM=.p12",
// "storePassword": "0000001A829F735888835BA9E7F12C8754970726195682A6446152620200EF615B25504825AF70A1C0BB"
// }
// },
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_ibest-ui_xXJLqStmQDl9P_6bRKkoHbj-HILGKBG46C6yaRfgFhQ=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001ACAA38FBF36D68A3E3A1140ABC019666945ECE44B8E4E805C591CFB88B6A37096C5853261B25D",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\default_ibest-ui_xXJLqStmQDl9P_6bRKkoHbj-HILGKBG46C6yaRfgFhQ=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_ibest-ui_xXJLqStmQDl9P_6bRKkoHbj-HILGKBG46C6yaRfgFhQ=.p12",
"storePassword": "0000001A3222558C0173FA0DAC5CE98D33EAF699693346225144F8C2F95E8E37B1529B8BE1E7612AD99C"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"runtimeOS": "HarmonyOS",
"compatibleSdkVersion": "6.0.1(21)",
"targetSdkVersion": "6.1.0(23)",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "library",
"srcPath": "./library"
}
]
}