How can I convert an iPhone app to a universal app only? EDIT: FOUND SOLUTION If you want the option “Update current destination for iPad” to be selected, you must have a target device family installed only for iPhone, not iPad / iPhone. It works for me!
“The first step is to select your target in Xcode, right-click and use the command“ Update current target for iPad ... ”. You will be presented with a choice:
" ", Xcode () . Apple , , , , . , , . Info.plist.
http://useyourloaf.com/blog/2010/4/7/converting-to-a-universal-app-part-i.html
, /, , . :
iPad.
xib iPad . Builder , .xibs.
info.plist( NSMainNibFile ~ ipad), iPad xib iPad. .. plist.
iPad, , . , - :
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { ... } else { ... // iPhone stuff, etc. }
, iPad xibs .
iPad iPhone.