I have built my iPhone app targetting OS 3.0 Now I would like to also build an iPad version of my app which should have a minimum OS deploy of 3.2 if remember correctly?
I have made a duplicate of my app target and changed the 'device' setting in the 'Summary' tab to 'iPad'. When I run this target in the ipad simulator I get a 'minified' iphone version running inside the ipad simulator (with the magnifier 2x button on the bottom right). I figured this was because the .xib files that i'm using are too small for the ipad?
How do I create iPad compatible .xib files, and how do I link them to my iPad target build?