News
mulle-objc 0.22.1 released!
Nat!, 22 April 2023
Version 0.22.1 of mulle-objc tools and libraries has been released. Read here
what's new and check the project page for more information.
[mulle-objc]
mulle-objc 0.22 released!
Nat!, 20 December 2022
Version 0.22 of mulle-objc tools and libraries has been released. Read here
what's new and check the project page for more information.
[mulle-objc]
mulle-objc 0.21 released!
Nat!, 06 July 2022
Version 0.21 of mulle-objc tools and libraries has been released. Read here
what's new and check the project page for more information.
[mulle-objc]
Modern Bash Scripting
Nat!, 21 January 2022
A booklet about modern bash scripting. Some of the techniques presented
are brand new.
[More]
mulle-objc 0.20 released!
Nat!, 13 January 2022
Version 0.20 of mulle-objc tools and libraries has been released. Read here
what's new and check the project page for more information.
[mulle-objc]
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.