Method: RunLoop::Xcode#v63

Defined in:
lib/run_loop/xcode.rb

#v63RunLoop::Version

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

Returns:



79
80
81
# File 'lib/run_loop/xcode.rb', line 79

def v63
  fetch_version(:v63)
end