Sha256: 1dce944a5665f72c4651d0a88acba3a17bedda5ccf5ada67d3c43033af3ecd2e
Contents?: true
Size: 406 Bytes
Versions: 386
Compression:
Stored size: 406 Bytes
Contents
require 'fastlane_core/helper' require 'fastlane/boolean' module Pilot Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI Boolean = Fastlane::Boolean ROOT = Pathname.new(File.expand_path('../../..', __FILE__)) DESCRIPTION = "The best way to manage your TestFlight testers and builds from your terminal" end
Version data entries
386 entries across 386 versions & 5 rubygems