Browse Source

macosx: Add DAV file extension association

(manual backport of d18a840b7b)
pull/135/head
Marvin Scholz 5 years ago
committed by Hugo Beauzée-Luyssen
parent
commit
4d467d9ea1
  1. 29
      share/Info.plist.in

29
share/Info.plist.in

@ -356,6 +356,18 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeIconFile</key>
<string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>DAV Video File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>org.videolan.dav</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
@ -2366,6 +2378,23 @@
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.video</string>
</array>
<key>UTTypeDescription</key>
<string>DAV Video File</string>
<key>UTTypeIdentifier</key>
<string>org.videolan.dav</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>dav</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>

Loading…
Cancel
Save