diff options
author | Nyx0uf <benjgodard@me.com> | 2014-12-02 09:43:31 +0100 |
---|---|---|
committer | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2014-12-02 20:48:19 +0100 |
commit | 84866cac2d7d8cfc9b2fc263b61dcd1aa5759750 (patch) | |
tree | 921d1c73808ead335e88c6315887a870adf4da21 /TOOLS/osxbundle/mpv.app/Contents | |
parent | f984b797201309206e3821ead83c1ce49cee19da (diff) |
cocoa: add mk3d UTI to bundle's plist
This should allow lauching a mk3d file directly from the Finder.
Fixes #1311
Diffstat (limited to 'TOOLS/osxbundle/mpv.app/Contents')
-rw-r--r-- | TOOLS/osxbundle/mpv.app/Contents/Info.plist | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ <string>VOB</string> <string>WEBM</string> <string>WMV</string> + <string>MK3D</string> <string>asf</string> <string>avi</string> <string>cpk</string> @@ -122,6 +123,7 @@ <string>vob</string> <string>webm</string> <string>wmv</string> + <string>mk3d</string> </array> <key>CFBundleTypeIconFile</key> <string>document.icns</string> @@ -522,6 +524,27 @@ <string>public.movie</string> </array> <key>UTTypeDescription</key> + <string>Matroska stereoscopic/3D video</string> + <key>UTTypeIconFile</key> + <string>document.icns</string> + <key>UTTypeIdentifier</key> + <string>io.mpv.mk3d</string> + <key>UTTypeReferenceURL</key> + <string>http://www.matroska.org</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> + <string>mk3d</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>public.movie</string> + </array> + <key>UTTypeDescription</key> <string>WebM Video</string> <key>UTTypeIconFile</key> <string>document.icns</string> |