Problem Statement
Xcode's builtin "Export for Localization…" XLIFF export includes IB views marked with #bc-ignore!.
Suggested Solution
bartycrouch export-xliff
Example Usage
bartycrouch export-xliff <destination-dir> <languages>
destination-dir: optional, defaults to .
languages: comma-separated list of language codes; optional, defaults to proj languages.
The exported format should be identical to Xcode's builtin export except that it ignores #bc-ignore! views.
Possible Involvement
- I could help with implementation: no
- I could help with testing: yes
Problem Statement
Xcode's builtin "Export for Localization…" XLIFF export includes IB views marked with
#bc-ignore!.Suggested Solution
bartycrouch export-xliffExample Usage
bartycrouch export-xliff <destination-dir> <languages>destination-dir: optional, defaults to.languages: comma-separated list of language codes; optional, defaults to proj languages.The exported format should be identical to Xcode's builtin export except that it ignores
#bc-ignore!views.Possible Involvement