ckruse / CFPropertyList

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

Incorrectly handles empty values #21

Closed kunalrm closed 11 years ago

kunalrm commented 11 years ago

The library returns a nil value for the second app name instead of an empty string. Screenshot of the test plist attached.

screen shot 2013-08-09 at 1 17 19 pm

ckruse commented 11 years ago

Sorry that it took me so long to answer, I was very busy with a client project.

Can you try out the current version? I just released a new version with all changes I already made and I can't reproduce this bug. If the bug still occurs can you provide some more example code?

kunalrm commented 11 years ago

Just verified the fix with the latest change and its now returning an empty string instead of a nil value. Thanks for getting this fixed so fast.

ckruse commented 11 years ago

Ok, so I close this issue as resolved.