]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
MacOS app creation: allow for "high resolution"
authorc vw <dl1ycf@darc.de>
Tue, 3 Mar 2020 17:44:15 +0000 (18:44 +0100)
committerc vw <dl1ycf@darc.de>
Tue, 3 Mar 2020 17:44:15 +0000 (18:44 +0100)
MacOS/Info.plist

index f077b42ef38a55ace39060d313598c251035e886..ee59e8ef140f8a6e0133acd1218316d167e950a5 100644 (file)
@@ -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>