From d519dd8ec3ee7258ed3657821990553a84960e2a Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 20 Mar 2016 21:27:47 +0000 Subject: 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. --- dists/macosx/Info.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dists/macosx/Info.plist') diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 7f6170294a..4013838e68 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -54,6 +54,8 @@ NSApplication SUFeedURL http://www.scummvm.org/appcasts/macosx/release.xml + NSDockTilePlugIn + scummvm.docktileplugin SUPublicDSAKeyFile dsa_pub.pem -- cgit v1.2.3