sigh/lib/sigh/runner.rb in fastlane-2.86.0.beta.20180316050051 vs sigh/lib/sigh/runner.rb in fastlane-2.86.0.beta.20180317050040

- old
+ new

@@ -220,10 +220,10 @@ FastlaneCore::CertChecker.installed?(file.path) end end - if certificates.count > 1 and !Sigh.config[:development] + if certificates.count > 1 && !Sigh.config[:development] UI.important("Found more than one code signing identity. Choosing the first one. Check out `fastlane sigh --help` to see all available options.") UI.important("Available Code Signing Identities for current filters:") certificates.each do |c| str = ["\t- Name:", c.owner_name, "- ID:", c.id + " - Expires", c.expires.strftime("%d/%m/%Y")].join(" ") UI.message(str.green)