Method: RunLoop::Xcode#v93

Defined in:
lib/run_loop/xcode.rb

#v93RunLoop::Version

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

Returns:



49
50
51
# File 'lib/run_loop/xcode.rb', line 49

def v93
  fetch_version(:v93)
end