Resolves https://github.com/tuist/tuist/issues/6048
/claim #6048
Short description 📝
Add support for xcstrings catalog resources synthesising
How to test the changes locally 🧐
run generate launch argument for ios_app_with_framework_and_resources fixture
Contributor checklist ✅
- The code has been linted using run
mise run lint:fix
- The change is tested via unit testing or acceptance testing, or both
- The title of the PR is formulated in a way that is usable as a changelog entry
- In case the PR introduces changes that affect users, the documentation has been updated
Reviewer checklist ✅
- The code architecture and patterns are consistent with the rest of the codebase
- Reviewer has checked that, if needed, the PR includes the label
changelog:added, changelog:fixed, or changelog:changed, and the title is usable as a changelog entry