Sha256: 94306d9a475159cdf6758e5b74eeb8eff3d5c846d8b5cba58b54ba32d46b8b36

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/create_app_online'
    class ProduceAction < CreateAppOnlineAction
      #####################################################
      # @!group Documentation
      #####################################################

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