Sha256: 2cc09a7b4dca71a917fcd4bd9cafc0fe90892612030435af5c794d081fc5b1dc

Contents?: true

Size: 349 Bytes

Versions: 275

Compression:

Stored size: 349 Bytes

Contents

require 'fastlane_core/helper'

module Pilot
  Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
  UI = FastlaneCore::UI
  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

275 entries across 275 versions & 1 rubygems

Version Path
fastlane-2.112.0.beta.20181215200110 pilot/lib/pilot/module.rb
fastlane-2.112.0.beta.20181214200045 pilot/lib/pilot/module.rb
fastlane-2.111.0 pilot/lib/pilot/module.rb
fastlane-2.111.0.beta.20181213200033 pilot/lib/pilot/module.rb
fastlane-2.111.0.beta.20181213171204 pilot/lib/pilot/module.rb
fastlane-2.111.0.beta.20181211193527 pilot/lib/pilot/module.rb
fastlane-2.111.0.beta.20181211193027 pilot/lib/pilot/module.rb
fastlane-2.110.0 pilot/lib/pilot/module.rb
fastlane-2.109.1 pilot/lib/pilot/module.rb
fastlane-2.109.0 pilot/lib/pilot/module.rb
fastlane-2.108.0 pilot/lib/pilot/module.rb
fastlane-2.107.0 pilot/lib/pilot/module.rb
fastlane-2.106.2 pilot/lib/pilot/module.rb
fastlane-2.106.1 pilot/lib/pilot/module.rb
fastlane-2.106.0 pilot/lib/pilot/module.rb
fastlane-2.105.2 pilot/lib/pilot/module.rb
fastlane-2.105.1 pilot/lib/pilot/module.rb
fastlane-2.104.0 pilot/lib/pilot/module.rb
fastlane-2.103.1 pilot/lib/pilot/module.rb
fastlane-2.103.0 pilot/lib/pilot/module.rb