I've got some UI Automation tests for a universal app that I'm running from the command line. They are working great, but the command line always launches the iPad simulator, and I'd like to be able to run them on both the iPhone simulator and the iPad simulator.
In Instruments I can control this with with the Options|Simulator Configuration menu, but I can't seem to control it via the command line. Is there a way to run UI Automation tests from the command line for a universal app against both the iPad and iPhone simulators?