We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789ad94 commit ded23ecCopy full SHA for ded23ec
TemplateProject/scripts/makedist-mac.sh
@@ -339,6 +339,14 @@ echo "packaging dSYMs"
339
echo ""
340
zip -r ./build-mac/$ARCHIVE_NAME-dSYMs.zip ./build-mac/*.dSYM
341
342
+#---------------------------------------------------------------------------------------------------------
343
+# auval
344
+sudo rm -R -f build-mac/*-auval.zip
345
+
346
+echo "packaging auval script"
347
+echo ""
348
+zip -j ./build-mac/$ARCHIVE_NAME-auval.zip ./config.h ./../iPlug2/Scripts/validate_audiounit.sh
349
350
#---------------------------------------------------------------------------------------------------------
351
352
# prepare out folder for CI
0 commit comments