VirtualBox

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

Last change on this file was 85656, checked in by vboxsync, 4 years ago

FE/VirtualBox: Add NSCameraUsageDescription and NSMicrophoneUsageDescription to Info.plist, required to request camera and audio input permission, bugref:9805

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 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>VBOX</string>
7 <key>CFBundleDevelopmentRegion</key> <string>English</string>
8 <key>CFBundleIdentifier</key> <string>org.virtualbox.app.VirtualBox</string>
9 <key>CFBundleName</key> <string>VirtualBox</string>
10 <key>CFBundleExecutable</key> <string>VirtualBox</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@ Manager @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>LSCanProvideIMVideoDataSource</key> <false/>
17 <key>NSHighResolutionCapable</key> <true/>
18 <key>NSSupportsAutomaticGraphicsSwitching</key><true/>
19 <key>NSCameraUsageDescription</key> <string>VirtualBox needs camera access for emulated webcam passthrough</string>
20 <key>NSMicrophoneUsageDescription</key> <string>VirtualBox needs microphone access for guest audio input</string>
21 <key>CFBundleDocumentTypes</key>
22 <array>
23 <dict>
24 <key>CFBundleTypeName</key> <string>VirtualBox Extension Pack</string>
25 <key>CFBundleTypeExtensions</key> <array><string>vbox-extpack</string></array>
26 <key>CFBundleTypeRole</key> <string>Viewer</string>
27 <key>LSHandlerRank</key> <string>Owner</string>
28 <key>CFBundleTypeIconFile</key> <string>virtualbox-vbox-extpack</string>
29 </dict>
30 <dict>
31 <key>CFBundleTypeName</key> <string>Open Virtualization Format</string>
32 <key>CFBundleTypeExtensions</key> <array><string>ovf</string></array>
33 <key>CFBundleTypeRole</key> <string>Viewer</string>
34 <key>CFBundleTypeIconFile</key> <string>virtualbox-ovf</string>
35 </dict>
36 <dict>
37 <key>CFBundleTypeName</key> <string>Open Virtualization Format Archive</string>
38 <key>CFBundleTypeExtensions</key> <array><string>ova</string></array>
39 <key>CFBundleTypeRole</key> <string>Viewer</string>
40 <key>CFBundleTypeIconFile</key> <string>virtualbox-ova</string>
41 </dict>
42 <dict>
43 <key>CFBundleTypeName</key> <string>Virtual Disk Image</string>
44 <key>CFBundleTypeExtensions</key> <array><string>vdi</string></array>
45 <key>CFBundleTypeRole</key> <string>None</string>
46 <key>CFBundleTypeIconFile</key> <string>virtualbox-vdi</string>
47 </dict>
48 <dict>
49 <key>CFBundleTypeName</key> <string>Virtual Machine Disk Format</string>
50 <key>CFBundleTypeExtensions</key> <array><string>vmdk</string></array>
51 <key>CFBundleTypeRole</key> <string>None</string>
52 <key>CFBundleTypeIconFile</key> <string>virtualbox-vmdk</string>
53 </dict>
54 <dict>
55 <key>CFBundleTypeName</key> <string>Virtual Hard Disk</string>
56 <key>CFBundleTypeExtensions</key> <array><string>vhd</string></array>
57 <key>CFBundleTypeRole</key> <string>None</string>
58 <key>CFBundleTypeIconFile</key> <string>virtualbox-vhd</string>
59 </dict>
60 <dict>
61 <key>CFBundleTypeName</key> <string>Virtual Hard Disk</string>
62 <key>CFBundleTypeExtensions</key> <array><string>hdd</string></array>
63 <key>CFBundleTypeRole</key> <string>None</string>
64 <key>CFBundleTypeIconFile</key> <string>virtualbox-hdd</string>
65 </dict>
66 </array>
67</dict>
68</plist>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use