Re: Preference Pane Sample Not quite working
Re: Preference Pane Sample Not quite working
- Subject: Re: Preference Pane Sample Not quite working
- From: John Tsombakos <email@hidden>
- Date: Mon, 12 Nov 2001 22:38:54 -0500
Thanks for the help, should have looked their first. That was what I
needed to change.
Thanks again!
jt
On Monday, November 12, 2001, at 11:34 AM, cocoa-dev-
email@hidden wrote:
Subject: Re: Preference Pane Sample Not quite working
From: Steve Bennett <email@hidden>
To: <email@hidden>
The Apple docs for Preference Panes are actually fairly good. I wish
all of
the Cocoa classes had overview documentation like this -- it would
save a
huge amount of trouble. If you look in the Developer Help Center,
preference panes are documented under "Additional Technologies".
There, under "Anatomy of a Preference Pane Bundle" or "Creating a
Preference
Pane Bundle", you can see that you'll either need to specify a
NSPrefPanelIconLabel key in your Info.plist, or make sure it's missing
and
set your "CFBundleName" entry in InfoPlist.strings to the value you
want.