I want to make a version of my app that is paid, and a version that is free.
Right now one version is free. What should I do to the existing code base? Should I just copy paste everything? Or what is a good step by step approach I should take to a pain-free of copying over my app into a new app that will be modified?
I really don't want to do it file by file. Is there a quick way to set up a new project and put the existing code base into it? And after that, what do I modify inside the new project?
Thanks!