We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba374aa commit 2564925Copy full SHA for 2564925
Makefile
@@ -30,6 +30,8 @@ XCODEBUILD_FLAGS = \
30
31
XCODEBUILD_COMMAND = xcodebuild $(XCODEBUILD_ARGUMENT) $(XCODEBUILD_FLAGS)
32
33
+# TODO: Prefer 'xcbeautify --quiet' when this is fixed:
34
+# https://github.com/cpisciotta/xcbeautify/issues/339
35
ifneq ($(strip $(shell which xcbeautify)),)
36
XCODEBUILD = set -o pipefail && $(XCODEBUILD_COMMAND) | xcbeautify
37
else
0 commit comments