From: c vw <dl1ycf@darc.de>
Date: Tue, 3 Mar 2020 17:44:15 +0000 (+0100)
Subject: MacOS app creation: allow for "high resolution"
X-Git-Url: https://git.rkrishnan.org/pf/components/somewhere?a=commitdiff_plain;h=5da3de7b0ed0f4858c98cae7b0b744db273af36a;p=pihpsdr.git

MacOS app creation: allow for "high resolution"
---

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>