Sha256: 9b1b76c14ea3d9d4dd2310a9d06952018e1c4f9a07ec2b29283dafac85c14524

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/upload_to_app_store'
    class AppstoreAction < UploadToAppStoreAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `upload_to_app_store` 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/appstore.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/appstore.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/appstore.rb