objc2 icon indicating copy to clipboard operation
objc2 copied to clipboard

Add support for `CoreFoundation`-like libraries

Open madsmtm opened this issue 6 months ago • 7 comments

CoreFoundation, CoreServices and similar frameworks have memory management properties that I'm yet unsure of how we should handle.

Should we introduce a new wrapper type, similar to Id? Or should they manage it internally?

Prior art:

madsmtm avatar Jan 14 '24 07:01 madsmtm