-
Notifications
You must be signed in to change notification settings - Fork 111
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
macOS: Use objc2 instead of objc #249
Comments
@paulora2405, maybe you can also do this while you are touching the macOS code? |
Seems easy enough to replace, will try to close this as soon as I can. What is the proper way of validating any changes like these? |
If I make some bigger changes, I just manually test the various functions of the For dependency updates I usually assume "If it builds, it works". Probably not ideal though. |
The
objc
seems to no longer be maintained andobjc2
is a good replacement. Many larger projects already use it, as can be seen in the list of dependents.https://crates.io/crates/objc2
The text was updated successfully, but these errors were encountered: