ckruse / CFPropertyList

Read, write and manipulate both binary and XML property lists as defined by apple
MIT License
212 stars 47 forks source link

How to force using tabs instead of spaces for indentation? #40

Closed stopiccot closed 9 years ago

stopiccot commented 9 years ago

I want to save my plist as xml but I want to use tabs for indentation

ckruse commented 9 years ago

You can't without modifying the output of CFPropertyList. The XML parsers don't support that.