lib/sigh/runner.rb in sigh-0.10.8 vs lib/sigh/runner.rb in sigh-0.10.9

- old
+ new

@@ -5,9 +5,11 @@ attr_accessor :spaceship # Uses the spaceship to create or download a provisioning profile # returns the path the newly created provisioning profile (in /tmp usually) def run + FastlaneCore::PrintTable.print_values(config: Sigh.config, hide_keys: [], title: "Summary") + Helper.log.info "Starting login with user '#{Sigh.config[:username]}'" Spaceship.login(Sigh.config[:username], nil) Spaceship.select_team Helper.log.info "Successfully logged in"