Method: FastlaneCore::Project#xcodebuild_list_silent
- Defined in:
- fastlane_core/lib/fastlane_core/project.rb
#xcodebuild_list_silent ⇒ Object
Should the output of xcodebuild commands be silenced?
73 74 75 |
# File 'fastlane_core/lib/fastlane_core/project.rb', line 73 def xcodebuild_list_silent @xcodebuild_list_silent end |