From c3f85880956700a10dc64728e5d75514d50a926e Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Mon, 3 Aug 2015 17:41:09 +0100 Subject: [PATCH] Re-saved Introjucer.jucer. --- extras/Introjucer/JuceLibraryCode/BinaryData.cpp | 10 +--------- extras/Introjucer/JuceLibraryCode/BinaryData.h | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/extras/Introjucer/JuceLibraryCode/BinaryData.cpp b/extras/Introjucer/JuceLibraryCode/BinaryData.cpp index 67fd582498..45ab672e50 100644 --- a/extras/Introjucer/JuceLibraryCode/BinaryData.cpp +++ b/extras/Introjucer/JuceLibraryCode/BinaryData.cpp @@ -1432,14 +1432,6 @@ static const unsigned char temp_binary_data_21[] = " cp -r \"$original\" \"$AU\"\r\n" " sed -i \"\" -e 's/TDMwPTul/BNDLPTul/g' \"$AU/Contents/PkgInfo\"\r\n" " sed -i \"\" -e 's/TDMw/BNDL/g' \"$AU/Contents/$INFOPLIST_FILE\"\r\n" -"\r\n" -" # Fix info.plist for AUs built with Xcode 3\r\n" -" if [ -f \"$DEVELOPER_DIR/Library/Developer/CoreAudio/AudioUnits/AUPublic/AUBase/AUPlugInDispatch.cpp\" ]; then\r\n" -" echo\r\n" -" else\r\n" -" echo \"Removing AudioComponents entry from Info.plist because this is not a new-format AU\"\r\n" -" /usr/libexec/PlistBuddy -c \"Delete AudioComponents\" \"$AU/Contents/Info.plist\"\r\n" -" fi\r\n" "fi\r\n" "\r\n" "if [ $copyVST -gt 0 ]; then\r\n" @@ -4105,7 +4097,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw case 0x0842c43c: numBytes = 308; return jucer_NewCppFileTemplate_h; case 0x36e634a1: numBytes = 1626; return jucer_NewInlineComponentTemplate_h; case 0x7fbac252: numBytes = 1827; return jucer_OpenGLComponentTemplate_cpp; - case 0x44be9398: numBytes = 3108; return AudioPluginXCodeScript_txt; + case 0x44be9398: numBytes = 2745; return AudioPluginXCodeScript_txt; case 0x4a0cfd09: numBytes = 151; return background_tile_png; case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml; case 0xe8b08520: numBytes = 1050; return colourscheme_light_xml; diff --git a/extras/Introjucer/JuceLibraryCode/BinaryData.h b/extras/Introjucer/JuceLibraryCode/BinaryData.h index fd9e099798..fa7832d8ca 100644 --- a/extras/Introjucer/JuceLibraryCode/BinaryData.h +++ b/extras/Introjucer/JuceLibraryCode/BinaryData.h @@ -73,7 +73,7 @@ namespace BinaryData const int jucer_OpenGLComponentTemplate_cppSize = 1827; extern const char* AudioPluginXCodeScript_txt; - const int AudioPluginXCodeScript_txtSize = 3108; + const int AudioPluginXCodeScript_txtSize = 2745; extern const char* background_tile_png; const int background_tile_pngSize = 151;