7 Commits

Author SHA1 Message Date
Ian Partridge 07cd40ce8c Update README.md 2018-09-24 11:14:17 +01:00
Arjun Nayini e002bc58eb PR Feedback 2017-11-22 22:01:34 -08:00
Arjun Nayini d50eeecf76 Add note in README.md about generating .xcodeproj 2017-11-13 22:03:51 -08:00
Shane Qi fffb8dd883 Replaced CFRunLoopRun() with RunLoop.current.run() in README examples.
Linux's Foundation donesn't have `CFRunLoopRun()` API. It's equivalent is `RunLoop.current.run()`.
Since `RunLoop.current.run()` is also available on macOS, so we can replace `CFRunLoopRun()` with `RunLoop.current.run()`, so that people won't be confused when they copy & past example but not working on linux.
2017-10-04 09:19:00 -05:00
Ian Partridge 234551eeef Readme: request feedback (#61) 2017-10-03 13:32:33 +01:00
Chris Bailey 055a757e15 Update README.md and Jazzy annotations (#43) 2017-09-10 16:21:20 +01:00
Carl Brown 66cc36f823 Initial Commit 2017-05-30 15:37:23 -05:00