From 9c29b03c43f4ed1b4c6f08d6616ea330c9b8eca5 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 24 Mar 2019 11:19:04 +0000 Subject: [PATCH] MACOSX: Add Drag and Drop support --- dists/macosx/Info.plist | 14 ++++++++++++++ dists/macosx/Info.plist.in | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 19b736c6471..40e9224a57d 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 eefe91d9be2..26d650071cc 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