diff --git a/build/macosx/dist.sh b/build/macosx/dist.sh new file mode 100755 index 000000000..2d5dc23ab --- /dev/null +++ b/build/macosx/dist.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Since Windows and GNU/Linux use a script called 'dist.sh' to make the +# package, it makes it easy to script the nightly auto-builds if Mac OS X has +# a script called 'dist.sh' also. + +xcodebuild -target Distribute + +