Commit 27bbe462 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: allow drag and drop of disks on the VLC icon in the Dock and in the Finder (close #8377)

(cherry picked from commit f8374c73f502e9befee05539db08ca9147bf8724)
parent 07699ed8
......@@ -16,6 +16,20 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>public.volume</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>disk</string>
</array>
<key>CFBundleTypeName</key>
<string>Volume</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment