Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS simulator - How can I make default simulator as iPhone

I downloaded latest XCode with iOS 4.2 version. When I'm testing any app in simulator, its running in ipad simulator by default. How can I make my simulator default to iPhone.

like image 526
Satyam Avatar asked Dec 01 '10 07:12

Satyam


1 Answers

Solution#1

You can remove the iPad from the organizer. I haven't tried it, since I use both iPhone and iPad.


Solution#2

Create a keyboard shortcut to switch to to the iPhone simulator

top menu > Project > Set Active Executable > Targetname - iPhone Simulator

See these screenshots

Menu that we want to target with a keyboard shortcutHow to setup the keyboard shortcut

like image 86
neoneye Avatar answered Oct 20 '22 04:10

neoneye