> > Given that the value for “CFBundleVersion” identifies the iteration > (released or unreleased) of the application, I think it would be > natural to connect it with the revision number in subversion/Versions.
I assume that you are asking here how to add your current commit revision to the application version? like V1.0 build 3212 This is Not what versions is for but probably could be done with a lot of scripting if somebody wanted to reinvent the wheel. that is not to say that if your using xcode (I assume you are as you are asking about info.plist files, General I know but hey you didnt offer much more info) that this is not possible after a quick google this is what I found and use http://www.red-sweater.com/blog/23/automatic-build-sub-versioning-in-xcode it works for me and I set the script to only run on release builds. Also make sure the APPLICATION_VERSION var is set in the project not the target as this could then cause issues with the debug and release versions not updating the application version correctly (took a while to work that one out!) HTH Kieren --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
