Method: Fastlane::Actions::AppaloosaAction.details
- Defined in:
- fastlane/lib/fastlane/actions/appaloosa.rb
.details ⇒ Object
175 176 177 178 179 180 181 |
# File 'fastlane/lib/fastlane/actions/appaloosa.rb', line 175 def self.details [ "Appaloosa is a private mobile application store. This action offers a quick deployment on the platform.", "You can create an account, push to your existing account, or manage your user groups.", "We accept iOS and Android applications." ].join("\n") end |