Re: Apple help and CFBundleIdentifier
Re: Apple help and CFBundleIdentifier
- Subject: Re: Apple help and CFBundleIdentifier
- From: David Remahl <email@hidden>
- Date: Sat, 23 Feb 2002 01:54:43 +0100
>
On page 27 of "Providing User Assistance with Apple Help" it says:
>
>
"Note that your Info.plist must also contain a valid CFBundleIdentifier
>
entry."
>
>
This is blank in my current project and everything seems to work (except
>
help). The help tag for this field in PB says:
>
>
Java-package style name used to uniquely identify the product
>
>
Is this really tied to Apple Help somehow? Do I need to put something
>
there?
Yep - for a bunch of reasons. Help support is one of them. You should put
something like
com.yourcompany.yourprogram
in that field.
/ David
>
Steve
_______________________________________________
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.