Peter Willsey
Peter Willsey

Reputation: 1098

Creating a new Xcode 4 project targeted to iPad only

I'm attempting to create a new iPad project for an app I'm working on, prior to version 4 of Xcode you could select in the new project assistant what device family you are targeting. In Xcode this appears to have been removed and all I can create is an iPhone project. I can go to the project info and change the device to iPad, and Xcode converts it, but how do I just create an iPad project ?

Upvotes: 2

Views: 1618

Answers (3)

Nick Weaver
Nick Weaver

Reputation: 47231

You can set this in the target. Look at the screenshot:

enter image description here

The Devices dropdown allows you to select

  • iPhone
  • iPad
  • Universal

Upvotes: 0

Yann Ramin
Yann Ramin

Reputation: 33167

It depends on your application template. Some (Tab Bar, Navigation) are tied to iPhone devices only, some such as Split View are tied to iPad devices only, while the "Window based" template allows you to pick iPhone, iPad, Universal.

Upvotes: 2

puckipedia
puckipedia

Reputation: 891

Select the type under new project, and press next. Under device family you choose iPad.

Upvotes: 0

Related Questions