lib/snapshot/dependency_checker.rb in snapshot-0.4.8 vs lib/snapshot/dependency_checker.rb in snapshot-0.4.9
- old
+ new
@@ -9,15 +9,15 @@
end
def self.check_xcode_select
unless `xcode-select -v`.include?"xcode-select version "
Helper.log.fatal '#############################################################'
- Helper.log.fatal "# You have to install the Xcode commdand line tools to use deliver"
+ Helper.log.fatal "# You have to install the Xcode commdand line tools to use snapshot"
Helper.log.fatal "# Install the latest version of Xcode from the AppStore"
Helper.log.fatal "# Run xcode-select --install to install the developer tools"
Helper.log.fatal '#############################################################'
- raise "Run 'xcode-select --install' and start deliver again"
+ raise "Run 'xcode-select --install' and start snapshot again"
end
end
def self.check_simulators
Helper.log.debug "Found #{Simulators.available_devices.count} simulators."
@@ -55,6 +55,6 @@
unless `xcrun simctl`.include?"openurl"
raise "Could not find `xcrun simctl`. Make sure you have the latest version of Xcode and Mac OS installed.".red
end
end
end
-end
\ No newline at end of file
+end