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:



33
34
35
# File 'lib/run_loop/xcode.rb', line 33

def v90
  fetch_version(:v90)
end