Skip to content

Instantly share code, notes, and snippets.

@youngshook
Created August 20, 2014 14:21
Show Gist options
  • Save youngshook/ff140358c6f34aa5ab78 to your computer and use it in GitHub Desktop.
Save youngshook/ff140358c6f34aa5ab78 to your computer and use it in GitHub Desktop.
Generate Localizable.strings Automatically with Xcode Build Phases
find Classes -name "*.m" -print0 | xargs -0 genstrings -o Resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment