views:

301

answers:

1

I've created an iPad app, and want to turn it into a universal app (i.e. one app that works for iPhone and iPad). The Apple docs seem to only talk about the "Upgrade Current Target for iPad" option. Is there an option to go the other way?

+2  A: 

I don't know if there is a better way to do this, but I think I would start by making a new blank universal app, and then copy in your iPad code/nibs/plists/etc.

jamone
Brute force method - definitely one way to go. Hoping there's a better way than recreating the xcode project.
jkooker