mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-12-03 17:29:28 +00:00
70a64de734
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. |
||
---|---|---|
.. | ||
Distribution.xml.template | ||
pkgbuild.plist | ||
postinstall | ||
preinstall | ||
README.md |
Files used by package.sh, the script that creates the .pkg installer.