Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nanaimo can't parse binary plist #63

Open
tosbaha opened this issue Feb 15, 2023 · 0 comments
Open

Nanaimo can't parse binary plist #63

tosbaha opened this issue Feb 15, 2023 · 0 comments

Comments

@tosbaha
Copy link

tosbaha commented Feb 15, 2023

Nanaimo reads the whole plist and checks the header to determine the file type. However, this is problematic because, due to the nature of binary plist, some files may throw an invalid byte sequence in UTF-8 (ArgumentError) I attached an example plist to experience this issue. The only solution I have found is instead of reading the whole plist, we can just read 6 bytes from the plist. Which will cover both bplist,xml, and ascii comparisons.

Info.plist.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant