Sha256: b9a073562fcd21fef97f86a3c01d0a66ddcaa2b0f18ec1c436c2f4d242d39888

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

module Fastlane
  module Actions
    class CarthageAction < Action
      def self.run(_params)
        Actions.sh('carthage bootstrap')
      end

      def self.description
        "Runs `carthage bootstrap` for your project"
      end

      def self.author
        "bassrock"
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fastlane-0.10.0 lib/fastlane/actions/install_carthage.rb
fastlane-0.9.0 lib/fastlane/actions/install_carthage.rb
fastlane-0.8.1 lib/fastlane/actions/install_carthage.rb
fastlane-0.8.0 lib/fastlane/actions/install_carthage.rb
fastlane-0.7.0 lib/fastlane/actions/install_carthage.rb