Adds a Gregorian and a Julian NSCalendar to the MulleFoundation.
| Release Version | Release Notes | AI Documentation |
|---|---|---|
| RELEASENOTES | DeepWiki for MulleObjCCalendarFoundation |
| Class | Description |
|---|---|
NSCalendar |
|
NSDateComponents |
| Requirement | Release Version | Description |
|---|---|---|
| MulleObjCOSFoundation | π» Platform-dependent classes and categories like NSTask, NSPipe | |
| mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Use mulle-sde to add MulleObjCCalendarFoundation to your project:
mulle-sde add github:MulleFoundation/MulleObjCCalendarFoundationUse mulle-sde to build and install MulleObjCCalendarFoundation and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com/MulleFoundation/MulleObjCCalendarFoundation/archive/latest.tar.gzInstall the requirements:
| Requirements | Description |
|---|---|
| MulleObjCOSFoundation | π» Platform-dependent classes and categories like NSTask, NSPipe |
| mulle-objc-list | π Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install MulleObjCCalendarFoundation 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