Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Mac OS X: Prevent showing the icon on the dock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Dec 20, 2011
1 parent 5528c04 commit 24f6325
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,7 +2,7 @@
*.pro.user*
*.xcodeproj
Makefile*
bin/
bin/phantomjs
*~
*.moc
moc_*
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -13,6 +13,7 @@ Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes.

* Fix potential crash in QUrl with Qt 4.8 (issue 304)
* Fix bug in CookieJar with QSettings and string (PyPhantomJS issue 10)
* Prevent showing the icon on Mac OS X Dock (issue 281)

Examples

Expand Down
12 changes: 12 additions & 0 deletions bin/Info.plist
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleExecutable</key>
<string>phantomjs</string>
<key>CFBundleIdentifier</key>
<string>org.phantomjs</string>
<key>LSUIElement</key>
<string>1</string>
</dict>
</plist>

0 comments on commit 24f6325

Please sign in to comment.