ckruse / CFPropertyList

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

Ignore text and comments inside arrays; just like inside dictionaries #20

Closed improbability closed 11 years ago

improbability commented 11 years ago

Tester noticed that whitespace inside was generating [nil] instead of [] Dictionaries already prune text and comments so this makes arrays do the same.

ckruse commented 11 years ago

Thanks a lot!