I searched first, so apologies if it’s already been asked.
I have a couple iPhone apps that I want to run as native iPad apps rather than in “mini-mode” for lack of a better term.
What do I need to change to build my app for the iPad and is it easy to target both platforms from the same project?
Yes, it’s easy to target both platforms. If you login to ADC and read the iPad Programming Guide, it’ll provide the basics for iPad specific development. I can’t legally speak of the “how.”
Um. If you follow their directions, build two targets, share your source within the same project… then you’ll be set. It’s the same SDK, just different Nibs & main(), from what I can tell.