forked from MattTuttle/sublime-ti-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Titanium.sublime-settings
23 lines (23 loc) · 1.14 KB
/
Titanium.sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
// Path to the Titanium CLI
"titaniumCLI": "/usr/bin/titanium",
// Logging Level [trace, debug, info, warn, error]
"loggingLevel": "info",
// Path to the android sdk
"androidSDK": "~/Library/android-sdk-macosx",
// Extra Settings for the iOS Simulator
// If you dont want to set them, make the values false
// simulatorType - This will override the selection popup, value can be "iphone", "ipad" or false
"simulatorType": false,
// This will override the selection popup, value can be true or false
"simulatorRetina": false,
// This will override the selection popup, value can be true or false
"simulatorTall": false,
// This will override the selection popup, value can be any version of the iOS SDK you have installed or false
"iosVersion": false,
// This will override the selection popup, value can be any version of the iOS Simulator you have installed or false
"iosSimVersion": false,
// This can be used to load up a TiInspector host for iOS debugging, value can be host url (e.g. localhost:8999) or false
"tiInspectorHost": false,
"genymotionCLI": "/Applications/Genymotion Shell.app/Contents/MacOS/genyshell"
}