From 154809dcee0aac29121b05af6af2ba0f5976f2a1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 6 Apr 2008 04:53:08 +0000 Subject: [PATCH] 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. --- build/macosx/dist.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 build/macosx/dist.sh 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 + +