Sha256: 56e880d6fec233d366ff7bb294af50c4062ff842a4972c8aee43f935fc984c60

Contents?: true

Size: 497 Bytes

Versions: 55

Compression:

Stored size: 497 Bytes

Contents

#!/usr/bin/env ruby
$LOAD_PATH.push File.expand_path("../../lib", __FILE__)

require "fastlane/cli_tools_distributor"

if Fastlane::CLIToolsDistributor.running_version_command?
  # This will print out the fastlane binary path right above the
  # version number. Very often, users are not aware they have
  # e.g. bundled fastlane installed
  puts "fastlane installation at path:"
  puts File.expand_path(__FILE__)
  puts "-----------------------------"
end

Fastlane::CLIToolsDistributor.take_off

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
fastlane-2.16.0.beta.20170214010051 bin/fastlane
fastlane-2.15.0 bin/fastlane
fastlane-2.15.0.beta.20170213032052 bin/fastlane
fastlane-2.14.2 bin/fastlane
fastlane-2.14.1 bin/fastlane
fastlane-2.14.0 bin/fastlane
fastlane-2.13.0 bin/fastlane
fastlane-2.12.0 bin/fastlane
fastlane-2.11.0 bin/fastlane
fastlane-2.10.0 bin/fastlane
fastlane-2.9.0 bin/fastlane
fastlane-2.8.0 bin/fastlane
fastlane-2.7.0 bin/fastlane
fastlane-2.6.0 bin/fastlane
fastlane-2.5.0 bin/fastlane