snapshot/lib/snapshot/dependency_checker.rb in fastlane-2.9.0 vs snapshot/lib/snapshot/dependency_checker.rb in fastlane-2.10.0
- old
+ new
@@ -41,10 +41,10 @@
end
end
def self.check_simctl
unless `xcrun simctl`.include? "openurl"
- UI.user_error!("Could not find `xcrun simctl`. Make sure you have the latest version of Xcode and Mac OS installed.")
+ UI.user_error!("Could not find `xcrun simctl`. Make sure you have the latest version of Xcode and macOS installed.")
end
end
end
end