Can I change my Universal App to an iPad-only app without creating a new project in XCode?
- by user428143
Hi there,
I've created an iPad game using the Universal App Xcode template. Since I'm in late with the iPhone/iPod Touch branch of the app, I've decided to submit the app only for iPad and to update the app to universal in a second time.
Question: Do I have to create a new iPad project and copy there all the code and stuff, or can I simply change the deployment target to iPad only and I'm done?
I simply want to be accepted and to avoid iPhone users to be allowed to download the game erroneously.
Thank you!