1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Re-saved Introjucer.jucer.

This commit is contained in:
Timur Doumler 2015-08-03 17:41:09 +01:00
parent 3a7c138f02
commit c3f8588095
2 changed files with 2 additions and 10 deletions

View file

@ -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;