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

Use simple-plist to parse plist files on macos #4

Merged
merged 1 commit into from Dec 24, 2019

Conversation

X140Yu
Copy link
Contributor

@X140Yu X140Yu commented Dec 24, 2019

Plist files on macOS have two formats, binary or xml

Some apps' Info.plist files are in binary formats, like Notion.app, but the plist npm package can only deal with XML format. So I change it to simple-plist and it works like charm.

@pd4d10 pd4d10 merged commit b12d0cc into pd4d10:master Dec 24, 2019
@pd4d10
Copy link
Owner

pd4d10 commented Dec 24, 2019

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants