paulxstretch/release/buildmac.sh
2022-04-14 10:06:10 -04:00

12 lines
146 B
Bash
Executable File

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