Skip to content

Commit

Permalink
Skip AU plugin validation #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock authored Jul 10, 2024
1 parent f7dadeb commit 809b720
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/postbuild_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ PLUGINVAL=${OUTPUT}/_deps/pluginval-src/Contents/MacOS/pluginval
# https://melatonin.dev/blog/pluginval-is-a-plugin-devs-best-friend#troubleshooting-pluginval-no-types-found
if [ -d ~/Library/Audio/Plug-Ins/Components ]; then

cp -rfv "${ARTEFACTS}/AU/StftPitchShiftPlugin.component" ~/Library/Audio/Plug-Ins/Components || exit $?

"${PLUGINVAL}" ${ARGS} "${ARTEFACTS}/AU/StftPitchShiftPlugin.component" || exit $?

rm -rfv ~/Library/Audio/Plug-Ins/Components/StftPitchShiftPlugin.component || exit $?
echo "Skipping AU plugin validation (issue #5)"
# cp -rfv "${ARTEFACTS}/AU/StftPitchShiftPlugin.component" ~/Library/Audio/Plug-Ins/Components || exit $?
# "${PLUGINVAL}" ${ARGS} "${ARTEFACTS}/AU/StftPitchShiftPlugin.component" || exit $?
# rm -rfv ~/Library/Audio/Plug-Ins/Components/StftPitchShiftPlugin.component || exit $?

fi

Expand Down

0 comments on commit 809b720

Please sign in to comment.