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