[Sc-devel] version number

Ryan Brown ryan at wabdo.com
Mon Mar 3 13:14:58 PST 2008


> The thing that really annoys me is that as far as I can tell there's
> no way for the Xcode build process to include the version number from
> something outside of Xcode (e.g. a text file) - on Mac it needs to be
> stated in the Info.plist (XML) file describing the application, and
> the version number appears more than once in there, IIRC.

The package script automatically puts the version (and revision)  
numbers in the Info.plist using a version number that is specified as  
an option to the command. The classvars in Main have to be edited  
manually and apparently so does SConstruct. We could add a VERSION  
text file to the root of svn which is read by all three (the package  
script, Main, and SConstruct), which would work well...I considered  
this for 3.2 but decided I'd need to change too much.

Ryan



More information about the Sc-devel mailing list