summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-02-01 07:51:43 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-02-01 07:51:43 -0800
commit6ecc8a3830c7347a315deb28a18e6a8e1486a136 (patch)
tree9251bab822f723d5969638f6eb4ded4937ea7d4c
parentfdfdf15c18a3191ee76ed6b164a34ea58f5a892e (diff)
Force build to use the only working Xcode (5.1.1).
-rwxr-xr-xmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 0000000..0b27981
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+DEVELOPER_DIR=/Applications/Xcode-5.1.1.app make "$@"