]> git.sesse.net Git - vlc/blobdiff - extras/package/macosx/Info.plist.in
Support opening .xesc files on the Mac
[vlc] / extras / package / macosx / Info.plist.in
index 24b3514c19761208d4bd584f798aea5118eb4504..2261cbd3b018917fc161701aa3a62a53a486f454 100644 (file)
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                </dict>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>xesc</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>movie.icns</string>
+                       <key>CFBundleTypeName</key>
+                       <string>Expression Encoder Screen Capture 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>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
                </dict>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>wtv</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>generic.icns</string>
+                       <key>CFBundleTypeName</key>
+                       <string>Windows Recorded TV Show</string>
+                       <key>CFBundleTypeRole</key>
+                       <string>Viewer</string>
+               </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
        <string>VLCApplication</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.5.0</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
+       <key>NSSupportsAutomaticGraphicsSwitching</key>
+       <true/>
 </dict>
 </plist>