Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wlh99

macrumors 6502
Original poster
Feb 7, 2008
272
0
I have a universal app I am working on with different xibs for the iPhone and iPad. It works as a universal app, but I'm not yet done with the iPad part of the development.

Since I am against a deadline, I'd like to save the iPad support for a future release. How can I disable that part of the app? It seems I should be able to just change a plist and leave the files in the project. However deleting the "Main nib file base name(iPad)" didn't do the trick.
 

firewood

macrumors G3
Jul 29, 2003
8,108
1,345
Silicon Valley
If you don't copy the iPad xib into the bundle during the build (uncheck the include-in-target checkbox) the app can't use it. But removing it from the plist, setting the app to iPhone only in the target Build settings, and doing a clean build should have worked as well.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.