erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.pbxproj hash identified converted to boolean

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Parse test-files/issue33.pbxproj file from test files
2. Access following path "objects -> 65541A9C16D13B8C00A968D5 -> fileRef"

What is the expected output? What do you see instead?

Got "false" by real value "65541A9B16D13B8C00A968D5"

For more information checkout testIssue38() in IssueTest.java

Original issue reported on code.google.com by gre...@gmail.com on 9 May 2013 at 11:52

Attachments:

Thanks for the report. The problem comes from a too tolerant boolean parsing in 
NSNumber. I made it more strict so that only the strings true, false, yes and 
no are accepted as boolean.

The next revision will include the fix.

Original comment by daniel.dreibrodt on 10 May 2013 at 8:01

  • Changed state: Started

Original comment by daniel.dreibrodt on 10 May 2013 at 8:32

  • Changed state: Fixed

Original comment by daniel.dreibrodt on 25 Sep 2014 at 5:50

  • Changed state: Verified