My question is this: I have an application designed for iPhone and I decided to fork the code, in other words, I will develop two versions of the application at this initial phase, one for iPhone and the other for iPad.
My question is this: how do I fork the code? I would like to continue using one project for both versions but, obviously, I will have to write sections of code for the iPhone and other sections exclusively for iPad and will, of course, have many parts in common for both releases.
How do I do that without creating a mess on the code?
What are the best practices? Thanks for any help.