Standaard werkt je iPhone source code wel voor iPad maar het staat standaard uit. Zie hier het citaat om het aan te passen
Upgrading a Target from iPhone to iPad
If you have an iPhone application that you want to upgrade to run on iPad devices you need to upgrade the target that builds your iPhone application into a target that can build both an iPhone and an iPad application, or add a target to your project for building the iPad application.
To upgrade an iPhone target for iPad development, select the target in the Groups & Files list and choose Project > Upgrade Current Target for iPad.
Tweede wat je moet doen is een icoon file toevoegen. Dat doen je zo:
add a new property called CFBundleIconFiles and add the 2 icons, the Array (0) is for iPhone Icon, the Array(1) is for iPad icon.
Remember to leave the default Icon file property to the iPhone for back compatibility with old versions of the OS.
remember to specify the correct sizes for both apps:
- iPhone icon: 57 x 57 pixels
- iPad icon: 72 x 72 pixels

Commentaar