summaryrefslogtreecommitdiffstats
path: root/macosx/Info.plist.m4
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-10 16:51:29 +0000
committerritsuka <[email protected]>2015-01-10 16:51:29 +0000
commit0c5b67ec4b331028bac27c6761ae371dc75391b2 (patch)
treebbf031b497f07c658558968ca1eea28cd6875517 /macosx/Info.plist.m4
parent29831ae074af9790626b4711c5d0fa3527579db5 (diff)
MacGui: declare the public.movie UTI document type in the info.plist, so HB will show up in the Open With menu in Finder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6723 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Info.plist.m4')
-rw-r--r--macosx/Info.plist.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4
index 19e872136..9c490e6a6 100644
--- a/macosx/Info.plist.m4
+++ b/macosx/Info.plist.m4
@@ -26,6 +26,14 @@ dnl
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
+ <dict>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.movie</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ </dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>