How to programmatically set the app version number?
How to programmatically set the app version number?
- Subject: How to programmatically set the app version number?
- From: Rudi Sherry <email@hidden>
- Date: Mon, 20 May 2002 16:05:44 -0700
Hello all,
How do I get ProjectBuilder to create an application whose get-info will
return a version number that is in a header file macro definition?
We want the Finder get-info dialog to show this version number when the
user Gets Info on that application.
This version number is kept in a header file (accessible to PB) and
contains only macros like
#define CURRENT_VERSION "3.1.0.005"
That header file is automatically generated as part of a nightly build
(and the build number is incremented each night).
Unfortunately, the build script is not allowed to change any other file --
that is, having the build script update the .pbproj file before opening
Project Builder is not allowed :(
TIA,
Rudi Sherry
Adobe Systems Incorporated
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.