OS X Build: Fix a bug that was preventing multiple instances of calibre being used by different user accounts on the same computer. Fixes #1320347 [Multiple users cannot run Calibre concurrently](https://bugs.launchpad.net/calibre/+bug/1320347)

Merge branch 'fanf/multiuser' of https://github.com/fanf2/calibre
This commit is contained in:
Kovid Goyal 2014-05-19 15:26:13 +05:30
commit 7388dfa130
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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',