Re: Why isn't this info.plist file being read??
Re: Why isn't this info.plist file being read??
- Subject: Re: Why isn't this info.plist file being read??
- From: "Theodore H. Smith" <email@hidden>
- Date: Fri, 20 Oct 2006 12:42:56 +0100
Erm,
then it works.
I must have made a mistake obviously it wasn't working before.
Thanks.
On 19 Oct 2006, at 19:48, Fritz Anderson wrote:
On 19 Oct 2006, at 1:12 PM, Theodore H. Smith wrote:
I got this Info.plist file, but the Finder doesn't report my app's
version :(
Instead of saying "Version: 1.1" it doesn't even list the version
field :(
What happens when you include the following pair?
<key>CFBundleGetInfoString</key>
<string>1.1, Copyright 2006 XXXX Development, Ltd</string>
I believe there is also a benefit to including:
<key>CFBundleShortVersionString</key>
<string>XXXX Jam Player 1.1</string>
The benefit being (I think — I'm too lazy to verify it) that you
get the name and version number automatically scavenged for the
About box.
— F
--
http://elfdata.com/plugin/
_______________________________________________
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