From ff97a855525d1e2c98367f59ae9dde3e003d430b Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Thu, 7 Nov 2013 12:57:39 +0100 Subject: [PATCH] KCC available from 10.6+ --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ae8c8a6..afb7bb8 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ if platform == "darwin": CFBundleTypeRole='Viewer', ) ], + LSMinimumSystemVersion='10.6.0', NSHumanReadableCopyright='ISC License (ISCL)' ) )