Method: RunLoop::Xcode#v100

Defined in:
lib/run_loop/xcode.rb

#v100RunLoop::Version

Returns a version instance for Xcode 10.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 v100
  fetch_version(:v100)
end