-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExtractionState config #46
Comments
Thanks for workaround. However, there might be others edge cases with this field. |
It's relatively easy to add configuration options to the CLI, but there isn't really a good way to pass flags through when using the Package Plugin (I don't encourage the usage of the CLI directly atm). I'm interested to see which other scenarios where the |
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!
The text was updated successfully, but these errors were encountered: