Method: RunLoop::Xcode#version_gte_8?

Defined in:
lib/run_loop/xcode.rb

#version_gte_8?Boolean

Is the active Xcode version 8.0 or above?

Returns:

  • (Boolean)

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



175
176
177
# File 'lib/run_loop/xcode.rb', line 175

def version_gte_8?
  version >= v80
end