aboutsummaryrefslogtreecommitdiff
path: root/dists/macosx/Info.plist.in
diff options
context:
space:
mode:
authorThierry Crozat2016-03-20 21:27:47 +0000
committerThierry Crozat2016-03-25 15:37:13 +0000
commitd519dd8ec3ee7258ed3657821990553a84960e2a (patch)
tree7bf099f9fef3e2621e3a27f035f766c7f6a4fc04 /dists/macosx/Info.plist.in
parent2671918c92d68733e651fa870ee0e1de167ed128 (diff)
downloadscummvm-rg350-d519dd8ec3ee7258ed3657821990553a84960e2a.tar.gz
scummvm-rg350-d519dd8ec3ee7258ed3657821990553a84960e2a.tar.bz2
scummvm-rg350-d519dd8ec3ee7258ed3657821990553a84960e2a.zip
OS X: Implement a Dock Tile Plugin to display recent games menu in dock
This allows to start a recently played game directly from the dock. The ScummVM.app application should have been permanently added to the dock and the menu is only present when ScummVM is not running. The list of recently played game is written by the taskbar code in ScummVM. The Dock Tile Plugin only reads that list to populate the menu.
Diffstat (limited to 'dists/macosx/Info.plist.in')
-rw-r--r--dists/macosx/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 55be27d77b..7ba49f2dca 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -54,6 +54,8 @@
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>http://www.scummvm.org/appcasts/macosx/release.xml</string>
+ <key>NSDockTilePlugIn</key>
+ <string>scummvm.docktileplugin</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>