Re: Docklet(ing) API & 10.1: Where ????
Re: Docklet(ing) API & 10.1: Where ????
- Subject: Re: Docklet(ing) API & 10.1: Where ????
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 3 Oct 2001 21:48:06 +0100
On Wednesday, October 3, 2001, at 09:25 PM, Cyril Godefroy wrote:
I am too interested in the way to create faceless applications. I have
tried to create a project without any menu nor window, but I still get
at least an empty menu bar.
If you use the AppKit in any way, you will need to make sure you set
LSBackgroundOnly to true in your Info.plist as discussed here:
http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/SoftwareConfig/
Information_perty_Lists.html
(note that you can do this from the "bundle settings" tab of target
settings from within project builder)
-- Finlay