Skip to content

Instantly share code, notes, and snippets.

@ssp
Created October 4, 2009 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssp/201344 to your computer and use it in GitHub Desktop.
Save ssp/201344 to your computer and use it in GitHub Desktop.
check syntax of .strings plist files
# check syntax of .strings plist files
find . -name "*.strings" -print0 | xargs -0 plutil | grep -v ": OK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment