diff options
author | Nyx0uf <benjgodard@me.com> | 2014-09-12 12:29:58 +0200 |
---|---|---|
committer | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2014-12-01 21:34:31 +0100 |
commit | f008bbb4840ea7215b5aac2a6acd7fdf7e315065 (patch) | |
tree | a33d1902cfd9896fdcf555e90bfe59f646373473 | |
parent | 198fbba65505e7d2cf44fda8e2be61033c4441e6 (diff) |
cocoa: split mkv/webm for imported UTI in plist
-rw-r--r-- | TOOLS/osxbundle/mpv.app/Contents/Info.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist index 572d76cf2d..b07a0e0f80 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist +++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist @@ -513,6 +513,26 @@ <key>public.filename-extension</key> <array> <string>mkv</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> + <key>UTTypeIdentifier</key> + <string>io.mpv.webm</string> + <key>UTTypeReferenceURL</key> + <string>http://www.webmproject.org</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> <string>webm</string> </array> </dict> |