From 3737ed634d6adfd19221b64c7f395dbc03789367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Nordstr=C3=B8m?= Date: Fri, 8 Nov 2019 03:00:51 +0100 Subject: [PATCH] Add settings in the Info.plist file that enable high-DPI support on macOS. These changes follow the instructions in the official Qt docs. https://doc.qt.io/qt-5/highdpi.html --- dist/macos/bundle/Barrier.app/Contents/Info.plist.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/macos/bundle/Barrier.app/Contents/Info.plist.in b/dist/macos/bundle/Barrier.app/Contents/Info.plist.in index b973f5e9..a079a54d 100644 --- a/dist/macos/bundle/Barrier.app/Contents/Info.plist.in +++ b/dist/macos/bundle/Barrier.app/Contents/Info.plist.in @@ -24,6 +24,10 @@ @BARRIER_VERSION@ CFBundleVersion @BARRIER_VERSION@ + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True NSHumanReadableCopyright © 2018 Debauchee Open Source Group LSMinimumSystemVersion