yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Support for Strings Catalogs (Xcode 15) #1421

Closed nicolasbosi95 closed 4 months ago

nicolasbosi95 commented 7 months ago

Xcode 15 introduced String Catalogs (.xcstrings files), which intend to replace the now legacy .strings and stringsdict files.

These changes add support to strings catalogs in the following ways: