From 84866cac2d7d8cfc9b2fc263b61dcd1aa5759750 Mon Sep 17 00:00:00 2001 From: Nyx0uf Date: Tue, 2 Dec 2014 09:43:31 +0100 Subject: cocoa: add mk3d UTI to bundle's plist This should allow lauching a mk3d file directly from the Finder. Fixes #1311 --- TOOLS/osxbundle/mpv.app/Contents/Info.plist | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'TOOLS/osxbundle') diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist index b07a0e0f80..bf81a00669 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist +++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist @@ -88,6 +88,7 @@ VOB WEBM WMV + MK3D asf avi cpk @@ -122,6 +123,7 @@ vob webm wmv + mk3d CFBundleTypeIconFile document.icns @@ -516,6 +518,27 @@ + + UTTypeConformsTo + + public.movie + + UTTypeDescription + Matroska stereoscopic/3D video + UTTypeIconFile + document.icns + UTTypeIdentifier + io.mpv.mk3d + UTTypeReferenceURL + http://www.matroska.org + UTTypeTagSpecification + + public.filename-extension + + mk3d + + + UTTypeConformsTo -- cgit v1.2.3