Method: Fastlane::Actions::HockeyAction.details

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

.detailsObject



357
358
359
360
361
362
363
364
365
# File 'fastlane/lib/fastlane/actions/hockey.rb', line 357

def self.details
  [
    "HockeyApp will be no longer supported and will be transitioned into App Center on November 16, 2019.",
    "Please migrate over to [App Center](https://github.com/Microsoft/fastlane-plugin-appcenter/)",
    "",
    "Symbols will also be uploaded automatically if a `app.dSYM.zip` file is found next to `app.ipa`. In case it is located in a different place you can specify the path explicitly in the `:dsym` parameter.",
    "More information about the available options can be found in the [HockeyApp Docs](http://support.hockeyapp.net/kb/api/api-versions#upload-version)."
  ].join("\n")
end