From 5da3de7b0ed0f4858c98cae7b0b744db273af36a Mon Sep 17 00:00:00 2001 From: c vw <dl1ycf@darc.de> Date: Tue, 3 Mar 2020 18:44:15 +0100 Subject: [PATCH] MacOS app creation: allow for "high resolution" --- MacOS/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MacOS/Info.plist b/MacOS/Info.plist index f077b42..ee59e8e 100644 --- a/MacOS/Info.plist +++ b/MacOS/Info.plist @@ -14,6 +14,8 @@ <string>BNDL</string> <key>NSMicrophoneUsageDescription</key> <string>Allow for using Sound input devices</string> + <key>NSHighResolutionCapable</key> + <string>YES</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> </dict> -- 2.45.2