Skip navigation.
 
mlNewbee: Problems with info.plist
FROM : Marcus Pedersén
DATE : Mon Aug 14 21:41:24 2006

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

Related mailsAuthorDate
mlNewbee: Problems with info.plist Marcus Pedersén Aug 14, 21:41
mlRe: Newbee: Problems with info.plist Robert Sesek Aug 14, 21:45
mlRe: Newbee: Problems with info.plist Marcus Pedersén Aug 14, 22:07
mlRe: Newbee: Problems with info.plist Robert Sesek Aug 14, 22:16
mlRe: Newbee: Problems with info.plist Robert Sesek Aug 14, 22:39