News
mulle-objc 0.18 released!
Nat!, 28 December 2020
Version 0.18 of mulle-objc tools and libraries as well as the
new MulleWeb projects have been released. Read here
what's new and check the project page for more information.
[mulle-objc]
iBackupFS code release
ZNeK, 09 February 2020
iBackupFS is a new filesystem for introspecting iTunes device backups
[iBackupFS]
mulle-concurrent 1.0.8
Nat!, 27 October 2016
mulle-concurrent version 1.8.0 is the sixth released piece of mulle-objc .
It's a lock- and wait-free hashtable (and an array too), written in C.
[mulle-concurrent]
MulleScion 1859.1
Nat!, 05 August 2016
1859.1 has some fixes for IOS and MulleFoundation.
[MulleScion]
OCMock 3.2 released
erik, 03 October 2015
This release combines several contributions, including mocking of dynamic properties and invoking block arguments.
[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.