Is Apple Foundation open source?

114 Views Asked by At

MacOS calls its core libraries Foundation. This includes a class that stores cookies on the system called HTTPCookieStorage. Is the source code for this class available anywhere for the public? Or are we only ever given a header file?

1

There are 1 best solutions below

0
DaChosenOne On

Apple has open-sourced some of its projects and components, but typically, they don't make the entire operating system or core frameworks like Foundation open source. You can find open-source projects related to Apple at Apple's official GitHub page https://github.com/apple, but these projects often do not include core components like Foundation.