BackgroundMusic/BGMDriver
Kyle Neideck 847313a174
Log debug messages to syslog and include debug symbols in BGMApp bundle.
In BGMApp, messages logged with the DebugMsg macro now go to syslog
instead of stdout.

People running standalone BGMApp debug builds (i.e. not in Xcode) should
be able the find the debug logs more easily. Xcode still shows the debug
logs normally when running BGMApp in Xcode.

Also, debug symbols (the .dSYM directory) are now included in the
Background Music.app bundle. (In both debug and release builds.)
CrashReporter is able to find these and use them to symbolicate BGMApp
crash logs.
2016-12-26 21:27:41 +11:00
..
BGMDriver Enable more warnings in BGMDriver. 2016-09-08 00:24:57 +10:00
BGMDriver.xcodeproj Log debug messages to syslog and include debug symbols in BGMApp bundle. 2016-12-26 21:27:41 +11:00
BGMDriverTests Add BGM_Driver tests: get/set the music player bundle ID property. 2016-07-04 16:32:59 +10:00
PublicUtility Enable more warnings in BGMDriver. 2016-09-08 00:24:57 +10:00