diff --git a/setup/installer/osx/app/main.py b/setup/installer/osx/app/main.py index 9373922b3a..ecc754f784 100644 --- a/setup/installer/osx/app/main.py +++ b/setup/installer/osx/app/main.py @@ -355,7 +355,6 @@ class Py2App(object): CFBundleGetInfoString=('calibre, an E-book management ' 'application. Visit http://calibre-ebook.com for details.'), CFBundleIconFile='library.icns', - LSMultipleInstancesProhibited=True, NSHighResolutionCapable=True, LSApplicationCategoryType='public.app-category.productivity', LSEnvironment=env diff --git a/setup/installer/osx/freeze.py b/setup/installer/osx/freeze.py index 9e2c5a17be..d103932f1e 100644 --- a/setup/installer/osx/freeze.py +++ b/setup/installer/osx/freeze.py @@ -409,7 +409,6 @@ def main(): 'CFBundleShortVersionString':VERSION, 'CFBundleVersion':APPNAME + ' ' + VERSION, 'LSMinimumSystemVersion':'10.4.3', - 'LSMultipleInstancesProhibited':'true', 'NSHumanReadableCopyright':'Copyright 2008, Kovid Goyal', 'LSEnvironment':{ 'FC_CONFIG_DIR':'@executable_path/../Resources/fonts',