From 2be66d733e5ddfc971f86647563163df8fd8969d Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Mon, 19 May 2014 10:43:43 +0100 Subject: [PATCH] Allow calibre to be used by multiple users on Mac OS X. Fixes bug #1320347 For reference see https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113300 --- setup/installer/osx/app/main.py | 1 - setup/installer/osx/freeze.py | 1 - 2 files changed, 2 deletions(-) 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',