I've seen lot's of questions asking how to convert iPhone apps into Universal apps, and the answer has usually been to use the Upgrade Target For iPad
and sometimes update the Info.plist
. I've also seen this question, which asks the same thing as me, but I'm looking for a different approach.
The answer posted there says that in order to convert an iPad app to a universal app, one must just change the Target device family
and then code for it. I think that answer is incorrect, because you end up with a lopsided codebase.
How would I convert an iPad app to a universal app, so that the directory structure would look like an iPhone app that was upgraded? (Including steps such as editing the plist and splitting the delegate.)