MACOSX: Add Drag and Drop support

This commit is contained in:
Cameron Cawley 2019-03-24 11:19:04 +00:00 committed by Thierry Crozat
parent d7b2b1b8f9
commit 9c29b03c43
2 changed files with 28 additions and 0 deletions

View File

@ -6,6 +6,20 @@
<string>English</string>
<key>CFBundleDisplayName</key>
<string>ScummVM</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>All Files</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>

View File

@ -6,6 +6,20 @@
<string>English</string>
<key>CFBundleDisplayName</key>
<string>ScummVM</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>All Files</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>