Method: Fastlane::Actions::AppStoreBuildNumberAction.details

Defined in:
fastlane/lib/fastlane/actions/app_store_build_number.rb

.detailsObject



158
159
160
161
162
163
# File 'fastlane/lib/fastlane/actions/app_store_build_number.rb', line 158

def self.details
  [
    "Returns the current build number of either the live or testflight version - it is useful for getting the build_number of the current or ready-for-sale app version, and it also works on non-live testflight version.",
    "If you need to handle more build-trains please see `latest_testflight_build_number`."
  ].join("\n")
end