Re: Generating finder version info
Re: Generating finder version info
- Subject: Re: Generating finder version info
- From: Chris Espinosa <email@hidden>
- Date: Mon, 21 Mar 2005 07:57:34 -0800
On Mar 20, 2005, at 8:48 PM, Andrew White wrote: I cannot figure out how to generate the version info used by the finder (source is Xcode Objective-C project). Can someone point me at suitable documentation?
Version info is set for the project / target, but this isn't automatically propagated to the finder.
With the CFBundleGetInfoString key in the applications' Info.plist. See the Runtime Configuration documentation: http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Concepts/PListKeys.html
In Xcode, you set this by editing the Info.plist file for the target. If the string needs to be localized, you can put it in the InfoPlist.strings file and create localized variants. See the Sketch.app sample for an example of how to do this.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden