Sha256: 29cfa6181cb20f5816cf3530930f0c9876df828b33187bd5b0bb527aaa5d0b8e

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/capture_ios_screenshots'
    class CaptureScreenshotsAction < CaptureIosScreenshotsAction
      #####################################################
      # @!group Documentation
      #####################################################

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