VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/darwin/Info.plist@ 15884

Last change on this file since 15884 was 10388, checked in by vboxsync, 17 years ago

Added OSBundleCompatibleVersion and set it to the current version since we don't want to mix kernel modules from different versions. (This attribute indicates the lowest version we're binary compatible with.)

File size: 2.3 KB
Line 
1
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>CFBundleDevelopmentRegion</key> <string>English</string>
6 <key>CFBundleExecutable</key> <string>VBoxDrv</string>
7 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxDrv</string>
8 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
9 <key>CFBundleName</key> <string>VBoxDrv</string>
10 <key>CFBundlePackageType</key> <string>KEXT</string>
11 <key>CFBundleSignature</key> <string>????</string>
12 <key>CFBundleGetInfoString</key> <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 Sun Microsystems, Inc.</string>
13 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
14 <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
15 <key>OSBundleCompatibleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
16 <key>IOKitPersonalities</key>
17 <dict>
18 <key>VBoxDrv</key>
19 <dict>
20 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxDrv</string>
21 <key>IOClass</key> <string>org_virtualbox_SupDrv</string>
22 <key>IOMatchCategory</key> <string>org_virtualbox_SupDrv</string>
23 <key>IOProviderClass</key> <string>IOResources</string>
24 <key>IOResourceMatch</key> <string>IOKit</string>
25 <key>IOUserClientClass</key> <string>org_virtualbox_SupDrvClient</string>
26 </dict>
27 </dict>
28 <key>OSBundleLibraries</key>
29 <dict>
30 <key>com.apple.kpi.bsd</key> <string>8.8.1</string>
31 <key>com.apple.kpi.mach</key> <string>8.8.1</string>
32 <key>com.apple.kpi.libkern</key> <string>8.8.1</string>
33 <key>com.apple.kpi.unsupported</key> <string>8.8.1</string>
34 <key>com.apple.kpi.iokit</key> <string>8.8.1</string>
35 <key>com.apple.kernel.bsd</key> <string>7.9.9</string>
36 <key>com.apple.kernel.mach</key> <string>7.9.9</string>
37 </dict>
38</dict>
39</plist>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette