lib/snapshot/dependency_checker.rb in snapshot-0.9.0 vs lib/snapshot/dependency_checker.rb in snapshot-0.9.1
- old
+ new
@@ -38,10 +38,10 @@
def self.check_xctool
if not self.xctool_installed?
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 "# Falling back to xcodebuild instead "
Helper.log.info '#############################################################'
end
end
def self.check_for_automation_subfolder