Option 2 is pretty much what happens. In addition, the behavior of doCoolStuff
might change in 11.0 versus 10.15; the system framework will pick between the
two by checking which SDK you were linked against.
> On Jun 14, 2022, at 12:30, Aandi Inston via Cocoa-dev
> wrote:
>
> I'm trying to
/System/Library/Frameworks/AppKit.framework
On 6/14/22 3:29 PM, Aandi Inston via Cocoa-dev wrote:
I'm trying to understand how Mac OS X actually implements the predefined
objects like NSApplication. Not in detail by function, but where the code
lives. This is by way of understanding what happen
I'm trying to understand how Mac OS X actually implements the predefined
objects like NSApplication. Not in detail by function, but where the code
lives. This is by way of understanding what happens if the SDK version
doesn't match the system version. Let's suppose I would like to use an
imaginary