From 049b2256e41f49d7897d1b4f9c4f98eb31f75143 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Jan 2016 16:21:28 -0500 Subject: [PATCH] More TODOs. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index ba95b41c..a9f9cac8 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,6 @@ - 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 + - what about micro versions (10.7.x)? force 10.7.0? - 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)