VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/Info.plist

Last change on this file was 96399, checked in by vboxsync, 22 months ago

/Config.kmk and many other places: Change VBOX_VENDOR to the official copyright holder text, needs follow-up changes and equivalent adjustments elsewhere.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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>CFBundleDevelopmentRegion</key> <string>English</string>
6 <key>CFBundleExecutable</key> <string>VBoxNetFlt</string>
7 <key>CFBundleIdentifier</key> <string>org.virtualbox.kext.VBoxNetFlt</string>
8 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
9 <key>CFBundleName</key> <string>VBoxNetFlt</string>
10 <key>CFBundlePackageType</key> <string>KEXT</string>
11 <key>CFBundleSignature</key> <string>????</string>
12 <key>CFBundleGetInfoString</key> <string>@VBOX_PRODUCT@ @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</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>IOKitPersonalities</key>
16 <dict>
17 </dict>
18 <key>OSBundleLibraries</key>
19 <dict>
20 <key>com.apple.kpi.bsd</key> <string>8.8.1</string>
21 <key>com.apple.kpi.mach</key> <string>8.8.1</string>
22 <key>com.apple.kpi.libkern</key> <string>8.8.1</string>
23 <key>com.apple.kpi.unsupported</key> <string>8.8.1</string>
24 <key>com.apple.kpi.iokit</key> <string>8.8.1</string>
25 <key>org.virtualbox.kext.VBoxDrv</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
26 </dict>
27 <key>OSBundleLibraries_x86_64</key>
28 <dict>
29 <key>com.apple.kpi.bsd</key> <string>10.0.0d3</string>
30 <key>com.apple.kpi.mach</key> <string>10.0.0d3</string>
31 <key>com.apple.kpi.libkern</key> <string>10.0.0d3</string>
32 <key>com.apple.kpi.unsupported</key> <string>10.0.0d3</string>
33 <key>com.apple.kpi.iokit</key> <string>10.0.0d3</string>
34 <key>org.virtualbox.kext.VBoxDrv</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
35 </dict>
36</dict>
37</plist>
38
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use