BackgroundMusic/BGMDriver
Kyle Neideck 1ee9fa348e Fix build failure on case-sensitive file systems. Fixes #64.
It seems that BGMDriver was failing to compile on case-sensitive file
systems because BGM_Types.h included "AudioServerPlugin.h" instead of
"AudioServerPlugIn.h". (Lowercase "i".)

I tried building with the project and Xcode on a case-sensitive disk
image and it would fail without this patch. So I figure it should at
least build now. I haven't had time to test Background Music on a system
running on a case-insensitive file system yet, so I added a TODO about
it in TODO.md.

Also, some unrelated tidying up.
2016-06-16 18:38:29 +10:00
..
BGMDriver Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGMDriver.xcodeproj Fix rare race condition in BGM_TaskQueue (hopefully). 2016-04-30 20:50:29 +10:00
BGMDriverTests Add an XPC helper. Sync BGMApp and BGMDriver with it while starting IO. 2016-03-31 11:42:24 +11:00
PublicUtility Initial commit 2016-02-19 16:25:34 +11:00