Reputation: 737
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.
Upvotes: 19
Views: 4591
Reputation: 7017
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:
Upvotes: 27
Reputation: 61228
Right-click the target and click Duplicate. Choose to Duplicate and Transition to iPad.
Upvotes: 15