In mac osx for most of the applications keeps a dock icon. But if the developer of the same applications wants to hide the dock icon, then how do he hide it?
As a developer i know 'Info.plist' property file is one way to hide the dock icon for an application.
But dont we have any other solution for this?
I hope there should be some other ways as everybody know "there are N no of way of solutions for a problem"
Thanks in advance
M@k4mac
The Info.plist solution is the only way to hide the icon from the Dock (for a GUI application).
What are you trying to accomplish? Maybe there's a solution that can be worked out if you give more details.