Sha256: 4a17003d2593d28e8aa10dabef04cb802bf8607846fad858066e08bc06975d97

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/check_app_store_metadata'
    class PrecheckAction < CheckAppStoreMetadataAction
      #####################################################
      # @!group Documentation
      #####################################################

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