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 b5e3550 commit a64a547Copy full SHA for a64a547
TemplateProject/scripts/makedist-mac.sh
@@ -358,6 +358,14 @@ echo "packaging dSYMs"
358
echo ""
359
zip -r ./build-mac/$ARCHIVE_NAME-dSYMs.zip ./build-mac/*.dSYM
360
361
+#---------------------------------------------------------------------------------------------------------
362
+# auval
363
+sudo rm -R -f build-mac/*-auval.zip
364
+
365
+echo "packaging auval script"
366
+echo ""
367
+zip -j ./build-mac/$ARCHIVE_NAME-auval.zip ./config.h ./../iPlug2/Scripts/validate_audiounit.sh
368
369
#---------------------------------------------------------------------------------------------------------
370
371
# prepare out folder for CI
0 commit comments