Created
August 20, 2014 14:21
-
-
Save youngshook/ff140358c6f34aa5ab78 to your computer and use it in GitHub Desktop.
Generate Localizable.strings Automatically with Xcode Build Phases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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