This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various fixes and additions to PlistBuddy.
- Fix `Exit` command in PlistBuddy to actually exit. - Fix `Key:` syntax in PlistBuddy to append to arrays. - Fix `Set Key:0` syntax in PlistBuddy to overwrite, not insert. - Fix PlistBuddy to correctly initialize new property lists: only write to disk on `Save` and start out with a dictionary. - Fix crashes with out-of-bounds array indexes in PlistBuddy. - Add `Import`, `Copy`, and `Revert` commands to PlistBuddy.
- Loading branch information