-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.json
52 lines (52 loc) · 1.03 KB
/
build.json
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
{
"name": "AwtkApplicationC",
"version": "1.0",
"assets": "res/assets",
"vendor": "zlgopen",
"app_name": "org.zlgopen.AwtkApplicationC",
"author": "xianjimli@hotmail.com",
"copyright": "Guangzhou ZHIYUAN Electronics Co.,Ltd.",
"themes":["default"],
"sources": [
"src/*.c",
"src/common/*.c",
"src/pages/*.c",
"src/*.h",
"src/common/*.h",
"src/pages/*.h"
],
"web": {
"app_type": "c",
"assets": "design",
"config": {
"fontScale": "0.8",
"defaultFont": "sans"
}
},
"harmonyos": {
"icon": "design/default/images/xx/app_icon.png",
"title": {
"en_US": "MyApp",
"zh_CN": "AwtkApp"
},
"config": {
"defaultFont": "default_full"
},
"sources": [
"res/assets.inc",
"res/assets/__assets_default.inc"
]
},
"android": {
"sources": [
"res/assets.inc",
"res/assets/__assets_default.inc"
]
},
"ios": {
"sources": [
"res/assets.inc",
"res/assets/__assets_default.inc"
]
}
}