Newbee: Problems with info.plist
Newbee: Problems with info.plist
- Subject: Newbee: Problems with info.plist
- From: Marcus Pedersén <email@hidden>
- Date: Mon, 14 Aug 2006 21:41:24 +0200
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?
Many thanks in advance!
Marcus
_______________________________________________
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