Portable framework for the Objective-C language. https://objfw.nil.im
Find a file
Jonathan Schleifer f33bd5b5de Set version to 1.1.7
FossilOrigin-Name: 2d82fdbd6115811edaa33ddaac89488d2fcafd91b0870b8048bf8d29d6127dd1
2024-08-25 21:39:20 +00:00
.fossil-settings OFMessagePackTests: Add more tests 2024-03-23 16:43:04 +00:00
.github GitHub Actions: Remove macOS 11 2024-07-04 18:47:19 +00:00
build-aux Update build-aux from autoconf 2.72 2024-04-13 09:24:34 +00:00
generators/unicode Properly hide private symbols 2024-04-29 23:12:19 +00:00
misc Add new signing key 2024-01-04 19:05:44 +00:00
src OFINIFile: Fix parsing = within " 2024-08-25 21:29:28 +00:00
tests OFINIFile: Fix parsing = within " 2024-08-25 21:29:28 +00:00
utils ofarc: Fix extracting from stdin on macOS 2024-05-12 15:48:21 +00:00
.gitignore OFMessagePackTests: Add more tests 2024-03-23 16:43:04 +00:00
autogen.sh Only set AUTO{CONF,MAKE}_VERSION on OpenBSD 2023-06-20 18:35:14 +00:00
buildsys.mk.in Update buildsys 2023-09-10 23:33:08 +00:00
ChangeLog Update ChangeLog for 1.1.7 2024-08-25 21:35:59 +00:00
configure.ac Set version to 1.1.7 2024-08-25 21:39:20 +00:00
COPYING Change license to LGPLv3 only 2024-04-03 02:16:03 +00:00
COPYING.LESSER Change license to LGPLv3 only 2024-04-03 02:16:03 +00:00
Doxyfile Document a lot of undocumented functions & macros 2024-05-01 15:20:29 +00:00
extra.mk.in Increase library versions 2024-08-25 21:37:49 +00:00
Makefile Rename new tests 2024-02-18 19:29:26 +00:00
PLATFORMS.md Move platforms from wiki back to PLATFORMS.md 2024-08-23 23:25:10 +00:00
README.md README.md: Fix missing word 2024-08-23 23:30:05 +00:00

ObjFW is a portable, lightweight framework for the Objective-C language. It enables you to write an application in Objective-C that will run on any platform supported by ObjFW without having to worry about differences between operating systems or various frameworks you would otherwise need if you want to be portable.

It supports all modern Objective-C features when using Clang, but is also compatible with GCC ≥ 4.6 to allow maximum portability.

ObjFW is intentionally incompatible with Foundation.

You can read more about ObjFW on its homepage, including how to install and use it.