ObjFW  Check-in [79db0b69ae]

Overview
Comment:README.md: Fix missing word
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1
Files: files | file ages | folders
SHA3-256: 79db0b69ae2de9e88994ad78d7e3fb976071c527ee4a77a27032e3971fd3e2ad
User & Date: js on 2024-08-23 23:30:05
Other Links: branch diff | manifest | tags
Context
2024-08-24
09:22
OFINIFile: Allow comments before first category check-in: b1eae58a7a user: js tags: 1.1
2024-08-23
23:30
README.md: Fix missing word check-in: 79db0b69ae user: js tags: 1.1
23:29
README.md: Fix missing word check-in: 2fe7ea274e user: js tags: trunk
23:25
Move platforms from wiki back to PLATFORMS.md check-in: ea967a4636 user: js tags: 1.1
Changes

Modified README.md from [e9abee09fe] to [e9d18f461a].

1
2
3
4
5
6
7
8
9
10
11
12
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
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](https://objfw.nil.im),


|
|
|







1
2
3
4
5
6
7
8
9
10
11
12
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](https://objfw.nil.im),