From 3a7c138f02468c114ee5b35347c59b11ef5ea3fa Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Mon, 3 Aug 2015 17:35:50 +0100 Subject: [PATCH] Introjucer: Fixed broken AudioUnit post build script (was removing Info.plist entries if custom SDK paths are used). --- .../Source/BinaryData/AudioPluginXCodeScript.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extras/Introjucer/Source/BinaryData/AudioPluginXCodeScript.txt b/extras/Introjucer/Source/BinaryData/AudioPluginXCodeScript.txt index 88b48a9f13..746d9fa24f 100644 --- a/extras/Introjucer/Source/BinaryData/AudioPluginXCodeScript.txt +++ b/extras/Introjucer/Source/BinaryData/AudioPluginXCodeScript.txt @@ -23,14 +23,6 @@ if [ $copyAU -gt 0 ]; then cp -r "$original" "$AU" sed -i "" -e 's/TDMwPTul/BNDLPTul/g' "$AU/Contents/PkgInfo" sed -i "" -e 's/TDMw/BNDL/g' "$AU/Contents/$INFOPLIST_FILE" - - # Fix info.plist for AUs built with Xcode 3 - if [ -f "$DEVELOPER_DIR/Library/Developer/CoreAudio/AudioUnits/AUPublic/AUBase/AUPlugInDispatch.cpp" ]; then - echo - else - echo "Removing AudioComponents entry from Info.plist because this is not a new-format AU" - /usr/libexec/PlistBuddy -c "Delete AudioComponents" "$AU/Contents/Info.plist" - fi fi if [ $copyVST -gt 0 ]; then