class Fastlane::Helper::XcodebuildFormatterHelper

Public Class Methods

xcbeautify_installed?() click to toggle source
# File fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb, line 4
def self.xcbeautify_installed?
  return `which xcbeautify`.include?("xcbeautify")
end