ObjFW will enable you to write an application in Objective C that will be able to run on any platform supported by ObjFW without you having to worry about differences between operation systems or various frameworks you would otherwise need if you want to be portable.
ObjFW should work on any POSIX system to which gcc4 or a recent version of LLVM (either llvm-gcc or clang) has been ported, and it also works on non-POSIX systems like Windows.
What's New in This Release: [ read full changelog ]
· Support for Haiku.
· Autorelease pools now work properly without __thread.
· Incorrect framework version in Xcode project fixed.
· Documentation fixes and improvements.
· Blocks now only use 16 bits for the reference count in order to avoid problems with newer Clang versions.
· More use of OF_SENTINEL.