BackgroundMusic/BGMDriver/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
..
DeviceClients Fix rare race condition in BGM_TaskQueue (hopefully). 2016-04-30 20:50:29 +10:00
BGM_Device.cpp Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_Device.h Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_Object.cpp Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_Object.h Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_PlugIn.cpp Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_PlugIn.h Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_PlugInInterface.cpp Fix build failure on case-sensitive file systems. Fixes #64. 2016-06-16 18:38:29 +10:00
BGM_TaskQueue.cpp Fix rare race condition in BGM_TaskQueue (hopefully). 2016-04-30 20:50:29 +10:00
BGM_TaskQueue.h Fix rare race condition in BGM_TaskQueue (hopefully). 2016-04-30 20:50:29 +10:00
BGM_WrappedAudioEngine.cpp Initial commit 2016-02-19 16:25:34 +11:00
BGM_WrappedAudioEngine.h Initial commit 2016-02-19 16:25:34 +11:00
BGM_XPCHelper.h Add an XPC helper. Sync BGMApp and BGMDriver with it while starting IO. 2016-03-31 11:42:24 +11:00
BGM_XPCHelper.m Fix possible deadlock when starting IO. 2016-04-30 21:28:16 +10:00
DeviceIcon.icns Initial commit 2016-02-19 16:25:34 +11:00
Info.plist Add an XPC helper. Sync BGMApp and BGMDriver with it while starting IO. 2016-03-31 11:42:24 +11:00
quick_install.sh BGMXPCHelper can now be installed with xcodebuild. 2016-04-04 04:55:17 +10:00