ObjFW  Check-in [86b49f91d8]

Overview
Comment:Add missing files to Xcode project.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.6
Files: files | file ages | folders
SHA3-256: 86b49f91d8404f94e41b6acb8f4db25687668fc9d077b38524e1300956f1e302
User & Date: js on 2012-03-04 22:12:06
Other Links: branch diff | manifest | tags
Context
2012-03-07
22:22
Fix a missing (auto)release. check-in: a5933a2224 user: js tags: 0.6
2012-03-04
22:12
Add missing files to Xcode project. check-in: 86b49f91d8 user: js tags: 0.6
2012-03-02
16:37
@finally { [pool release]; } is a bad idea when throwing exceptions.
The exception is released before it is ever caught.
check-in: 152fac94a7 user: js tags: 0.6
Changes