Sha256: 4b2a03dc1da82e747998a3fb17a0a126649eee71a3af18aa3049d1ca746c5a5e

Contents?: true

Size: 488 Bytes

Versions: 649

Compression:

Stored size: 488 Bytes

Contents

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

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

Version data entries

649 entries across 649 versions & 2 rubygems

Version Path
fastlane-2.70.0.beta.20171217010003 fastlane/lib/fastlane/tools.rb
fastlane-2.70.0.beta.20171216010003 fastlane/lib/fastlane/tools.rb
fastlane-2.70.0.beta.20171215010003 fastlane/lib/fastlane/tools.rb
fastlane-2.69.3 fastlane/lib/fastlane/tools.rb
fastlane-2.70.0.beta.20171214010003 fastlane/lib/fastlane/tools.rb
fastlane-2.69.2 fastlane/lib/fastlane/tools.rb
fastlane-2.69.1 fastlane/lib/fastlane/tools.rb
fastlane-2.70.0.beta.20171213010003 fastlane/lib/fastlane/tools.rb
fastlane-2.69.0 fastlane/lib/fastlane/tools.rb