Method: Fastlane::Actions::DownloadDsymsAction.example_code
- Defined in:
- fastlane/lib/fastlane/actions/download_dsyms.rb
.example_code ⇒ Object
357 358 359 360 361 362 363 364 365 366 |
# File 'fastlane/lib/fastlane/actions/download_dsyms.rb', line 357 def self.example_code [ 'download_dsyms', 'download_dsyms(version: "1.0.0", build_number: "345")', 'download_dsyms(version: "1.0.1", build_number: 42)', 'download_dsyms(version: "live")', 'download_dsyms(min_version: "1.2.3")', 'download_dsyms(after_uploaded_date: "2020-09-11T19:00:00+01:00")' ] end |