diff options
author | Oz Linden <oz@lindenlab.com> | 2017-03-21 08:03:15 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-03-21 08:03:15 -0400 |
commit | 71ffed27c77e787cafe04ddf19df27495255cae5 (patch) | |
tree | dfcea2d3dedaecf554749028e5558d3b93e37744 | |
parent | 2d921e00634c593c15776727e513a2d0f9795f21 (diff) |
remove --quiet from xcodebuild (it hides too much)
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autobuild.xml b/autobuild.xml index 57a6c125dc..0c0b5b39c4 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3324,7 +3324,6 @@ </array> <key>options</key> <array> - <string>-quiet</string> <string>-configuration</string> <string>RelWithDebInfo</string> <string>-project</string> @@ -3357,7 +3356,6 @@ <string>xcodebuild</string> <key>options</key> <array> - <string>-quiet</string> <string>-configuration</string> <string>RelWithDebInfo</string> <string>-project</string> @@ -3388,7 +3386,6 @@ </array> <key>options</key> <array> - <string>-quiet</string> <string>-configuration</string> <string>Release</string> <string>-project</string> @@ -3419,7 +3416,6 @@ <string>xcodebuild</string> <key>options</key> <array> - <string>-quiet</string> <string>-configuration</string> <string>Release</string> <string>-project</string> |