[Q] NSHumanReadableCopyright vs. CFBundleGetInfoString
[Q] NSHumanReadableCopyright vs. CFBundleGetInfoString
- Subject: [Q] NSHumanReadableCopyright vs. CFBundleGetInfoString
- From: Eric Gorr <email@hidden>
- Date: Tue, 11 Aug 2009 18:18:52 -0400
At:
http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html
The documentation for NSHumanReadableCopyright & CFBundleGetInfoString
say:
NSHumanReadableCopyright
NSHumanReadableCopyright (String). This key contains a string with the
copyright notice for the bundle; for example, © 2008, My Company. You
can load this string and display it in an About dialog box. This key
can be localized by including it in your InfoPlist.strings files. This
key replaces the obsolete CFBundleGetInfoString key.
CFBundleGetInfoString
CFBundleGetInfoString (String) provides a brief description of the
bundle. For an application bundle, this key provides a short
description of the application or the current release that the build
or release version number cannot convey; for example, the date of the
release. This key can be localized.
However, if I only define a NSHumanReadableCopyright string in my
Info.plist file, the string that appears in the Version field of the
Get Info window is from CFBundleShortVersionString.
If I define CFBundleGetInfoString, this string does appear in the
Version field of the Get Info window.
Is CFBundleGetInfoString actually obsolete?
Should the string from NSHumanReadableCopyright appear in the Version
field of the Get Info window? _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden