cacao
cacao copied to clipboard
Fix `objc2` warnings
Builds upon #30.
Fix warnings introduced by objc2
deprecating certain functionality.
This one also looks fine to me, albeit needs a touch of rebase it seems.
I've incorporated a few fixes from a newer version of objc2
into this, namely the ability to just use bool
in place of BOOL
, and to elide a lot of .unwrap()
's after msg_send_id!
.
Where's this one sit with regards to #30? Should I just ignore it at this point?
No, I'll pick it up again after https://github.com/ryanmcgrath/cacao/pull/30
Kk sounds good!