Hello, Does anyone have any suggestions as to how to version an iphone application aside from using the "Bundle Version" and "Bundle Version short string". I'm finding difficulty relying on these values to version control my application b/c I have multiple variations (lite, paid) of the same app. Also the current implementation of itunes connect does not allow you to change the version number of an update once you set it, so if you decide to replace an update w/ a new binary, your stuck using the same version number you started with.
I was thinking of adding an key-value pair into the info.plist file, but I'm not sure if I am allowed to add new key-value pairs into the info.plist. The other alternative I can think of is to create my own plist for app settings.
If there are better ways to achieve this, I'm open to hear them.
Thanks!