node-bplist-parser icon indicating copy to clipboard operation
node-bplist-parser copied to clipboard

Handling of NSUID

Open baskerville opened this issue 11 years ago • 1 comments

The following base64 encoded binary plist:

YnBsaXN0MDDRAQJTZm9vgAEICw8AAAAAAAABAQAAAAAAAAADAAAAAAAAAAAAAAAAAAAAEQ==

is parsed as

{ foo: 1 }

while plistutil parses it as

<dict>
    <key>foo</key>
    <dict>
        <key>CF$UID</key>
        <integer>1</integer>
    </dict>
</dict>

baskerville avatar Feb 21 '14 15:02 baskerville

@joeferner, @baskerville I think this issue can be closed.

dnicolson avatar Feb 26 '21 20:02 dnicolson