fastlane/lib/fastlane/supported_platforms.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/supported_platforms.rb in fastlane-2.75.0.beta.20180109010003

- old
+ new

@@ -18,10 +18,10 @@ (@default + @extra).flatten end # this will log a warning if the passed platform is not supported def self.verify!(platform) - unless all.include? platform.to_s.to_sym + unless all.include?(platform.to_s.to_sym) UI.important("Platform '#{platform}' is not officially supported. Currently supported platforms are #{self.all}.") end end end end