1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Remove 10.8 limit

This commit is contained in:
Ciro Mattia Gonano
2013-11-07 12:14:03 +01:00
parent 58513ef59f
commit 33cfd92cef
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if platform == "darwin":
excludes=['PyQt4.QtDeclarative', 'PyQt4.QtDesigner', 'PyQt4.QtHelp', 'PyQt4.QtMultimedia',
'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtScriptTools', 'PyQt4.QtSql', 'PyQt4.QtSvg',
'PyQt4.QtXmlPatterns', 'PyQt4.QtXml', 'PyQt4.QtWebKit', 'PyQt4.QtTest', 'Tkinter'],
resources=['LICENSE.txt', 'other/Additional-LICENSE.txt'],
resources=['LICENSE.txt', 'other/Additional-LICENSE.txt', 'other/unrar'],
plist=dict(
CFBundleName=NAME,
CFBundleShortVersionString=VERSION,
@@ -42,7 +42,6 @@ if platform == "darwin":
CFBundleTypeRole='Viewer',
)
],
LSMinimumSystemVersion='10.8.0',
NSHumanReadableCopyright='ISC License (ISCL)'
)
)