VirtualBox

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

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

VirtualBoxVM: Add NSCameraUsageDescription and NSMicrophoneUsageDescription to the VirtualBoxVM Info.plist or TCC aborts the process when either audio input or a webcam are accessed

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 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>VBVM</string>
7 <key>CFBundleDevelopmentRegion</key> <string>English</string>
8 <key>CFBundleIdentifier</key> <string>org.virtualbox.app.VirtualBoxVM</string>
9 <key>CFBundleName</key> <string>VirtualBox VM</string>
10 <key>CFBundleExecutable</key> <string>VirtualBoxVM</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@ @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> <true/>
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</dict>
22</plist>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use