Method: RunLoop::Xcode#version_gte_92?

Defined in:
lib/run_loop/xcode.rb

#version_gte_92?Boolean

Is the active Xcode version 9.2 or above?

Returns:

  • (Boolean)

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



133
134
135
# File 'lib/run_loop/xcode.rb', line 133

def version_gte_92?
  version >= v92
end