summaryrefslogtreecommitdiffstats
path: root/src/VBox/Installer/darwin/VirtualBox/PkgBuildComponent.plist
blob: a67ae42c9d68b4ec2d56566b8b85319036a15c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>VirtualBox.app</string>
            <key>BundleIsRelocatable</key>                  <false/>
            <key>BundleIsVersionChecked</key>               <false/>
            <key>BundleHasStrictIdentifier</key>            <false/>
            <key>BundleOverwriteAction</key>                <string>upgrade</string>
            <key>BundlePreInstallScriptPath</key>           <string>preflight</string>
            <key>BundlePostInstallScriptPath</key>          <string>postflight</string>
       </dict>
</array>
</plist>