Method: RunLoop::Xcode#v70

Defined in:
lib/run_loop/xcode.rb

#v70RunLoop::Version

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

Returns:



113
114
115
# File 'lib/run_loop/xcode.rb', line 113

def v70
  fetch_version(:v70)
end