To do this I did the following:
- Added a new file history.xconfig to the project.
- In history.xconfig added a single line CELLO_BUILD_NUMBER=0129
- Changed the build settings so that they are "based on history.xconfig". You do this by choosing the build settings from a the "based on" popup that appears in the build settings pane.
- Changed the Product Name in the build settings to Cello $(CELLO_BUILD_NUMBER)
The effect of this is each time I change history.xconfig Cello will be built with the appropriate build number.