All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Return a non-zero return code on validation failure.
- Added Property List validation using
PropertyListSerialization
. Validator used to validate plist files may be toggled using the-p
or--plist-validator
switches. Valid values areplutil
andpropertylistserialization
(default).
- Updated Swift package to use latest tools.
- Updated to Swift 5.0
- Initial release