]> git.sesse.net Git - vlc/blobdiff - extras/package/macosx/Info.plist.in
macosx: added a profile management system to the video effects (refs #7342)
[vlc] / extras / package / macosx / Info.plist.in
index 772b0e7371f6c5004aa7c2f64cb38f3a785c1317..f48dd009cfe69bfdf7898c04d2394b4410e5b36e 100644 (file)
@@ -19,6 +19,7 @@
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
+                               <string>f4v</string>
                                <string>flv</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>vlc</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>generic.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Generic VLC media player file</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-               </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                </dict>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>opus</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>generic.icns</string>
+                       <key>CFBundleTypeMIMETypes</key>
+                       <array>
+                               <string>audio/opus</string>
+                               <string>audio/ogg; codecs=opus</string>
+                       </array>
+                       <key>CFBundleTypeName</key>
+                       <string>OPUS file</string>
+                       <key>CFBundleTypeRole</key>
+                       <string>Viewer</string>
+               </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                        <string>Viewer</string>
                </dict>
                <dict>
+            <key>CFBundleTypeMIMETypes</key>
+                       <array>
+                               <string>video/mp2t</string>
+                       </array>
                        <key>CFBundleTypeExtensions</key>
                        <array>
                                <string>ts</string>
                                <string>m2ts</string>
                                <string>mts</string>
+                               <string>mt2s</string>
                        </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>mpeg.icns</string>
        </array>
        <key>CFBundleVersion</key>
        <string>@VERSION@</string>
+    <key>LSArchitecturePriority</key>
+       <array>
+               <string>x86_64</string>
+               <string>i386</string>
+               <string>ppc</string>
+       </array>
+       <key>LSMinimumSystemVersionByArchitecture</key>
+       <dict>
+               <key>i386</key>
+               <string>10.5.0</string>
+               <key>x86_64</key>
+               <string>10.6.0</string>
+               <key>ppc</key>
+               <string>10.5.0</string>
+               <key>ppc64</key>
+               <string>10.5.0</string>
+       </dict>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
        <key>NSMainNibFile</key>
        <string>VLCApplication</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.5.0</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
+       <key>NSSupportsAutomaticGraphicsSwitching</key>
+       <true/>
 </dict>
 </plist>