• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem with icon on Mac OS X 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with icon on Mac OS X 10.5


  • Subject: Re: Problem with icon on Mac OS X 10.5
  • From: "Ryan Chapman" <email@hidden>
  • Date: Fri, 25 Apr 2008 16:25:44 -0400

In your Info.plist (located in YourApp.app/Contents/Info.plist) add a key called LSUIElement and set its value to  "1" (string) to not show your application in the Dock

<key>LSUIElement</key>
    <string>1</string>

See http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-108256
for more info on LSUIElement.



On Fri, Apr 25, 2008 at 2:02 PM, Talita Menezes <email@hidden> wrote:
Hi,
I developed an application on mac which has to executable files.
The first one is the gui (xulrunner and js) and starts the second one which is the backend
of the application (C++). My problem is on leopard (10.5), when the second process
is launched a second application icon is displayed on Dock.
Is there some configuration I can change in my xcode project of the backend in order to not display the second icon?


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Problem with icon on Mac OS X 10.5
      • From: "Talita Menezes" <email@hidden>
References: 
 >Problem with icon on Mac OS X 10.5 (From: "Talita Menezes" <email@hidden>)

  • Prev by Date: Re: porting newer versions of gcc with XCode
  • Next by Date: Re: 64-bit woes
  • Previous by thread: Problem with icon on Mac OS X 10.5
  • Next by thread: Re: Problem with icon on Mac OS X 10.5
  • Index(es):
    • Date
    • Thread