Class: Fastlane::Helper::XcodebuildFormatterHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::XcodebuildFormatterHelper
- Defined in:
- fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb
Class Method Summary collapse
Class Method Details
.xcbeautify_installed? ⇒ Boolean
4 5 6 |
# File 'fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb', line 4 def self.xcbeautify_installed? return `which xcbeautify`.include?("xcbeautify") end |