Sha256: e5f55fea20d176e6d3f685e706f87879292fa4c99fb03576a543cc3293137a52

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/capture_ios_screenshots'
    class SnapshotAction < 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/snapshot.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/snapshot.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/snapshot.rb