patsplat / plist

All-purpose Property List manipulation library
http://www.rubydoc.info/gems/plist
MIT License
306 stars 71 forks source link

Remove or Delete Item in Plist #25

Closed adytzs closed 8 years ago

adytzs commented 8 years ago

Hi, Can I delete or remove some key on plist with this script?

Thanks

patsplat commented 8 years ago

You could parse the plist, modify the resulting ruby data type, then serialize it again