Smartling utility to extract strings from an Xcode project and add them to a Smartling project.
Installation
$ gem install smartling_xcode
Usage
smartling_xcode command [project path]
smartling_xcode -h/--help
smartling_xcode -v/--version
Commands
initConfigure the current folder with Smartling project credentials to be able to push strings.extractExtract all strings from the Xcode project and print out the list of .strings files.pushExtract all strings from the Xcode project and send them to your Smartling project.
Options
[project path] Specify a path for the Xcode project. Uses the first .xcodeproj file in the current directory by default.