Increase minimum required OS X version in the bundle metadata

This commit is contained in:
Kovid Goyal 2014-05-10 09:03:17 +05:30
parent a13d76ef40
commit 743eda44f3

View File

@ -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',