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?
Asked
Active
Viewed 929 times
2 Answers
3
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
- 17,253
- 17
- 63
- 98
-
Brute force method - definitely one way to go. Hoping there's a better way than recreating the xcode project. – jkooker Jun 07 '10 at 19:18
2
Open the project in XCode and in the Project menu click "Edit Active Target (...)". Select "All Configurations" for Configuration. Under the Deployment heading you'll find "Target Device Family". you can use the search box to locate it. Edit and select iPhone/iPad to make the application universal.

Dimitar
- 21
- 1