[vlc-devel] [PATCH 2/3] macosx: Add DAV file extension association

Marvin Scholz epirat07 at gmail.com
Wed Dec 4 15:19:46 CET 2019


---
 share/Info.plist.in | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/share/Info.plist.in b/share/Info.plist.in
index c1a9939a8b..d17851a9fc 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -2380,6 +2380,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>
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list