BackgroundMusic/BGMApp/BGMXPCHelper
Kyle Neideck 6ef13ed762
Fix an infinite loop in safe_install_dir.sh.
`pwd -P` was returning `//some/path` and the condition
`[[ "${PWD}" == / ]]` would end up as `[[ // == / ]]` and get stuck.
2022-03-31 15:33:43 +11:00
..
BGMXPCHelperService.h Add an XPC helper. Sync BGMApp and BGMDriver with it while starting IO. 2016-03-31 11:42:24 +11:00
BGMXPCHelperService.mm Set the OS default audio device back if BGMApp exits abnormally. 2017-10-23 20:19:42 +11:00
BGMXPCListenerDelegate.h Add an XPC helper. Sync BGMApp and BGMDriver with it while starting IO. 2016-03-31 11:42:24 +11:00
BGMXPCListenerDelegate.m Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00
com.bearisdriving.BGM.XPCHelper.plist.template BGMXPCHelper now runs as an unprivileged user, instead of root. 2016-04-07 00:48:36 +10:00
Info.plist Update the link to the latest SNAPSHOT in the README. 2021-04-03 18:28:01 +11:00
main.m Refactor non-UI code out of BGMAppVolumes. 2017-10-28 18:13:08 +11:00
post_install.sh Add an archive option (-a) to build_and_install.sh. 2020-02-05 00:09:14 +11:00
safe_install_dir.sh Fix an infinite loop in safe_install_dir.sh. 2022-03-31 15:33:43 +11:00