-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse device info correctly from 3.2.0+ CLI, Choose iOS Simulator ver…
…sion (5.0,6.1,7.0), List all iOS Simulators (iPad Retina etc), List and choose GenyMotion android devices
- Loading branch information
Steven Senior
authored and
Steven Senior
committed
Feb 17, 2014
1 parent
77fa937
commit 1353002
Showing
2 changed files
with
106 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
// Path to the Titanium CLI | ||
"titaniumCLI": "/usr/local/bin/titanium", | ||
"titaniumCLI": "/usr/bin/titanium", | ||
// Logging Level [trace, debug, info, warn, error] | ||
"loggingLevel": "info", | ||
// Path to the android sdk | ||
"androidSDK": "/opt/android-sdk", | ||
"androidSDK": "~/Library/android-sdk-macosx", | ||
// Extra Settings for the iOS Simulator | ||
// If you dont want to set them, make the values empty | ||
"simulatorDisplay": "--retina", | ||
"simulatorHeight": "--tall", | ||
"iosVersion": "" //eg. 6.1 | ||
|
||
//"simulatorDisplay": "", | ||
//"simulatorHeight": "", | ||
//"iosVersion": "" //eg. 6.1 | ||
"genymotionCLI": "/Applications/Genymotion Shell.app/Contents/MacOS/genyshell" | ||
} |