Method: RunLoop::Xcode#version_gte_81?

Defined in:
lib/run_loop/xcode.rb

#version_gte_81?Boolean

Is the active Xcode version 8.1 or above?

Returns:

  • (Boolean)

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



168
169
170
# File 'lib/run_loop/xcode.rb', line 168

def version_gte_81?
  version >= v81
end