Sha256: 37503c067858d38fec1228f67a2eb658e34be4263444ad9370066d3ed6ff8ca9
Contents?: true
Size: 155 Bytes
Versions: 6
Compression:
Stored size: 155 Bytes
Contents
module Fastlane module Actions class CarthageAction def self.run(_params) Actions.sh('carthage bootstrap') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems