Sha256: c29f3ebb07ce97402aaaedfed120cfec6c543b6eedddb01d969730f32d452d48

Contents?: true

Size: 994 Bytes

Versions: 31

Compression:

Stored size: 994 Bytes

Contents

module Fastlane
  TOOLS = [
    :fastlane,
    :pilot,
    :spaceship,
    :produce,
    :deliver,
    :frameit,
    :pem,
    :snapshot,
    :screengrab,
    :supply,
    :cert,
    :sigh,
    :match,
    :scan,
    :gym,
    :precheck,
    :trainer
  ]

  # a list of all the config files we currently expect
  TOOL_CONFIG_FILES = [
    "Appfile",
    "Deliverfile",
    "Fastfile",
    "Gymfile",
    "Matchfile",
    "Precheckfile",
    "Scanfile",
    "Screengrabfile",
    "Snapshotfile"
  ]

  TOOL_ALIASES = {
    "get_certificates": "cert",
    "upload_to_app_store": "deliver",
    "frame_screenshots": "frameit",
    "build_app": "gym",
    "build_ios_app": "gym",
    "build_mac_app": "gym",
    "sync_code_signing": "match",
    "get_push_certificate": "pem",
    "check_app_store_metadata": "precheck",
    "capture_android_screenshots": "screengrab",
    "get_provisioning_profile": "sigh",
    "capture_ios_screenshots": "snapshot",
    "upload_to_play_store": "supply"
  }
end

Version data entries

31 entries across 31 versions & 4 rubygems

Version Path
fastlane-2.226.0 fastlane/lib/fastlane/tools.rb
fastlane-2.225.0 fastlane/lib/fastlane/tools.rb
fastlane-2.224.0 fastlane/lib/fastlane/tools.rb
fastlane-2.223.1 fastlane/lib/fastlane/tools.rb
fastlane-2.223.0 fastlane/lib/fastlane/tools.rb
fastlane-2.222.0 fastlane/lib/fastlane/tools.rb
fastlane-2.221.1 fastlane/lib/fastlane/tools.rb
fastlane-2.221.0 fastlane/lib/fastlane/tools.rb
fastlane-2.220.0 fastlane/lib/fastlane/tools.rb
fastlane-2.219.0 fastlane/lib/fastlane/tools.rb
fastlane-2.218.0 fastlane/lib/fastlane/tools.rb
fastlane-security-patched-2.216.0 fastlane/lib/fastlane/tools.rb
fastlane-2.217.0 fastlane/lib/fastlane/tools.rb
fastlane-2.216.0 fastlane/lib/fastlane/tools.rb
fastlane-2.215.1 fastlane/lib/fastlane/tools.rb
fastlane-2.215.0 fastlane/lib/fastlane/tools.rb
fastlane-mercafacil-2.214.0 fastlane/lib/fastlane/tools.rb
fastlane-2.214.0 fastlane/lib/fastlane/tools.rb
fastlane-2.213.0 fastlane/lib/fastlane/tools.rb
fastlane-2.212.2 fastlane/lib/fastlane/tools.rb