]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
macos: set NSHighResolutionCapable to true
authorThomas Debesse <dev@illwieckz.net>
Fri, 26 Feb 2021 22:15:34 +0000 (23:15 +0100)
committerThomas Debesse <dev@illwieckz.net>
Fri, 26 Feb 2021 22:15:34 +0000 (23:15 +0100)
setup/macos/Contents/Info.plist

index 1cc3d745aaab7a5ea94a8554d2c46dfdd703358f..0f6066e3fcc6f7f71d446494779d3071a6d20992 100644 (file)
@@ -29,7 +29,7 @@
                <string>map</string>
        </array>
        <key>NSHighResolutionCapable</key>
-       <false/>
+       <true/>
        <key>LSMinimumSystemVersion</key>
        <string>10.7</string>
 </dict>