AU made with JUCE now crash auval in OS X 10.6

Now that the juce_audio_plugin module embeds Apple's CoreAudio support files (awesome change btw! one less thing to set up!), it now also embeds the corresponding bugs in those files:

When building plugins with current JUCE in Xcode using OS X SDK >= 10.9, those plugins will crash and fail validation when used in OS X 10.6.

Fix: https://github.com/soundradix/JUCE/commit/e0fe18f5fd764399cfdb027b7f380f43ce372648

More details in this old thread: http://www.juce.com/forum/topic/aus-build-sdk-109-crash-older-auval-work-around-request

Cheers, Yair

Thanks for the reminder! I'll merge that in..