Thanks Mr.Kyle for your quick reply,
You are correct.
I have added the following line in my info.plist
NSUIElement
1
I do not want to show my application on the dock.
Thanks,
Ramesh.P
On , Kyle Sluder wrote:
On Sun, Jan 24, 2010 at 11:36 PM, Ramesh P ramesh.pauldu...@gmail.com>
wrote:
On Sun, Jan 24, 2010 at 11:36 PM, Ramesh P wrote:
> My cocoa application is running successfully. But when I use this code
> NSLog(@"%@",[[NSWorkspace sharedworkspace]launchedapplication]);
> in another application, it is not printing my application name. What is the
> problem with my running appl