-
Notifications
You must be signed in to change notification settings - Fork 220
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
NSKeyedArchiver parser #2351
Labels
Comments
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
parent and highlighting it for 1 second.
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
repaints after object reopen and scroll.
patrickdalla
added a commit
that referenced
this issue
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When implementing BPListParser PR I've noted some data were still somehow scrambled. So I've discovered they used NSKeyedArchiver format to store object information in BPLIST files. The values can be read when parsed by BPListParser whe in NSKeyedArchiver format, but is yet confusing, not showing the value associated with its key name.
The text was updated successfully, but these errors were encountered: