Neuigkeiten
mulle-objc 0.18 veröffentlicht!
Nat!,
28
Dezember
2020
Version 0.18 der mulle-objc Entwicklungsumgebung und die zugehörigen
Libraries sind veröffentlicht. Alles weitere
hier
oder auf der Projektseite.
[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
Oktober
2016
mulle-concurrent version 1.8.0 ist das sechste Puzzlestück der mulle-objc Veröffentlichung .
Es ist eine Hashtable, die wait-free ist. In C geschrieben.
[mulle-concurrent]
MulleScion 1859.1
Nat!,
5
August
2016
1859.1 hat ein paar Korrekturen für iOS und 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]
Archiv →
Sonderangebote
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.