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