News
mulle-todo released!
Nat!, 18 December 2025
📋 A simple but elegant per-project todo list manager for shell environments with Unicode box drawing and emoji support.
[mulle-todo]
mulle-objc 0.26 released!
Nat!, 30 April 2025
Version 0.26 of mulle-objc - tools and libraries - has been released. Read here
what's new and check the project page for more information.
[mulle-objc]
De Re NSObject
Nat!, 25 January 2025
And another new programming guide for mulle-objc is out now. "De Re NSObject" covers all the questions how to manage Objective-C objects.
[More]
De Re @property
Nat!, 14 January 2025
A new programming guide for mulle-objc appeared. It's called "De Re @property"
and it exclusively deals with ... Objective-C properties.
[More]
Objective-C Runtime in Pictures
Nat!, 18 December 2024
A booklet that explains the Objective-C runtime internals and that of
the mulle-objc runtime in particular.
[More]
more news →
Features
iTunesFS allows you to mount the iTunes database and all your local iPods as a file
system, using the excellent MacFUSE.
Albums, Artists and all Playlists are exposed as directories, with their respective entries, allowing for painless backups.
iBackupFS is a new filesystem for introspecting iTunes device backups
The MulleEOInterface framework is a binary replacement for the EOInterface framework that Apple delivered in their Objective-C version of WebObjects (4.5). It's the link between EOControl and AppKit. Also features MulleEOObserver.
Version 1.3
OCMock is an Objective-C implementation of mock objects. It creates mock objects on the fly and uses the trampoline pattern so that you can define expectations and stubs using the same syntax that you use to call methods.
This article series explores ways how to make your Objective-C code run faster. The series covers exclusively Objective-C and Foundation specifica. Optimizing code in general is not part of the agenda.