Sha256: cd812cc3ca1a71c2d18d7efee40967ddff5b60380514b630c0717d6aca01b4e8
Contents?: true
Size: 318 Bytes
Versions: 19
Compression:
Stored size: 318 Bytes
Contents
module Fastlane module Actions class XctoolAction def self.run(params) unless Helper.test? raise 'xctool not installed, please install using `brew install xctool`'.red if `which xctool`.length == 0 end Actions.sh('xctool ' + params.join(' ')) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems