native icon indicating copy to clipboard operation
native copied to clipboard

[ffigen] Remove `includeSymbolAddress` from interfaces/protocols/categories config

Open liamappelbe opened this issue 3 weeks ago • 0 comments

It only has an effect on codegen for functions and globals, and it doesn't really make sense for interfaces/protocols/categories. For interfaces and protocols we could expose the native class/protocol pointer, but there isn't really a use case (and there's utils for this in package:objective_c anyway). For categories I don't think there's anything we can expose.

liamappelbe avatar Nov 11 '25 01:11 liamappelbe