From: Jay Freeman (saurik) Date: Wed, 1 Feb 2017 15:51:43 +0000 (-0800) Subject: Force build to use the only working Xcode (5.1.1). X-Git-Tag: v0.9.6000~3 X-Git-Url: https://git.saurik.com/safemode-ios.git/commitdiff_plain/6ecc8a3830c7347a315deb28a18e6a8e1486a136?ds=inline Force build to use the only working Xcode (5.1.1). --- 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 "$@"