class Fastlane::Helper::XcodebuildFormatterHelper
Public Class Methods
Source
# File fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb, line 4 def self.xcbeautify_installed? return `which xcbeautify`.include?("xcbeautify") end
# File fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb, line 4 def self.xcbeautify_installed? return `which xcbeautify`.include?("xcbeautify") end