1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Suppress the webkit_server Dock icon on Mac OS X.

This commit is contained in:
Chris Griego 2011-05-26 17:09:17 -05:00 committed by Joe Ferris
parent 465e5edb12
commit 7fae718d63
2 changed files with 23 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
*.swp
bin
bin/webkit_server
*.swo
*~
*.o

22
bin/Info.plist Normal file
View file

@ -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>