Skip to content

Commit a64a547

Browse files
committed
Mac build script: zips validate_audiounit.sh
1 parent b5e3550 commit a64a547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

TemplateProject/scripts/makedist-mac.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,14 @@ echo "packaging dSYMs"
358358
echo ""
359359
zip -r ./build-mac/$ARCHIVE_NAME-dSYMs.zip ./build-mac/*.dSYM
360360

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+
361369
#---------------------------------------------------------------------------------------------------------
362370

363371
# prepare out folder for CI

0 commit comments

Comments
 (0)