Method: RunLoop::Xcode#version_gte_93?

Defined in:
lib/run_loop/xcode.rb

#version_gte_93?Boolean

Is the active Xcode version 9.3 or above?

Returns:

  • (Boolean)

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



126
127
128
# File 'lib/run_loop/xcode.rb', line 126

def version_gte_93?
  version >= v93
end