Method: RunLoop::Xcode#version_gte_90?

Defined in:
lib/run_loop/xcode.rb

#version_gte_90?Boolean

Is the active Xcode version 9.0 or above?

Returns:

  • (Boolean)

    ‘true` if the current Xcode version is >= 9.0



147
148
149
# File 'lib/run_loop/xcode.rb', line 147

def version_gte_90?
  version >= v90
end