Method: RunLoop::Xcode#version_gte_100?

Defined in:
lib/run_loop/xcode.rb

#version_gte_100?Boolean

Is the active Xcode version 10.0 or above?

Returns:

  • (Boolean)

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



112
113
114
# File 'lib/run_loop/xcode.rb', line 112

def version_gte_100?
  version >= v100
end