Re: how to make version info appear in Finder?
Re: how to make version info appear in Finder?
- Subject: Re: how to make version info appear in Finder?
- From: Chris Ridd <email@hidden>
- Date: Sun, 22 Dec 2002 19:49:31 +0000
On 22/12/02 4:22 pm, matt neuburg <email@hidden> wrote:
>
dialog. Sheesh, it looks as if in order to get my version number to show up in
>
all the places I want it to show up I have to remember to set it in no fewer
>
than three places every time I do a new build (CFBundleGetInfoString,
>
CFBundleShortVersionString, and CFBundleVersion). Is there a way to use a
>
variable here so I can just set this value in one place? m.
The latest PB (ie December 2002) does variable substitution in the values of
the Info.plist settings. So you can write $VER or something in the values,
define VER in the build settings, and Bob's your uncle.
Cheers,
Chris
_______________________________________________
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.