Skip navigation.
 
mlRe: Newbee: Problems with info.plist
FROM : Marcus Pedersén
DATE : Mon Aug 14 22:07:54 2006

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_removed>)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>

This email sent to <email_removed>

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