Skip to content

Commit

Permalink
Enable schema check on debug ios builds. (#22510)
Browse files Browse the repository at this point in the history
Fixes #22509
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Dec 12, 2023
1 parent 0d2fa95 commit 1649420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import("common_flags.gni")
declare_args() {
# Enable strict schema checks.
chip_enable_schema_check =
is_debug &&
(current_os == "linux" || current_os == "mac" || current_os == "android")
is_debug && (current_os == "linux" || current_os == "mac" ||
current_os == "ios" || current_os == "android")

# Logging verbosity control for Access Control implementation
#
Expand Down

0 comments on commit 1649420

Please sign in to comment.