Comment on Fixing QuickLook (2023)parentComments−mitemte2yYou might be thinking of Objective-C metadata, which contains information about classes, protocols and categories. Unlike symbols, metadata can’t be stripped.−fiddlerwoaroof2yI’m specifically talking about selectors and things like class names, etc. I can see that you can strip the parts of objective-c that are just C.
Comments
You might be thinking of Objective-C metadata, which contains information about classes, protocols and categories. Unlike symbols, metadata can’t be stripped.
I’m specifically talking about selectors and things like class names, etc. I can see that you can strip the parts of objective-c that are just C.