4cebbcc23b
When using a macOS running on a case-sensitive filesystem, the project build fails due to AudioToolBox/AudioQueue.h not being found. The correct path is AudioToolbox/AudioQueue.h. Since macOS comes with a case-insensitive filesystem by default, this is a rare ocurrence among developers who change it to be case-sensitive.