Method: RunLoop::Xcode#v90

Defined in:
lib/run_loop/xcode.rb

#v90RunLoop::Version

Returns a version instance for Xcode 9.0; 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 v90
  fetch_version(:v90)
end