added mac release scripts

This commit is contained in:
essej
2022-04-14 10:06:10 -04:00
parent b3414a292e
commit 1c100ced23
14 changed files with 2818 additions and 0 deletions

11
release/buildmac.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
cd ../Builds/MacOSX
if ! xcodebuild -configuration Release -scheme "PaulXStretch - All" ; then
echo Error BUILDING
exit 2
fi