Added NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays.
This commit is contained in:
parent
365ab225c0
commit
1df6a90a06
1 changed files with 2 additions and 0 deletions
|
@ -31,5 +31,7 @@
|
|||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue