Overview
Comment: | README.md: Remove passage about not using Clang.
In newer versions, it works with the Clang Apple distributes with Xcode. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
12a7ab001c9ae3c7cfed429a287dfe69 |
User & Date: | js on 2012-03-20 11:25:00 |
Other Links: | manifest | tags |
Context
2012-03-20
| ||
11:26 | Remove remaining references to the Mercurial repo. check-in: c2afa20a62 user: js tags: trunk | |
11:25 | README.md: Remove passage about not using Clang. check-in: 12a7ab001c user: js tags: trunk | |
11:19 | Use markdown for README. check-in: cdfd65dd41 user: js tags: trunk | |
Changes
Modified README.md from [95c5270566] to [263ecfa81d].
︙ | ︙ | |||
35 36 37 38 39 40 41 | ===================================== To use the Mac OS X framework in Xcode, you need to add the .framework to your project and add the following flags to "Other C Flags": -fconstant-string-class=OFConstantString -fno-constant-cfstrings | < < < < | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ===================================== To use the Mac OS X framework in Xcode, you need to add the .framework to your project and add the following flags to "Other C Flags": -fconstant-string-class=OFConstantString -fno-constant-cfstrings Optionally, if you want to use blocks, you also need to add: -fblocks Bugs and feature requests ========================= |
︙ | ︙ |