1--- old/default_pre.prf	2016-06-10 02:48:56.000000000 -0400
2+++ new/default_pre.prf	2016-09-21 02:39:08.000000000 -0400
3@@ -12,7 +12,7 @@
4         error("Xcode is not installed in $${QMAKE_XCODE_DEVELOPER_PATH}. Please use xcode-select to choose Xcode installation path.")
5
6     # Make sure Xcode is set up properly
7-    isEmpty($$list($$system("/usr/bin/xcrun -find xcrun 2>/dev/null"))): \
8+    isEmpty($$list($$system("/usr/bin/xcrun -find xcodebuild 2>/dev/null"))): \
9         error("Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild.")
10 }
11
12