Skip to content

Instantly share code, notes, and snippets.

@djtech42
Created August 12, 2015 20:39
Show Gist options
  • Save djtech42/19cf43e1be7d5c40a04c to your computer and use it in GitHub Desktop.
Save djtech42/19cf43e1be7d5c40a04c to your computer and use it in GitHub Desktop.
Generate Localizable.strings File for Project
#!/bin/bash
genstrings -o en.lproj *.m -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment