I would like to provide two versions of my iPhone app in the App Store - one free, limited by the number of items displayed through the application, and the other unlimited.
The source code for both applications will be exactly the same, the only distinguishing feature will be the SQLite database, which stores the elements in the application.
I understand that both versions of the application must have different package names and different icons. I am trying to find a way to avoid completely copying the source code directory to be able to customize some of these things: database, icons, nib lines, etc.
Is there a good way to do this without duplicating everything?
source
share