Method: RunLoop::Xcode#v83
- Defined in:
- lib/run_loop/xcode.rb
#v83 ⇒ RunLoop::Version
Returns a version instance for Xcode 8.3; used to check for the availability of features and paths to various items on the filesystem
81 82 83 |
# File 'lib/run_loop/xcode.rb', line 81 def v83 fetch_version(:v83) end |