Plutil - PList validation life-saver!

For anyone adding a custom PList to their iOS/OSX app via Projucer, I just discovered this handy little utility that validates your plist file and gives helpful error messages and line numbers!

e.g.:
cd Builds/iOS
plutil Info-App.plist

From http://baldscone.com/plist-validation/

1 Like