Method: RunLoop::Xcode#v60

Defined in:
lib/run_loop/xcode.rb

#v60RunLoop::Version

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

Returns:



95
96
97
# File 'lib/run_loop/xcode.rb', line 95

def v60
  fetch_version(:v60)
end