BackgroundMusic/pkg
Kyle Neideck 70a64de734
Fix apps failing to start audio after upgrading Background Music.
A macOS bug was stopping BGMXPCHelper from running, which would stop
BGMDevice from starting IO. It would wait in StartIO until timing out.

I'm not sure why that didn't cause BGMDriver's XPC connection fail. If
it had, BGMDevice would have just started IO without waiting for BGMApp
to be ready. The it would have just dropped some initial frames and
logged an error instead of freezing for 30 seconds.

The fix/workaround is to delete the old version of BGMXPCHelper before
installing the new one.
2020-04-19 16:43:17 +10:00
..
Distribution.xml.template Add an archive option (-a) to build_and_install.sh. 2020-02-05 00:09:14 +11:00
pkgbuild.plist Never show warning dialog box in command-line pkg installs. 2017-06-13 23:18:10 +10:00
postinstall Fix apps failing to start audio after upgrading Background Music. 2020-04-19 16:43:17 +10:00
preinstall Never show warning dialog box in command-line pkg installs. 2017-06-13 23:18:10 +10:00
README.md Add a repackage option (-r) to package.sh. 2020-02-09 20:19:41 +11:00

Files used by package.sh, the script that creates the .pkg installer.