From 24f6325308d17f4f1463a74c734499b44edc38c2 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Mon, 19 Dec 2011 18:40:26 -0800 Subject: [PATCH] Mac OS X: Prevent showing the icon on the dock. http://code.google.com/p/phantomjs/issues/detail?id=281 --- .gitignore | 2 +- ChangeLog | 1 + bin/Info.plist | 12 ++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 bin/Info.plist diff --git a/.gitignore b/.gitignore index 16fb179e..043f419f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.pro.user* *.xcodeproj Makefile* -bin/ +bin/phantomjs *~ *.moc moc_* diff --git a/ChangeLog b/ChangeLog index 100f0c75..f8204843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/bin/Info.plist b/bin/Info.plist new file mode 100644 index 00000000..2ee62342 --- /dev/null +++ b/bin/Info.plist @@ -0,0 +1,12 @@ + + + + +CFBundleExecutable +phantomjs +CFBundleIdentifier +org.phantomjs +LSUIElement +1 + +