]> granicus.if.org Git - handbrake/commitdiff
MacGui: declare the public.movie UTI document type in the info.plist, so HB will...
authorritsuka <damiog@gmail.com>
Sat, 10 Jan 2015 16:51:29 +0000 (16:51 +0000)
committerritsuka <damiog@gmail.com>
Sat, 10 Jan 2015 16:51:29 +0000 (16:51 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6723 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Info.plist.m4

index 19e8721363be70652b14de0a227dc7cd8bd75509..9c490e6a6cadf81d0e2f281a125206967e87bfb7 100644 (file)
@@ -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>