The Wayback Machine - https://web.archive.org/web/20220321080703/https://github.com/mszoek/airyx/issues/153
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

TODO: Implement binary plist writer in Foundation #153

Open
mszoek opened this issue Nov 7, 2021 · 2 comments
Open

TODO: Implement binary plist writer in Foundation #153

mszoek opened this issue Nov 7, 2021 · 2 comments

Comments

@mszoek
Copy link
Owner

@mszoek mszoek commented Nov 7, 2021

We can read binary format plists but can't write them. Fix this.

@gonzoMD
Copy link

@gonzoMD gonzoMD commented Nov 15, 2021

Here is all needed information regarding binary plists: https://medium.com/@karaiskc/understanding-apples-binary-property-list-format-281e6da00dbd

There is also a an open source cross platform plutil implementation which could be imported into airyx: https://github.com/screenplaydev/plutil

@mszoek
Copy link
Owner Author

@mszoek mszoek commented Nov 15, 2021

Perfect, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment