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