From 28044591df7ca430242a639bf0a0ef94c6c15678 Mon Sep 17 00:00:00 2001 From: stal Date: Sun, 10 May 2015 20:09:57 -0700 Subject: [PATCH] bit of docs Signed-off-by: stal --- docs/COCOA.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/COCOA.md b/docs/COCOA.md index 73b503c8..7f7dc226 100644 --- a/docs/COCOA.md +++ b/docs/COCOA.md @@ -1,7 +1,7 @@ # uTox-cocoa specific notes * 10.10 SDK is required to build, but the product should be - compatible back to 10.7 (10.6 TODO). + compatible back to 10.7. * Support for Mavericks SDK is TODO (ifdef out 10.10 bits) * Please make sure your dependencies are built with the lowest `MACOSX_DEPLOYMENT_TARGET` possible @@ -16,7 +16,7 @@ release. It will disable some basic sanity checks which should always pass if the code is correct. * You can instruct uTox to use Yosemite blur as a UI element colour - in utox_theme.ini by [instructionos to specify blur here please] + in utox_theme.ini by (not implemented currently) * When filing issues directly related to uTox-cocoa, please @stal888 in your issue so I get notified. @@ -40,10 +40,6 @@ Done! (the DMG target builds a statically linked utox binary for you automatically. It does not depend on anything but system libraries. Build just the binary with `make -f cocoa/Makefile utox-static`) -## How to compile (statically linked for distribution) - -idk - ## Adding to uTox-cocoa * Please keep your C straight \ No newline at end of file