VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/vmstarter-Info.plist

Last change on this file was 71027, checked in by vboxsync, 6 years ago

FE/Qt: big svn props cleanup

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundlePackageType</key> <string>APPL</string>
6 <key>CFBundleSignature</key> <string>VMST</string>
7 <key>CFBundleDevelopmentRegion</key> <string>English</string>
8 <key>CFBundleIdentifier</key> <string>org.virtualbox.app.vmstarter</string>
9 <key>CFBundleName</key> <string>vmstarter</string>
10 <key>CFBundleExecutable</key> <string>vmstarter</string>
11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
12 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
13 <key>CFBundleGetInfoString</key> <string>@VBOX_PRODUCT@ vmstarter @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
14 <key>CFBundleIconFile</key> <string>virtualbox</string>
15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
16 <key>LSUIElement</key> <true/>
17 <key>NSHighResolutionCapable</key> <true/>
18 <key>NSSupportsAutomaticGraphicsSwitching</key><true/>
19 <key>CFBundleDocumentTypes</key>
20 <array>
21 <dict>
22 <key>CFBundleTypeName</key> <string>VirtualBox Machine Definition</string>
23 <key>CFBundleTypeExtensions</key> <array><string>vbox</string></array>
24 <key>CFBundleTypeRole</key> <string>Editor</string>
25 <key>LSHandlerRank</key> <string>Owner</string>
26 <key>CFBundleTypeIconFile</key> <string>virtualbox-vbox</string>
27 </dict>
28 </array>
29</dict>
30</plist>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use