Sha256: c9333cc9fe085044b8465373c76cf69ef31c9aae34391d002e7a7f2dff672901
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | fastlane/lib/fastlane/tools.rb |
fastlane_hotfix-2.165.0 | fastlane/lib/fastlane/tools.rb |
fastlane_hotfix-2.187.0 | fastlane/lib/fastlane/tools.rb |