mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Introjucer: Fixed broken AudioUnit post build script (was removing Info.plist entries if custom SDK paths are used).
This commit is contained in:
parent
6c662a70f0
commit
3a7c138f02
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue