Method: Fastlane::Actions::CaptureIosScreenshotsAction.is_supported?

Defined in:
fastlane/lib/fastlane/actions/capture_ios_screenshots.rb

.is_supported?(platform) ⇒ Boolean

Returns:



41
42
43
# File 'fastlane/lib/fastlane/actions/capture_ios_screenshots.rb', line 41

def self.is_supported?(platform)
  [:ios, :mac].include?(platform)
end