Starting a new project in Xcode 4 - what's the best way to make it a Universal app?

When you create a new project it asks you to input the Device Family but the dropdown menu only has two options - one is iPad and the other is iPhone.

What's the best way to create a Universal app then?

Thanks!

link|improve this question

70% accept rate
feedback

2 Answers

up vote 4 down vote accepted

Got it from somebody on another forum -

Create an iPhone version, then click on the Project Name at the very top of the menu to bring up a menu with Project and Targets listed. Click on the Target and there is a Devices drop-down menu in the main Summary tab that you can change to Universal. Once you do that, Xcode will ask you if you want to upgrade to a universal project, then you can click 'yes' and that's all!

link|improve this answer
feedback

This is a good tutorial with a sample project. http://blog.corywiles.com/creating-a-universal-ios-app-tutorial

link|improve this answer
Thanks, but it's a Navigation-based app whereas I work in View-based applications and I want to know how to create these in Xcode 4 for myself going forward – ObjectiveFlash May 28 '11 at 21:51
The techniques for dividing the logic are the same regardless of the base view controller. I would suggest looking at the source and how the project is set up. You will learn a lot and can apply that to your view applications. – jopke May 29 '11 at 2:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.