-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.json
44 lines (44 loc) · 966 Bytes
/
app.config.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
{
"runtime": {
"baseWidth": 750,
"launcherRouter": "hello",
"pages": [
{
"name": "hello",
"router": "hello",
"source": "./src/page/hello/index.js"
}
]
},
"build": {
"appName": {
"default": "$PROJECT_NAME"
},
"applicationId": "com.sunmi.elephant.$PACKAGE_NAME",
"dependencies": [],
"keystore": {
"keyAlias": "debug",
"keyPassword": "com.sunmi.elephant.debug",
"storeFilePath": "./android/mock/signing/debug.keystore",
"storePassword": "com.sunmi.elephant.debug"
},
"launcherIcon": [
{
"icon": "./android/mock/ic_launcher.png",
"resolution": "xxxhdpi"
}
],
"splash": {
"background": [
{
"resolution": "xxxhdpi",
"src": "./android/mock/splash.png"
}
]
},
"versionCode": 1,
"versionName": "0.0.1"
},
"projectType": "jsx",
"DisableOpenBrowser": false
}