MACOSX: Add Drag and Drop support
This commit is contained in:
parent
d7b2b1b8f9
commit
9c29b03c43
2 changed files with 28 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue