Class: Fastlane::Actions::CarthageAction
- Inherits:
-
Object
- Object
- Fastlane::Actions::CarthageAction
- Defined in:
- lib/fastlane/actions/install_carthage.rb
Class Method Summary collapse
Class Method Details
.run(_params) ⇒ Object
4 5 6 |
# File 'lib/fastlane/actions/install_carthage.rb', line 4 def self.run(_params) Actions.sh('carthage bootstrap') end |