From 743eda44f3632ee6d5678f840124c564296354e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 10 May 2014 09:03:17 +0530 Subject: [PATCH] Increase minimum required OS X version in the bundle metadata --- setup/installer/osx/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/osx/app/main.py b/setup/installer/osx/app/main.py index c84778a719..14c1bfc7d7 100644 --- a/setup/installer/osx/app/main.py +++ b/setup/installer/osx/app/main.py @@ -348,7 +348,7 @@ class Py2App(object): CFBundleSignature='????', CFBundleExecutable='calibre', CFBundleDocumentTypes=docs, - LSMinimumSystemVersion='10.5.2', + LSMinimumSystemVersion='10.7.2', LSRequiresNativeExecution=True, NSAppleScriptEnabled=False, NSHumanReadableCopyright='Copyright 2010, Kovid Goyal',