From 9c29b03c43f4ed1b4c6f08d6616ea330c9b8eca5 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 24 Mar 2019 11:19:04 +0000 Subject: MACOSX: Add Drag and Drop support --- dists/macosx/Info.plist | 14 ++++++++++++++ dists/macosx/Info.plist.in | 14 ++++++++++++++ 2 files changed, 28 insertions(+) (limited to 'dists/macosx') diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 19b736c647..40e9224a57 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -6,6 +6,20 @@ English CFBundleDisplayName ScummVM + CFBundleDocumentTypes + + + CFBundleTypeName + All Files + LSHandlerRank + Alternate + LSItemContentTypes + + public.data + public.content + + + CFBundleExecutable scummvm CFBundleGetInfoString diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index eefe91d9be..26d650071c 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -6,6 +6,20 @@ English CFBundleDisplayName ScummVM + CFBundleDocumentTypes + + + CFBundleTypeName + All Files + LSHandlerRank + Alternate + LSItemContentTypes + + public.data + public.content + + + CFBundleExecutable scummvm CFBundleGetInfoString -- cgit v1.2.3