fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -53,10 +53,10 @@
def self.category
:screenshots
end
def self.is_supported?(platform)
- [:ios, :mac].include? platform
+ [:ios, :mac].include?(platform)
end
end
end
end