From 1b6e312ba503cfeff55a23898c7719a01bfd096d Mon Sep 17 00:00:00 2001 From: Jeremy Legendre Date: Mon, 23 Jul 2018 09:04:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d57b48e..1ec6d23 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ array must have text field set to NULL. * [x] Checked/unchecked menu items * [x] Nested menus * [ ] Icons for menu items -* [ ] Rewrite ObjC code in C using ObjC Runtime (now ObjC code breaks many linters and static analyzers) +* [x] Rewrite ObjC code in C using ObjC Runtime (now ObjC code breaks many linters and static analyzers) * [ ] Call GTK code using dlopen/dlsym (to make binaries run safely if Gtk libraries are not available) ## License