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?
Is Apple Foundation open source?
114 views Asked by Evan Carroll At
1
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.