From: Thomas Debesse <dev@illwieckz.net>
Date: Fri, 26 Feb 2021 22:15:34 +0000 (+0100)
Subject: macos: set NSHighResolutionCapable to true
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0172072f2de4ce01bd9fdfec883a6065bd84ef34;p=xonotic%2Fnetradiant.git

macos: set NSHighResolutionCapable to true
---

diff --git a/setup/macos/Contents/Info.plist b/setup/macos/Contents/Info.plist
index 1cc3d745..0f6066e3 100644
--- a/setup/macos/Contents/Info.plist
+++ b/setup/macos/Contents/Info.plist
@@ -29,7 +29,7 @@
 		<string>map</string>
 	</array>
 	<key>NSHighResolutionCapable</key>
-	<false/>
+	<true/>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.7</string>
 </dict>