mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Indicate Catalina is required in Info.plist
This commit is contained in:
parent
8624b44a43
commit
424f0b8cc6
@ -395,7 +395,7 @@ class Freeze:
|
||||
CFBundlePackageType='APPL',
|
||||
CFBundleSignature='????',
|
||||
CFBundleExecutable='pdftohtml',
|
||||
LSMinimumSystemVersion='10.14.0',
|
||||
LSMinimumSystemVersion='10.15.0',
|
||||
LSRequiresNativeExecution=True,
|
||||
NSAppleScriptEnabled=False,
|
||||
CFBundleIconFile='',
|
||||
@ -448,7 +448,7 @@ class Freeze:
|
||||
CFBundleExecutable='calibre',
|
||||
CFBundleDocumentTypes=docs,
|
||||
CFBundleURLTypes=url_handlers,
|
||||
LSMinimumSystemVersion='10.14.0',
|
||||
LSMinimumSystemVersion='10.15.0',
|
||||
LSRequiresNativeExecution=True,
|
||||
NSAppleScriptEnabled=False,
|
||||
NSSupportsAutomaticGraphicsSwitching=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user