[vlc-commits] macosx: Add DAV file extension association
Marvin Scholz
git at videolan.org
Mon Dec 9 12:38:54 CET 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Dec 4 15:19:20 2019 +0100| [d18a840b7b38b0a9cd3d189865219ec514b30f34] | committer: Marvin Scholz
macosx: Add DAV file extension association
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d18a840b7b38b0a9cd3d189865219ec514b30f34
---
share/Info.plist.in | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/share/Info.plist.in b/share/Info.plist.in
index c1a9939a8b..cbe7a6cf25 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -427,6 +427,17 @@
<string>com.sony.dsf</string>
</array>
</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>
<key>CFBundleTypeIconFile</key>
<string>audio.icns</string>
@@ -2380,6 +2391,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>
More information about the vlc-commits
mailing list