1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
---|
3 | <plist version="1.0">
|
---|
4 | <array>
|
---|
5 | <dict>
|
---|
6 | <key>RootRelativeBundlePath</key> <string>VBoxGuest.kext</string>
|
---|
7 | <key>BundleIsRelocatable</key> <false/>
|
---|
8 | <key>BundleIsVersionChecked</key> <false/>
|
---|
9 | <key>BundleHasStrictIdentifier</key> <false/>
|
---|
10 | <key>BundleOverwriteAction</key> <string>upgrade</string>
|
---|
11 | <key>BundlePostInstallScriptPath</key> <string>postflight</string>
|
---|
12 | </dict>
|
---|
13 | </array>
|
---|
14 | </plist>
|
---|
15 |
|
---|