patsplat / plist

All-purpose Property List manipulation library

Home Page:http://www.rubydoc.info/gems/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove or Delete Item in Plist

adytzs opened this issue · comments

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

Thanks

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