Method: RunLoop::Xcode#v92

Defined in:
lib/run_loop/xcode.rb

#v92RunLoop::Version

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

Returns:



57
58
59
# File 'lib/run_loop/xcode.rb', line 57

def v92
  fetch_version(:v92)
end