summaryrefslogtreecommitdiffstats
path: root/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs/PkgBuildComponent.plist
blob: 56d8701bd2db76ddaf9a02123bfb9a4fa1334b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
    <dict>
         <key>RootRelativeBundlePath</key>               <string>VBoxGuest.kext</string>
         <key>BundleIsRelocatable</key>                  <false/>
         <key>BundleIsVersionChecked</key>               <false/>
         <key>BundleHasStrictIdentifier</key>            <false/>
         <key>BundleOverwriteAction</key>                <string>upgrade</string>
         <key>BundlePostInstallScriptPath</key>          <string>postflight</string>
    </dict>
</array>
</plist>