Turning Separate iPad/iPhone Targets into Universal App

Posted by ckrames1234 on Stack Overflow See other posts from Stack Overflow or by ckrames1234
Published on 2010-04-05T20:29:11Z Indexed on 2010/04/05 20:33 UTC
Read the original article Hit count: 316

I, when I got my hands on the iPad SDK Beta, thought the universal binary would be to much work, so i opted for the separate targets. I realized halfway through making the iPad portion of my app, that making a universal application would be easy as pie. The issue is, I can't use Apple's option to convert my iPhone Target to Universal. The only thing that I would need to do in the Info.plist of the universal application would be to set a different MainWindow. How could I approach the problem? Is there a workaround to get Apple's way to work (maybe by deleting the existing iPad Target)? Is there a good way to do it manually?

If any of you have experience on this subject, help would be much appreciated

Thanks, Conrad Kramer

© Stack Overflow or respective owner

Related posts about ipad

Related posts about xcode