Skip to content

๐Ÿ‘ด๐Ÿผ XML parser based on MulleObjCStandardFoundation and libexpat

License

Notifications You must be signed in to change notification settings

MulleFoundation/MulleObjCExpatFoundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MulleObjCExpatFoundation

๐Ÿ‘ด๐Ÿผ XML parser based on MulleObjCStandardFoundation and libexpat

This adds XML capability for property lists via categories to NSPropertyListSerialization. It uses the expat library.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

Requirements

Requirement Release Version Description
expat Mulle kybernetiK tag Build Status
MulleFoundationBase Mulle kybernetiK tag Build Status ๐Ÿงฑ MulleFoundationBase amalgamates Foundations projects
MulleBase64 Mulle kybernetiK tag Build Status ๐Ÿ’ฌ Decode and encode NSData with base64
mulle-objc-list Mulle kybernetiK tag Build Status ๐Ÿ“’ Lists mulle-objc runtime information contained in executables.

You are here

Overview

Add

Use mulle-sde to add MulleObjCExpatFoundation to your project:

mulle-sde add github:MulleFoundation/MulleObjCExpatFoundation

Install

Install with mulle-sde

Use mulle-sde to build and install MulleObjCExpatFoundation and all dependencies:

mulle-sde install --prefix /usr/local \
   https://github.com/MulleFoundation/MulleObjCExpatFoundation/archive/latest.tar.gz

Manual Installation

Install 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:

cmake -B build \
      -DCMAKE_INSTALL_PREFIX=/usr/local \
      -DCMAKE_PREFIX_PATH=/usr/local \
      -DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release

Author

Nat! for Mulle kybernetiK