An Objective-C wrapper for Mac OS X’s FSEvents C API.
Révision | 6a9d97f1c8ffcf62a190271a8ad1f82c2803857a (tree) |
---|---|
l'heure | 2010-08-04 04:21:22 |
Auteur | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Added authors to readme.
@@ -16,5 +16,11 @@ So I've written some of the code from scratch and "taken" some from `SCEvents`. | ||
16 | 16 | ## API documentation ## |
17 | 17 | You can generate API documentation with the help of [Doxygen](http://www.stack.nl/~dimitri/doxygen/). In Doxygen open the file `api.doxygen`, click the `Run` tab and then the `Run doxygen` button. When it's done you should have a directory (ignored by git) in the root of the project named `api` with a sub-directory `html` in which you will find `index.html` double-click and enjoy. |
18 | 18 | |
19 | +## Authors ## | |
20 | + | |
21 | +* Aron Cedercrantz | |
22 | + | |
19 | 23 | ## License ## |
20 | -The code is released under the [MIT-license](http://www.opensource.org/licenses/mit-license.php). | |
\ No newline at end of file | ||
24 | +The code is released under the [MIT-license](http://www.opensource.org/licenses/mit-license.php). | |
25 | + | |
26 | +If you want, even though you really don't have to, I would love hearing what you use CDEvents for! Send me an email (first name @ last name dot se) or a [message via GitHub](http://github.com/inbox/new/rastersize). |