Method: RunLoop::Xcode#version_gte_83?

Defined in:
lib/run_loop/xcode.rb

#version_gte_83?Boolean

Is the active Xcode version 8.3 or above?

Returns:

  • (Boolean)

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



154
155
156
# File 'lib/run_loop/xcode.rb', line 154

def version_gte_83?
  version >= v83
end