Skip to content

Commit

Permalink
Suppress the webkit_server Dock icon on Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego authored and jferris committed Jun 14, 2011
1 parent 465e5ed commit 7fae718
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
*.swp
bin
bin/webkit_server
*.swo
*~
*.o
Expand Down
22 changes: 22 additions & 0 deletions bin/Info.plist
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
<string>webkit_server</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.webkit_server</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>LSUIElement</key>
<string>1</string>
</dict>
</plist>

0 comments on commit 7fae718

Please sign in to comment.