I just discovered, that Xcode 6's command line tool allows you to export XLIFF localization files using
xcodebuild -exportLocalizations -localizationPath
Now I'd like to export XLIFF on my CI when pushing to a GIT repo. This would be fairly easy.
But, pre-build I'd need to import them again. Unfortunately xcodebuild
doesn't provide a -importLocalizations
or similar.
Is there any other way to import XLIFF using the command line?
xcodebuild -importLocalizations -localizationPath <dirpath> -project <projectname> [-forceImport]
xcodebuild
7.1.1 has this option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With