This adds XML capability for property lists via categories to NSPropertyListSerialization. It uses the expat library.
| Release Version | Release Notes | AI Documentation |
|---|---|---|
| RELEASENOTES | DeepWiki for MulleObjCExpatFoundation |
| Requirement | Release Version | Description |
|---|---|---|
| expat | ||
| MulleFoundationBase | π§± MulleFoundationBase amalgamates Foundations projects | |
| MulleBase64 | π¬ Decode and encode NSData with base64 | |
| mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Use mulle-sde to add MulleObjCExpatFoundation to your project:
mulle-sde add github:MulleFoundation/MulleObjCExpatFoundationUse mulle-sde to build and install MulleObjCExpatFoundation and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/MulleObjCExpatFoundation/archive/latest.tar.gzInstall the requirements:
| Requirements | Description |
|---|---|
| expat | |
| MulleFoundationBase | π§± MulleFoundationBase amalgamates Foundations projects |
| MulleBase64 | π¬ Decode and encode NSData with base64 |
| mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install MulleObjCExpatFoundation 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