Skip to content

Commit

Permalink
Mac OS X: Hide dock icon for Doomsday.app
Browse files Browse the repository at this point in the history
Currently Doomsday.app is internal to the "Doomsday Engine.app"
bundle and is not launched independently. Also, in curses mode
the icon should not be shown, as the app must behave like a regular
text mode app.
  • Loading branch information
skyjake committed Mar 27, 2012
1 parent 6c9283e commit 07dfd0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doomsday/build/mac/Info.plist
Expand Up @@ -16,9 +16,7 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.9.8</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSUIElement</key>
<string>1</string>
</dict>
</plist>

0 comments on commit 07dfd0e

Please sign in to comment.