Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is "upgrade target for ipad" in Xcode4

I'm running Build 4A304a and for the life of me I can't find it in Xcode or any reference to it on the internets.

any help would be greatly appreciated.

like image 876
Jason Bugs Adams Avatar asked Mar 18 '11 17:03

Jason Bugs Adams


2 Answers

Select your project in the Project Navigator, click your target, and then click the Summary tab. You can switch your iOS Application Target there to Universal.

Here's a screenshot:

enter image description here

like image 172
Andrew Garrison Avatar answered Oct 13 '22 01:10

Andrew Garrison


Right-click the target and click Duplicate. Choose to Duplicate and Transition to iPad.

like image 38
Joshua Nozzi Avatar answered Oct 13 '22 01:10

Joshua Nozzi