added mac release scripts
This commit is contained in:
11
release/buildmac.sh
Executable file
11
release/buildmac.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../Builds/MacOSX
|
||||
|
||||
if ! xcodebuild -configuration Release -scheme "PaulXStretch - All" ; then
|
||||
|
||||
echo Error BUILDING
|
||||
exit 2
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user