A set of small libraries used for parsing localized string resources.
- StringCatalog -
Codabletypes for Apple's Strings Catalog file format. - StringSource - Different representations of localized string resources.
- StringResource - A representation of a parsed localized string.
- StringExtractor - Tools for extracting resources from different sources of localized strings.
- StringValidator - Basic validations that can be performed on extracted resources.
The libraries in this repository primarily exist to support XCStrings Tool, but you might find them useful yourself if you want to build your own developer tools that interact with localized string resources.