Hiding Dock window of application – Xcode 4
It’s fairly easy to hide application’s icon within Xcode 4.
Open application’s file Info.plist (it will have by default following name $PROJECT_NAME-Info.plist).
Insert new key/value:
NSUIElement (String): 1
August 1st, 2011 in
main entries