mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-23 04:33:03 +00:00
d322c3ac9b
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.
21 lines
920 B
Text
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>
|
|
|