paulxstretch/release/buildmac.sh

12 lines
146 B
Bash
Raw Normal View History

2022-04-14 14:06:10 +00:00
#!/bin/bash
cd ../Builds/MacOSX
if ! xcodebuild -configuration Release -scheme "PaulXStretch - All" ; then
echo Error BUILDING
exit 2
fi