This post is updated as new tips are added. Check back occasionally.
Quickly change to a new directory
- Open Terminal and type ‘cd’ followed by a space
- From Finder, drag/drop the target folder into Terminal and press Enter.
Generating a Localized Strings File
- Change to the project directory (see hint above!)
-
genstrings ./Classes/*.m
- Drag Localizable.strings to Groups & Files in Xcode. Change text encoding to Unicode (UTF-16) before clicking Add.




