Xcode – Disable Automatic Extraction in String Catalog
Is there a way to disable automatic extraction when using String Catalog? The following code block invokes an initializer with LocalizedStringKey and not with StringProtocol. Text("Hello World!") Text has a workaround for this in a form of init(verbatim:). But the…