Reputation: 1098
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
Reputation: 47231
You can set this in the target. Look at the screenshot:
The Devices dropdown allows you to select
Upvotes: 0
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
Reputation: 891
Select the type under new project, and press next. Under device family you choose iPad.
Upvotes: 0