rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Support new xcstrings format

Open keith opened this issue 2 years ago • 0 comments

New with Xcode 15 there is a new way to create strings files with a visual editor in Xcode. They are stored with all translations in a single json file with the .xcstrings extension. The result of processing them is that it outputs .strings files so the final app files looks just like they do today (they're always dumped in the xml format though). Strings files and stringsdict files now say "legacy" in the Xcode UI.

This issue is just for tracking support of processing this new file type

keith avatar Jun 08 '23 17:06 keith