Skip to content

Commit

Permalink
Update xcschemes.bzl
Browse files Browse the repository at this point in the history
Co-authored-by: Brentley Jones <[email protected]>
Signed-off-by: Corentin Kerisit <[email protected]>
  • Loading branch information
cerisier and brentleyjones authored Oct 28, 2024
1 parent e3278ec commit 33beec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcodeproj/internal/xcschemes/xcschemes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,10 @@ def _diagnostics(
If `True`,
[`address_sanitizer`](#xcschemes.diagnostics-address_sanitizer) must
be `False`.
undefined_behavior_sanitizer: Whether to enable Undefined Behavior.
undefined_behavior_sanitizer: Whether to enable Undefined Behavior
Sanitizer.
main_thread_checker: Whether to enable Main Thread Checker.
thread_performance_checker: Whether to enable Thread Performance Checker.
Sanitizer.
"""
if address_sanitizer and thread_sanitizer:
fail("""
Expand Down

0 comments on commit 33beec0

Please sign in to comment.