Guest User

Untitled

a guest
Jul 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. find . -name "*.xib" | while read FILENAME;
  4. do
  5. ibtool --export-strings-file $FILENAME.strings $FILENAME
  6. done
Add Comment
Please, Sign In to add comment