Re: Required InfoPlist entries
Re: Required InfoPlist entries
- Subject: Re: Required InfoPlist entries
- From: Douglas Davidson <email@hidden>
- Date: Tue, 16 Dec 2003 15:01:11 -0800
On Dec 16, 2003, at 1:40 PM, Lorenzo Thurman wrote:
Can someone tell me which entries are required (if any) for a Mach-O
application? I checked this page:
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPRuntimeConfig/Concepts/PListKeys.html#//apple_ref/doc/uid/20001431/
BABCIDJE
but the closest thing to required I see is the CFBundleExecutable key.
No keys are strictly required, but we strongly recommend the use of
CFBundleExecutable, CFBundleInfoDictionaryVersion, CFBundleVersion,
CFBundleIdentifier, and CFBundleDevelopmentRegion because of their use
in common housekeeping functions such as distinguishing bundles,
locating a particular bundle, determining what localization to use,
etc. There are many features across the system that require the use of
particular keys--for example, you will not be able to bind to
particular document types without the CFBundleDocumentTypes keys.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.