Method: Fastlane::Actions::AppStoreBuildNumberAction.output
- Defined in:
- fastlane/lib/fastlane/actions/app_store_build_number.rb
.output ⇒ Object
152 153 154 155 156 |
# File 'fastlane/lib/fastlane/actions/app_store_build_number.rb', line 152 def self.output [ ['LATEST_BUILD_NUMBER', 'The latest build number of either live or testflight version'] ] end |