Adding NSHighResolutionCapable to Mac Info.plist file.

Apparently this makes things look or work better on the new MacBook Pro w/ Retina display.

http://code.google.com/p/arduino/issues/detail?id=982
This commit is contained in:
David A. Mellis 2012-08-07 16:46:57 -04:00
parent d30bd83660
commit 409da1d9c7
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
<string>VERSION</string>
<!-- now stop changing things and get outta here -->
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>