Skip to content

Commit

Permalink
Disable non-localized string debug setting (#2260)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1206152027047065/f
Tech Design URL:
CC:

Description:

This PR disables a debug setting to show non-localized strings.
  • Loading branch information
samsymons authored Dec 12, 2023
1 parent 8736e73 commit ad9ab42
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "NO"
showNonLocalizedStrings = "YES">
allowLocationSimulation = "NO">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
Expand Down

0 comments on commit ad9ab42

Please sign in to comment.