Skip to content

Commit 409da1d

Browse files
committed
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
1 parent d30bd83 commit 409da1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/macosx/template.app/Contents/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<string>VERSION</string>
1515
<!-- now stop changing things and get outta here -->
1616

17+
<key>NSHighResolutionCapable</key>
18+
<true/>
1719
<key>CFBundleAllowMixedLocalizations</key>
1820
<string>true</string>
1921
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)