Method: RunLoop::Xcode#v73
- Defined in:
- lib/run_loop/xcode.rb
#v73 ⇒ RunLoop::Version
Returns a version instance for ‘Xcode 7.3`; used to check for the availability of features and paths to various items on the filesystem.
73 74 75 |
# File 'lib/run_loop/xcode.rb', line 73 def v73 fetch_version(:v73) end |