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: Fritz Anderson <email@hidden>
- Date: Thu, 19 Oct 2006 13:48:52 -0500
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
_______________________________________________
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