Tony Finch 2014-05-19 10:43:43 +01:00
parent 991ac8cdd6
commit 2be66d733e
2 changed files with 0 additions and 2 deletions

View File

@ -355,7 +355,6 @@ class Py2App(object):
CFBundleGetInfoString=('calibre, an E-book management ' CFBundleGetInfoString=('calibre, an E-book management '
'application. Visit http://calibre-ebook.com for details.'), 'application. Visit http://calibre-ebook.com for details.'),
CFBundleIconFile='library.icns', CFBundleIconFile='library.icns',
LSMultipleInstancesProhibited=True,
NSHighResolutionCapable=True, NSHighResolutionCapable=True,
LSApplicationCategoryType='public.app-category.productivity', LSApplicationCategoryType='public.app-category.productivity',
LSEnvironment=env LSEnvironment=env

View File

@ -409,7 +409,6 @@ def main():
'CFBundleShortVersionString':VERSION, 'CFBundleShortVersionString':VERSION,
'CFBundleVersion':APPNAME + ' ' + VERSION, 'CFBundleVersion':APPNAME + ' ' + VERSION,
'LSMinimumSystemVersion':'10.4.3', 'LSMinimumSystemVersion':'10.4.3',
'LSMultipleInstancesProhibited':'true',
'NSHumanReadableCopyright':'Copyright 2008, Kovid Goyal', 'NSHumanReadableCopyright':'Copyright 2008, Kovid Goyal',
'LSEnvironment':{ 'LSEnvironment':{
'FC_CONFIG_DIR':'@executable_path/../Resources/fonts', 'FC_CONFIG_DIR':'@executable_path/../Resources/fonts',