- Use "CFBundleVersion" for your build number
- Use "CFBundleShortVersionString" for a version number like "0.1"
- Concatenate those strings within your application
For integration with Hudson it also became apparent that updating the version number on Hudson builds using Apple's
agvtool
from within the Hudson build script was very straight forward and did not require additional files. So I'm basically using the Hudson build script as outlined by Michael with the versioning setup explained by Dave. Sweet!
No comments:
Post a Comment