Method: RunLoop::Xcode#version_gte_82?

Defined in:
lib/run_loop/xcode.rb

#version_gte_82?Boolean

Is the active Xcode version 8.2 or above?

Returns:

  • (Boolean)

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



161
162
163
# File 'lib/run_loop/xcode.rb', line 161

def version_gte_82?
  version >= v82
end