Method: RunLoop::Xcode#v72

Defined in:
lib/run_loop/xcode.rb

#v72RunLoop::Version

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

Returns:



47
48
49
# File 'lib/run_loop/xcode.rb', line 47

def v72
  fetch_version(:v72)
end