plutil
plutil copied to clipboard
Does not support multiple commands
Apple's native PlistBuddy
can accept multiple commands at once, for example:
/usr/libexec/PlistBuddy \
-c "Add :Key1 string Value1" \
-c "Add :Key2 string Value2" \
Info.plist