Cihat Gündüz
Cihat Gündüz
@thesunita Can you please post your `.bartycrouch.toml` file contents? This is most likely a configuration issue. BartyCrouch should actually ignore the `Pods` directory automatically, but depending on your configuration we...
You're right, supporting multiple tables is **currently not in the scope of BartyCrouchs features**. I'm not using them myself so I don't have plans to implement support for them in...
I reverted #67 due to side effect problems. Reopening this ticket therefore.
Note that there is now a new option named `--custom-localizable-strings` available which you can use. It doesn't exactly solve this issue, but it may be a working alternative until this...
We currently have a project which is splitted into multiple sub-projects (not my idea) and each sub-project has it's own `.strings`-File and those are not allowed to be called the...
See also: https://www.polpiella.dev/embedding-a-dylib-in-a-swift-package/
This has been done by the Apple team in SwiftSyntax itself (see [this release](https://github.com/Homebrew/homebrew-core/pull/112470/checks)) and version 4.12.1 uses that new version, so this should now be implemented as of 4.12.1.
Update: There still was a linking problem in 4.12.1 so I released 4.13.0 with a different approach, which worked. Therefore, this should be availble in 4.13.0 via Homebrew.
@jtruher Let's keep it open until we have time to reproduce the situation you had before. If it was not working with the default options turned on, then something is...
Hi @rockingdice and thank you for both the PR and investigating this issue. Please note that besides `genstrings` we also support its successor `extract-loc-strings`, see [here](https://github.com/Flinesoft/BartyCrouch#extractlocstrings-aka--e---extract-loc-strings-optional) in the docs. Would...