mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 18:35:38 +01:00
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
This commit is contained in:
parent
991ac8cdd6
commit
2be66d733e
2 changed files with 0 additions and 2 deletions
|
|
@ -355,7 +355,6 @@ def create_plist(self):
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue