[iOS] Make xcpretty integration not default anymore, given that it has problems

Summary: Closes #759

Reviewed By: jvillard

Differential Revision: D6323815

fbshipit-source-id: 09fe3f2
master
Dulma Churchill 7 years ago committed by Facebook Github Bot
parent 97f3af15f3
commit 3382b1b88a

@ -1997,9 +1997,9 @@ and xcode_developer_dir =
and xcpretty = and xcpretty =
CLOpt.mk_bool ~long:"xcpretty" ~default:true CLOpt.mk_bool ~long:"xcpretty" ~default:false
~in_help:CLOpt.([(Capture, manual_clang)]) ~in_help:CLOpt.([(Capture, manual_clang)])
"Infer will use xcpretty together with xcodebuild to analyze an iOS app. xcpretty just needs to be in the path, infer command is still just $(i,`infer -- <xcodebuild command>`). (Recommended)" "Infer will use xcpretty together with xcodebuild to analyze an iOS app. xcpretty just needs to be in the path, infer command is still just $(i,`infer -- <xcodebuild command>`)."
and xml_specs = and xml_specs =

Loading…
Cancel
Save