In my Project settings, I have set the project version for all my targets (unless overridden).
CURRENT_PROJECT_VERSION = 1.0.0.39
In the targets, this is included as
<key>CFBundleVersion</key> <string>${CURRENT_PROJECT_VERSION}</string>
It is imperative that all components have the same version number, and so the info.plist file for each project should be updated if the version number is changed. That however does not seem to be that case. It appears, that the change of the version is not enough reason to rebuild the info.plist.
Can someone confirm this? Or is this indented behaviour?
Alex |