mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:02:41 +02:00
Increase minimum required OS X version in the bundle metadata
This commit is contained in:
parent
a13d76ef40
commit
743eda44f3
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ def create_plist(self):
|
|||
CFBundleSignature='????',
|
||||
CFBundleExecutable='calibre',
|
||||
CFBundleDocumentTypes=docs,
|
||||
LSMinimumSystemVersion='10.5.2',
|
||||
LSMinimumSystemVersion='10.7.2',
|
||||
LSRequiresNativeExecution=True,
|
||||
NSAppleScriptEnabled=False,
|
||||
NSHumanReadableCopyright='Copyright 2010, Kovid Goyal',
|
||||
|
|
|
|||
Loading…
Reference in a new issue