aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/build-version.pl
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-25 10:36:17 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-25 10:36:17 +0000
commitb3cef17561a6a271ecdf6bbd0a359f1dadfbaf0a (patch)
tree8abd5c59a6ec7c02a14164b9e890f03ef8d3a907 /Scripts/build-version.pl
parent4225c12ba967f91efb136adc63a4400422b01708 (diff)
downloadsequelpro-b3cef17561a6a271ecdf6bbd0a359f1dadfbaf0a.tar.gz
sequelpro-b3cef17561a6a271ecdf6bbd0a359f1dadfbaf0a.tar.bz2
sequelpro-b3cef17561a6a271ecdf6bbd0a359f1dadfbaf0a.zip
Update the appropriate build scripts to ensure they are being run by Xcode.
Diffstat (limited to 'Scripts/build-version.pl')
-rwxr-xr-xScripts/build-version.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/build-version.pl b/Scripts/build-version.pl
index cd56310d..fa12bfdb 100755
--- a/Scripts/build-version.pl
+++ b/Scripts/build-version.pl
@@ -11,6 +11,7 @@
## Subversion revision.
use strict;
+use warnings;
die "$0: Must be run from within Xcode. Exiting..." unless $ENV{"BUILT_PRODUCTS_DIR"};