cocoa-rs icon indicating copy to clipboard operation
cocoa-rs copied to clipboard

What is the scope of this crate?

Open emberian opened this issue 9 years ago • 2 comments

Should it consist only of Cocoa.framework or should/can it bind to all of the OS X SDK?

emberian avatar May 12 '15 17:05 emberian

I think it should probably be limited to Cocoa.framework, but I don't feel strongly either way.

pcwalton avatar May 13 '15 01:05 pcwalton

It would be great to pull OS X specific stuff out into a feature, because Cocoa.framework and AppKit.framework are not included on iOS and a lot of this library is applicable on both iOS and OS X.

conradev avatar Mar 18 '16 04:03 conradev