mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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',
|
CFBundlePackageType='APPL',
|
||||||
CFBundleSignature='????',
|
CFBundleSignature='????',
|
||||||
CFBundleExecutable='pdftohtml',
|
CFBundleExecutable='pdftohtml',
|
||||||
LSMinimumSystemVersion='10.14.0',
|
LSMinimumSystemVersion='10.15.0',
|
||||||
LSRequiresNativeExecution=True,
|
LSRequiresNativeExecution=True,
|
||||||
NSAppleScriptEnabled=False,
|
NSAppleScriptEnabled=False,
|
||||||
CFBundleIconFile='',
|
CFBundleIconFile='',
|
||||||
@ -448,7 +448,7 @@ class Freeze:
|
|||||||
CFBundleExecutable='calibre',
|
CFBundleExecutable='calibre',
|
||||||
CFBundleDocumentTypes=docs,
|
CFBundleDocumentTypes=docs,
|
||||||
CFBundleURLTypes=url_handlers,
|
CFBundleURLTypes=url_handlers,
|
||||||
LSMinimumSystemVersion='10.14.0',
|
LSMinimumSystemVersion='10.15.0',
|
||||||
LSRequiresNativeExecution=True,
|
LSRequiresNativeExecution=True,
|
||||||
NSAppleScriptEnabled=False,
|
NSAppleScriptEnabled=False,
|
||||||
NSSupportsAutomaticGraphicsSwitching=True,
|
NSSupportsAutomaticGraphicsSwitching=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user