- Remove pyobjc dependency on macosx
I've been looking at removing pyobjc dependency a bit, but like Nirav,
I don't want to being on my to do list to stop anybody else who has wanted to contribute to that
from doing so.
Basically, it looks to me like it ought to be
fairly straightforward to add a .m (objective-C) source file to the
pygame sources that will be compiled in only for Mac, and that it would
just replace what is in the macosx.py or whatever file that uses pyobjc
now. I don't know exactly how to do any of that, but I've been looking
at the pyobjc sources for a bit of reference.
If anybody else wants to help with that, I'd be happy to sync up.