Skip to content

Instantly share code, notes, and snippets.

@dan-palmer
Created July 18, 2012 21:46
Show Gist options
  • Save dan-palmer/3139137 to your computer and use it in GitHub Desktop.
Save dan-palmer/3139137 to your computer and use it in GitHub Desktop.
Fix Eclipse For MacBook Retina
Do "Show package contents" on the Eclipse.app.
Edit Contents/Info.plist.
Just above:
</dict>
</plist>
Place this:
<key>NSHighResolutionCapable</key>
<true />
OSX caches plists so one way to force this new version to be used is to copy the eclipse.app and replace it with the original.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment