fastlane/lib/fastlane/actions/capture_ios_screenshots.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/capture_ios_screenshots.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -31,10 +31,10 @@
def self.author
"KrauseFx"
end
def self.is_supported?(platform)
- [:ios, :mac].include? platform
+ [:ios, :mac].include?(platform)
end
def self.example_code
[
'capture_ios_screenshots',