BackgroundMusic/pkg/pkgbuild.plist
Kyle Neideck d322c3ac9b
Never show warning dialog box in command-line pkg installs.
Also,
 - add Background Music Device.driver to the array of bundles in
   pkgbuild.plist, and
 - don't warn about the permissions of the install dir for BGMXPCHelper
   in build_and_install.sh if it's only building.
2017-06-13 23:18:10 +10:00

21 lines
920 B
Text

<?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>Applications/Background Music.app</string>
<key>BundleHasStrictIdentifier</key> <false/>
<key>BundleIsRelocatable</key> <true/>
<key>BundleIsVersionChecked</key> <false/>
<key>BundleOverwriteAction</key> <string>upgrade</string>
</dict>
<dict>
<key>RootRelativeBundlePath</key> <string>Library/Audio/Plug-Ins/HAL/Background Music Device.driver</string>
<key>BundleHasStrictIdentifier</key> <false/>
<key>BundleIsRelocatable</key> <false/>
<key>BundleIsVersionChecked</key> <false/>
<key>BundleOverwriteAction</key> <string>upgrade</string>
</dict>
</array>
</plist>