This repository was archived by the owner on May 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathconfig.json
More file actions
73 lines (73 loc) · 1.65 KB
/
config.json
File metadata and controls
73 lines (73 loc) · 1.65 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
{
"meta": {
"name": "App Framework Demo App",
"shortName": "Demo App",
"description": "",
"appID": "de.scriptpilot.app-framework",
"language": "en"
},
"iconFonts": {
"useFramework7Icons": true,
"useMaterialDesignIcons": true
},
"devServer": {
"port": 1234
},
"pwa": {
"buildOnBuildCommand": true,
"openInBrowserAfterBuild": true,
"includeOfflineServiceWorker": true,
"iconFile": "icon.android.png"
},
"ios": {
"buildOnBuildCommand": true,
"openXcodeAfterBuild": true,
"relatedITunesApplicationID": "1203927581",
"iconFile": "icon.ios.png",
"splashScreenIconFile": "icon.ios.png",
"splashScreenBackgroundColor": "#f7f7f8"
},
"android": {
"buildOnBuildCommand": true,
"openAndroidStudioAfterBuild": true,
"themeColor": "#2196f3",
"backgroundColor": "#2196f3",
"relatedPlayStoreApplicationID": "de.scriptpilot.appframework"
},
"eslint": {
"runOnTestCommand": true,
"runOnDevCommand": true,
"runOnBuildCommand": true,
"openReportWhenPassed": false,
"openReportWhenFailed": true,
"extendDefaultConfig": {
"rules": {
"max-len": 0
}
}
},
"jest": {
"runOnTestCommand": true,
"runOnDevCommand": true,
"runOnBuildCommand": true,
"openReportWhenPassed": false,
"openReportWhenFailed": true
},
"editorconfig": {
"addLinesToConfigFile": []
},
"git": {
"addLinesToIgnoreFile": []
},
"ftp": {
"defaultHost": "",
"defaultPort": "",
"defaultUserName": "",
"defaultPathOnServer": "",
"defaultPassword": ""
},
"firebase": {
"defaultProjectID": ""
},
"debugMode": false
}