-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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
Labels
No labels