Created
February 25, 2011 20:46
-
-
Save brianleroux/844458 to your computer and use it in GitHub Desktop.
launch emulators
This file contains hidden or 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
emulate: | |
emulator -cpu-delay 0 -no-boot-anim -cache ./cache -avd default > /dev/null 2>&1 & # put the avd's chatty ass in the background | |
open /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app | |
palm-emulator --start "SDK 1.4.5.465 (320x480)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment