It's main raison dΒ΄etre is to support #import <Foundation/Foundation.h>
statements in Objective-C code.
But it also contains some constructs like NSMutableCopying which is now
shunned by mulle-objc coding.
| Release Version | Release Notes | AI Documentation |
|---|---|---|
| RELEASENOTES | DeepWiki for Foundation |
| Requirement | Release Version | Description |
|---|---|---|
| MulleFoundation | π Umbrella library for the MulleFoundation | |
| MulleObjCExpatFoundation | π΄πΌ XML parser based on MulleObjCStandardFoundation and libexpat | |
| MulleObjCInetOSFoundation | π π» OS specific extensions to NSHost and NSURL | |
| MulleObjCHTTPFoundation | π« HTTP and HTML utility methods and classes for mulle-objc | |
| mulle-objc-compat | π Compatibility layer with Apple Objective-C runtime functions | |
| objc-compat | π Glue for Objective-C code to support different Foundations | |
| mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Use mulle-sde to add Foundation to your project:
mulle-sde add github:MulleFoundation/FoundationUse mulle-sde to build and install Foundation and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/Foundation/archive/latest.tar.gzInstall the requirements:
| Requirements | Description |
|---|---|
| MulleFoundation | π Umbrella library for the MulleFoundation |
| MulleObjCExpatFoundation | π΄πΌ XML parser based on MulleObjCStandardFoundation and libexpat |
| MulleObjCInetOSFoundation | π π» OS specific extensions to NSHost and NSURL |
| MulleObjCHTTPFoundation | π« HTTP and HTML utility methods and classes for mulle-objc |
| mulle-objc-compat | π Compatibility layer with Apple Objective-C runtime functions |
| objc-compat | π Glue for Objective-C code to support different Foundations |
| mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install Foundation into /usr/local with cmake:
PREFIX_DIR="/usr/local"
cmake -B build \
-DMULLE_SDK_PATH="${PREFIX_DIR}" \
-DCMAKE_INSTALL_PREFIX="${PREFIX_DIR}" \
-DCMAKE_PREFIX_PATH="${PREFIX_DIR}" \
-DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config ReleaseNat! for Mulle kybernetiK