Today I Learned
by OneCode

How to validate .plist file?

If you have not worked with .plist files in the past, you might wonder if the file is valid or not.

Lastly, I come to the same question. Since it is an important knowledge, I decided to look for the .plist files validator. It occurred that I do not need any custom software. There is one magic command:

plutil <PATH TO .PLIST FILE>