Skip to content

Handling of NSUID #6

@baskerville

Description

@baskerville

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions