lib/snapshot/dependency_checker.rb in snapshot-0.4.7 vs lib/snapshot/dependency_checker.rb in snapshot-0.4.8

- old
+ new

@@ -35,14 +35,14 @@ return `which xctool`.length > 1 end def self.check_xctool if not self.xctool_installed? - Helper.log.error '#############################################################' - Helper.log.error "# xctool is recommended to build the apps" - Helper.log.error "# Install it using 'brew install xctool'" - Helper.log.error "# Falling back to xcode build instead " - Helper.log.error '#############################################################' + Helper.log.info '#############################################################' + Helper.log.info "# xctool is recommended to build the apps" + Helper.log.info "# Install it using 'brew install xctool'" + Helper.log.info "# Falling back to xcode build instead " + Helper.log.info '#############################################################' end end def self.check_for_automation_subfolder if File.directory?"./Automation" or File.exists?"./Automation" \ No newline at end of file