diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-26 22:05:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-26 22:05:58 -0600 |
commit | 0c9e4d9b223a0593686bee800484de3c23095d4f (patch) | |
tree | ea211eccbc0abf9d6534e4d14e2211e866e9bb9a /sysui | |
parent | 121d5d545b256333543b4679ef64313fac4ad109 (diff) |
macosx: add --enable-macosx-retina
this tell the info.plist that the application is
'high resolution enabled'
Change-Id: I8e43e20f78c822d1cebab873f340143fe2dee4ea
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/macosx/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 16f9eaead38c..a7cb96feec25 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1424,6 +1424,8 @@ <string>public.app-category.productivity</string> <key>LSMinimumSystemVersion</key> <string>@MACOSX_DEPLOYMENT_TARGET@.0</string> + <key>NSHighResolutionCapable</key> + <@MACOSX_HIGH_RESOLUTION_VALUE@/> </dict> </plist> |