Re: Thoughts on Cocoa source code
Re: Thoughts on Cocoa source code
- Subject: Re: Thoughts on Cocoa source code
- From: Saagar Jha via Cocoa-dev <email@hidden>
- Date: Wed, 9 Oct 2019 12:05:29 -0700
Nothing is statically linked. The version of the SDK you compile with is
embedded into your application and Cocoa (and other Apple frameworks) consult
this at runtime to determine appropriate behavior. Often this means you don’t
get the new behavior, but sometimes Apple will automatically “opt you in” if
they feel like it doesn’t break too many applications (for example, macOS
Sierra’s window tabbing).
Saagar Jha
[Snipped to stay under the list limit]
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden