module XCPretty::FormatMethods
def format_aggregate_target(target, project, configuration); EMPTY; end
def format_aggregate_target(target, project, configuration); EMPTY; end
def format_analyze(file_name, file_path); EMPTY; end
def format_analyze(file_name, file_path); EMPTY; end
def format_analyze_target(target, project, configuration); EMPTY; end
def format_analyze_target(target, project, configuration); EMPTY; end
def format_build_target(target, project, configuration); EMPTY; end
def format_build_target(target, project, configuration); EMPTY; end
def format_check_dependencies; EMPTY; end
def format_check_dependencies; EMPTY; end
def format_clean(project, target, configuration); EMPTY; end
def format_clean(project, target, configuration); EMPTY; end
def format_clean_remove; EMPTY; end
def format_clean_remove; EMPTY; end
def format_clean_target(target, project, configuration); EMPTY; end
def format_clean_target(target, project, configuration); EMPTY; end
def format_codesign(file); EMPTY; end
def format_codesign(file); EMPTY; end
def format_compile(file_name, file_path); EMPTY; end
def format_compile(file_name, file_path); EMPTY; end
def format_compile_command(compiler_command, file_path); EMPTY; end
def format_compile_command(compiler_command, file_path); EMPTY; end
def format_compile_error(file_name, file_path, reason,
def format_compile_error(file_name, file_path, reason, line, cursor); EMPTY; end
def format_compile_storyboard(file_name, file_path); EMPTY; end
def format_compile_storyboard(file_name, file_path); EMPTY; end
def format_compile_warning(file_name, file_path, reason,
TODO: see how we can unify format_error and format_compile_error,
def format_compile_warning(file_name, file_path, reason, line, cursor); EMPTY; end
def format_compile_xib(file_name, file_path); EMPTY; end
def format_compile_xib(file_name, file_path); EMPTY; end
def format_copy_header_file(source, target); EMPTY; end
def format_copy_header_file(source, target); EMPTY; end
def format_copy_plist_file(source, target); EMPTY; end
def format_copy_plist_file(source, target); EMPTY; end
def format_copy_strings_file(file_name); EMPTY; end
def format_copy_strings_file(file_name); EMPTY; end
def format_cpresource(file); EMPTY; end
def format_cpresource(file); EMPTY; end
def format_duplicate_symbols(message, file_paths); EMPTY; end
def format_duplicate_symbols(message, file_paths); EMPTY; end
def format_error(message); EMPTY; end
def format_error(message); EMPTY; end
def format_failing_test(suite, test, reason, file_path); EMPTY; end
def format_failing_test(suite, test, reason, file_path); EMPTY; end
def format_file_missing_error(error, file_path); EMPTY; end
def format_file_missing_error(error, file_path); EMPTY; end
def format_generate_dsym(dsym); EMPTY; end
def format_generate_dsym(dsym); EMPTY; end
def format_ld_warning(message); EMPTY; end
def format_ld_warning(message); EMPTY; end
def format_libtool(library); EMPTY; end
def format_libtool(library); EMPTY; end
def format_linking(file, build_variant, arch); EMPTY; end
def format_linking(file, build_variant, arch); EMPTY; end
def format_measuring_test(suite, test, time); EMPTY; end
def format_measuring_test(suite, test, time); EMPTY; end
def format_other(text) EMPTY; end
def format_other(text) EMPTY; end
def format_passing_test(suite, test, time); EMPTY; end
def format_passing_test(suite, test, time); EMPTY; end
def format_pbxcp(file); EMPTY; end
def format_pbxcp(file); EMPTY; end
def format_pending_test(suite, test); EMPTY; end
def format_pending_test(suite, test); EMPTY; end
def format_phase_script_execution(script_name); EMPTY; end
def format_phase_script_execution(script_name); EMPTY; end
def format_phase_success(phase_name); EMPTY; end
def format_phase_success(phase_name); EMPTY; end
def format_preprocess(file); EMPTY; end
def format_preprocess(file); EMPTY; end
def format_process_info_plist(file_name, file_path); EMPTY; end
def format_process_info_plist(file_name, file_path); EMPTY; end
def format_process_pch(file); EMPTY; end
def format_process_pch(file); EMPTY; end
def format_process_pch_command(file_path); EMPTY; end
def format_process_pch_command(file_path); EMPTY; end
def format_shell_command(command, arguments); EMPTY; end
def format_shell_command(command, arguments); EMPTY; end
def format_test_run_finished(name, time); EMPTY; end
def format_test_run_finished(name, time); EMPTY; end
def format_test_run_started(name); EMPTY; end
def format_test_run_started(name); EMPTY; end
def format_test_suite_started(name); EMPTY; end
def format_test_suite_started(name); EMPTY; end
def format_test_summary(message, failures_per_suite); EMPTY; end
def format_test_summary(message, failures_per_suite); EMPTY; end
def format_tiffutil(file); EMPTY; end
def format_tiffutil(file); EMPTY; end
def format_touch(file_path, file_name); EMPTY; end
def format_touch(file_path, file_name); EMPTY; end
def format_undefined_symbols(message, symbol, reference); EMPTY; end
def format_undefined_symbols(message, symbol, reference); EMPTY; end
def format_warning(message); message; end
def format_warning(message); message; end
def format_write_auxiliary_files; EMPTY; end
def format_write_auxiliary_files; EMPTY; end
def format_write_file(file); EMPTY; end
def format_write_file(file); EMPTY; end