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

Switch from deprecated NSSecureCoding API #132

Merged
merged 1 commit into from
Apr 7, 2023
Merged

Switch from deprecated NSSecureCoding API #132

merged 1 commit into from
Apr 7, 2023

Conversation

sindresorhus
Copy link
Owner

Fixes #131

The new API requires NSObject inheritance, so I had to add some more constraints.

Copy link
Collaborator

@hank121314 hank121314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for working on this 🙇!

@sindresorhus sindresorhus merged commit 8584d1d into main Apr 7, 2023
4 checks passed
@sindresorhus sindresorhus deleted the nscoding branch April 7, 2023 02:49
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.

Replace deprecated NSKeyedUnarchiver.unarchiveTopLevelObjectWithData
2 participants