-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support Binary Plists #28
Comments
Same problem here trying to parse ~/Library/Safari/Bookmarks.plist with plist-3.2.0 using |
The Safari bookmarks file can be converted to XML (which plist gem can process) with:
|
This issue is a placeholder for integrating backends from other ruby plist libraries |
@vesan thanks for the pointer to the OSX |
Was trying to pass the plist file content instead of filename to solve the issue but had the
fixed that for me and I was going to make a pull request but found this issue and now I guess that won't help anyway... |
@Nakilon are you working with a binary plist, or are you having a different issue? |
@patsplat yes, the file I need to parse appears to be binary. To solve this I've used https://github.com/ckruse/CFPropertyList but that probably results in more code because of these
|
#21 (comment)
The text was updated successfully, but these errors were encountered: