use high res fonts on Retina display macs

metadata
Wenzel Jakob 2013-08-11 22:50:04 +02:00
parent d51e2e521b
commit 85d419ce36
2 changed files with 4 additions and 0 deletions

View File

@ -90,5 +90,7 @@
<string>YES</string> <string>YES</string>
<key>BreakpadVendor</key> <key>BreakpadVendor</key>
<string>the Mitsuba authors</string> <string>the Mitsuba authors</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>

View File

@ -70,5 +70,7 @@
<string>@MTS_VERSION@</string> <string>@MTS_VERSION@</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>