]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
macos: set NSHighResolutionCapable to file in plist to attempt to avoid to render...
authorThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 19:38:10 +0000 (20:38 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 19:38:26 +0000 (20:38 +0100)
setup/apple/Contents/Info.plist

index 010444523252ad42fbf8ea8d3927e41b11ab1bcb..3a8348e1c786c0da08e52ad8f4260299c6fff4bb 100644 (file)
@@ -22,5 +22,7 @@
         <string>1.5.0</string>
         <key>LSMinimumSystemVersion</key>
         <string>10.7</string>
+        <key>NSHighResolutionCapable</key>
+        <false/>
 </dict>
 </plist>