Set simulated watch from command line

Former Member
Former Member
I'm running my app from the command line but can't figure out how to change the simulated watch to not be default (square_watch_sim).

> connectiq and > monkeydo don't seem to have any flags.
> monkeyc has the --device flag but it has no effect on the simulator.

This is what I do, ending up with a square_watch in the simulator.

> connectiq
> monkeyc -o <myapp> -m <mymanifest> <mymcs> -z <myresources> --device round_watch_sim
> monkeydo <myapp>