From 8895b7f2271ca565635d4f13257e96ed10463062 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Jan 2016 16:20:38 -0500 Subject: [PATCH] More TODOs/TODO cleanup. --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index df838072..ba95b41c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,5 @@ -- big documentation TODO: document that font matching is CLOSEST MATCH +- LC_VERSION_MIN_MACOSX has the 10.11 SDK; see if we can knock it down to 10.7 too; OS version is fine + - apply the OS version stuff to the test program and examples too - go through ALL the objective-c objects we create and make sure we are using the proper ownership (alloc/init and new are owned by us, all class method constructors are autoreleased - thanks mikeash)