Method: Xcodeproj::XCScheme::TestAction#disable_main_thread_checker?

Defined in:
lib/xcodeproj/scheme/test_action.rb

#disable_main_thread_checker?Bool

Returns Whether this Test Action should disable detection of UI API misuse from background threads.

Returns:

  • (Bool)

    Whether this Test Action should disable detection of UI API misuse from background threads



42
43
44
# File 'lib/xcodeproj/scheme/test_action.rb', line 42

def disable_main_thread_checker?
  string_to_bool(@xml_element.attributes['disableMainThreadChecker'])
end