Re: Newbee: Problems with info.plist
Re: Newbee: Problems with info.plist
- Subject: Re: Newbee: Problems with info.plist
- From: Robert Sesek <email@hidden>
- Date: Mon, 14 Aug 2006 12:45:21 -0700
On Aug 14, 2006, at 12:41, Marcus Pedersén wrote:
Hi!
I am totaly new to this list and if I ask my questions on the wrong
list, please tell me!
I have been trying out a tutorial on Cocoa and Objective C and of
cause I have been making my own tests and codchanges.
But in the end of the tutorial there is a chapter on how to make
your bundle and everything works fine and is clear exept when it
comes to the info.plist. Settings like:
<key>CFBundleVersion</key>
<string>100</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
...works fine and shows the way it shoud in the About window.
The problem is the line with copyright, according to the tutorial
the key is supposed to be NSHumanReadableCopyright but this string
does not show in the About window:
<key>NSHumanReadableCopyright</key>
<string>© 2006, My Company</string>
Am I doing something wrong? Please help!
Another small question: If I want to rename my application and
project, how do I do that?
Open up InfoPlist.strings and see if there's an entry for
NSHumanReadableCopyright. Try changing that instead (or you can
remove it and just use the version from your Info.plist file).
- Robert _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden