Sha256: 2b6f560d81131bf87cbdef34b25855f97be0cb7b529c0fc4956c97ca1ee34286

Contents?: true

Size: 946 Bytes

Versions: 416

Compression:

Stored size: 946 Bytes

Contents

module Fastlane
  module Actions
    class AppstoreAction < Action
      def self.run(params)
        Actions::DeliverAction.run(params)
      end

      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the deliver action"
      end

      def self.available_options
        require "deliver"
        require "deliver/options"
        FastlaneCore::CommanderGenerator.new.generate(Deliver::Options.available_options)
      end

      def self.output
        []
      end

      def self.author
        'KrauseFx'
      end

      def self.is_supported?(platform)
        Actions::DeliverAction.is_supported?(platform)
      end

      def self.category
        Actions::DeliverAction.category
      end

      def self.example_code
        Actions::DeliverAction.example_code
      end
    end
  end
end

Version data entries

416 entries across 416 versions & 1 rubygems

Version Path
fastlane-2.0.4 fastlane/lib/fastlane/actions/appstore.rb
fastlane-2.0.3 fastlane/lib/fastlane/actions/appstore.rb
fastlane-2.0.2 fastlane/lib/fastlane/actions/appstore.rb
fastlane-2.0.1 fastlane/lib/fastlane/actions/appstore.rb
fastlane-1.111.0 lib/fastlane/actions/appstore.rb
fastlane-1.110.0 lib/fastlane/actions/appstore.rb
fastlane-1.109.0 lib/fastlane/actions/appstore.rb
fastlane-1.108.0 lib/fastlane/actions/appstore.rb
fastlane-1.107.0 lib/fastlane/actions/appstore.rb
fastlane-1.106.2 lib/fastlane/actions/appstore.rb
fastlane-1.106.1 lib/fastlane/actions/appstore.rb
fastlane-1.106.0 lib/fastlane/actions/appstore.rb
fastlane-1.105.3 lib/fastlane/actions/appstore.rb
fastlane-1.105.2 lib/fastlane/actions/appstore.rb
fastlane-1.105.1 lib/fastlane/actions/appstore.rb
fastlane-1.105.0 lib/fastlane/actions/appstore.rb