From a54e4ac576e3eec879f040efc36f13db23a68713 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 18 Nov 2013 14:58:29 +0000 Subject: [PATCH] Update .gitignore and some comments. --- .gitignore | 1 + modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 1b7ec85948..7d92e2952f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.d *.sdf xcuserdata +*.xccheckout contents.xcworkspacedata .DS_Store .svn diff --git a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm index dc00435c4a..0ebcf9ec7e 100644 --- a/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm +++ b/modules/juce_audio_plugin_client/AU/juce_AU_Wrapper.mm @@ -56,6 +56,13 @@ #define Component CarbonDummyCompName #endif +/* + Got an include error here? + + You probably need to install Apple's AU classes - see the + juce website for more info on how to get them: + http://www.juce.com/forum/topic/aus-xcode +*/ #include "AUMIDIEffectBase.h" #include "MusicDeviceBase.h" #undef Point