Re: Newbee: Problems with info.plist
Re: Newbee: Problems with info.plist
- Subject: Re: Newbee: Problems with info.plist
- From: Marcus Pedersén <email@hidden>
- Date: Mon, 14 Aug 2006 22:07:54 +0200
14 aug 2006 kl. 21.45 skrev Robert Sesek:
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
Thanks!
Acording to the tutorial I was supposed to delete InfoPlist.strings
so I have deleted it. Is that the probkem why?
-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