Method: RunLoop::Xcode#v91

Defined in:
lib/run_loop/xcode.rb

#v91RunLoop::Version

Returns a version instance for Xcode 9.1; used to check for the availability of features and paths to various items on the filesystem

Returns:



73
74
75
# File 'lib/run_loop/xcode.rb', line 73

def v91
  fetch_version(:v91)
end