Sha256: 1b5ad82cf8b6685629eae4dddf041744f61e758080a1c684a8a438f9eda49d67

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/upload_to_testflight'
    class PilotAction < UploadToTestflightAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `upload_to_testflight` action"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/actions/pilot.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/pilot.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/pilot.rb