Fix studio for HiDPI on Mac

This commit is contained in:
2018-02-14 22:28:36 -06:00
parent 9d013ff481
commit de89f86a26
2 changed files with 9 additions and 7 deletions
+8 -1
View File
@@ -16,7 +16,14 @@
<string>1.2.8</string>
<key>LSMinimumSystemVersion</key>
<string>10.13.0</string>
<!-- HiDPI -->
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2016-2017 Gary Talent &lt;gtalent2@gmail.com&gt;</string>
<string>Copyright (c) 2016-2018 Gary Talent &lt;gtalent2@gmail.com&gt;</string>
</dict>
</plist>