-
-
Notifications
You must be signed in to change notification settings - Fork 904
/
cli_config.json
52 lines (52 loc) · 1.22 KB
/
cli_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
45
46
47
48
49
50
51
52
{
"user": {
"locale": "en_US",
"name": "Travis Runner",
"email": "[email protected]"
},
"app": {
"workspace": "",
"idprefix": "com.appcelerator",
"publisher": "TiDev, Inc.",
"url": "https://tidev.io"
},
"cli": {
"colors": true,
"completion": false,
"logLevel": "debug",
"prompt": true,
"progressBars": true,
"failOnWrongSDK": false,
"httpProxyServer": "",
"rejectUnauthorized": true,
"width": 100,
"ignoreDirs": "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$",
"ignoreFiles": "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$"
},
"paths": {
"commands": [
"/usr/local/lib/node_modules/titanium-code-processor/commands"
],
"hooks": [],
"modules": [],
"plugins": [],
"sdks": [
"/Users/admin/Library/Application Support/Titanium"
],
"templates": [],
"codeProcessorPlugins": []
},
"sdk": {
"selected": "3.4.0.GA",
"defaultInstallLocation": "/Users/admin/Library/Application Support/Titanium/"
},
"android": {
"sdkPath": "/android-sdk",
"ndkPath": ""
},
"ios": {
"developerName": "",
"distributionName": "",
"autoSelectDevice": true
}
}