xcstrings-tool icon indicating copy to clipboard operation
xcstrings-tool copied to clipboard

ExtractionState config

Open VadimPavlov opened this issue 10 months ago • 3 comments

Right now the code checks for extractionState == .manual and produces result only in this case. This is probably correct thing to do by default. However in our situation, we have strings stored in online tool (so it can be pulled for both iOS/Android projects), it's a source of truth for us. And after downloading xscstrings catalog, extractionState is missing (and will be set to stale after build), so nothing will be generated.

It'll be nice to have some way of extractionState check configuration from outside, thanks!

VadimPavlov avatar Mar 27 '24 16:03 VadimPavlov