Re: Preference application
Re: Preference application
- Subject: Re: Preference application
- From: "Tom Harrington" <email@hidden>
- Date: Mon, 16 Jul 2007 09:50:48 -0600
On 7/15/07, Devraj Mukherjee <email@hidden> wrote:
I am contemplating writing a System Preference pane for an application
I a developing (this application is a deamon and is headless at most
times, except events have prompts). Is it wise to have the System
Preference pane as part of the same project or is it wise to have a
second project with the System Preference pane?
I've written a number of preference panes, and I've always made the
background application part of the same Xcode project. Create the
project file with the preference pane template, and then create
another target in the project for your background tool. Set it up so
that the preference pane target depends on the daemon target, and then
building the preference pane will build both targets.
This should probably be over on the Xcode list.
--
Tom Harrington
email@hidden
AIM: atomicbird1
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden