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