1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Introjucer: fix for AU build script.

This commit is contained in:
jules 2013-04-03 18:07:52 +01:00
parent c322d6243e
commit 35d695d123
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ static const unsigned char temp_43731c40[] =
" 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\" \"$original/Contents/Info.plist\"\r\n"
" /usr/libexec/PlistBuddy -c \"Delete AudioComponents\" \"$AU/Contents/Info.plist\"\r\n"
" fi\r\n"
"fi\r\n"
"\r\n"
@ -1170,7 +1170,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw
switch (hash)
{
case 0x44be9398: numBytes = 2470; return AudioPluginXCodeScript_txt;
case 0x44be9398: numBytes = 2464; 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;