Is it possible to hide one specific application using cocoa?
I know you can hide all other applications using the following code
[[NSWorkspace sharedWorkspace] performSelectorOnMainThread:@selector(hideOtherApplications) withObject:NULL waitUntilDone:NO];
But is it possible to hide just one specific application say Safari for example?