summaryrefslogtreecommitdiffstats
path: root/build/osx/OSConsX.py
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2015-12-30 00:57:37 -0500
committerRJ Ryan <rryan@mixxx.org>2015-12-30 00:57:37 -0500
commit68c010636ac1662ea3984e273dea113976e38549 (patch)
tree3b486afc4262a4c44694ba509718ecc203d2245a /build/osx/OSConsX.py
parent4d4fc62e08e99127036d5c3a25fcb41d16015867 (diff)
Define NSPrincipalClass and NSHighResolutionCapable on OS X.
Diffstat (limited to 'build/osx/OSConsX.py')
-rw-r--r--build/osx/OSConsX.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/osx/OSConsX.py b/build/osx/OSConsX.py
index b64cb7e62c..13711f6351 100644
--- a/build/osx/OSConsX.py
+++ b/build/osx/OSConsX.py
@@ -404,6 +404,8 @@ def emit_app(target, source, env):
'CFBundleVersion': bundle_version,
'CFBundleShortVersionString': bundle_short_version_string,
'NSHumanReadableCopyright': human_readable_copyright,
+ 'NSPrincipalClass': 'NSApplication',
+ 'NSHighResolutionCapable': 'True',
'LSApplicationCategoryType': application_category_type,
'LSMinimumSystemVersion': minimum_osx_version}
if env['FOR_APP_STORE']: