Method: Fastlane::Actions::InstallrAction.output
- Defined in:
- fastlane/lib/fastlane/actions/installr.rb
.output ⇒ Object
98 99 100 101 102 |
# File 'fastlane/lib/fastlane/actions/installr.rb', line 98 def self.output [ ['INSTALLR_BUILD_INFORMATION', 'Contains release info like :appData. See http://help.installrapp.com/api/'] ] end |