Re: Are runtimes of system objects dynamic/SDK dependent/whatever?

2022-06-14 Thread Saagar Jha via Cocoa-dev
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

Re: Are runtimes of system objects dynamic/SDK dependent/whatever?

2022-06-14 Thread Frank D. Engel, Jr. via Cocoa-dev
/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

Are runtimes of system objects dynamic/SDK dependent/whatever?

2022-06-14 Thread Aandi Inston via Cocoa-dev
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