Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Sources/SWBCore/Specs/CoreBuildSystem.xcspec
Original file line number Diff line number Diff line change
Expand Up @@ -3655,6 +3655,13 @@ When this setting is enabled:
Category = "Localization";
Description = "When enabled, literal strings in SwiftUI will be extracted during localization export. This will only extract string literals in `Text()` initializers, unless `SWIFT_EMIT_LOC_STRINGS` is also enabled.";
},
{ Name = LOCALIZED_STRING_CODE_COMMENTS;
Type = Boolean;
DefaultValue = NO;
DisplayName = "Localized Strings in Code Comments";
Category = "Localization";
Description = "When enabled, localizable strings wrapped in NSLocalizedString and similar string macros will be extracted even if commented out or wrapped in `#if 0`.";
},
{
Name = "STRINGSDATA_ROOT";
Type = Path;
Expand Down
Loading