Skip to content

Instantly share code, notes, and snippets.

@ryandesign
Last active June 27, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandesign/32437746b7d23aa1d9583406d1da13e9 to your computer and use it in GitHub Desktop.
Save ryandesign/32437746b7d23aa1d9583406d1da13e9 to your computer and use it in GitHub Desktop.
Patch to enable Retina display support in Mini vMac Cocoa mode
--- src/Info.plist.orig 2018-06-13 13:24:32.000000000 -0500
+++ src/Info.plist 2018-06-13 18:33:41.000000000 -0500
@@ -70,4 +70,6 @@
<key>LSRequiresCarbon</key>
<string>1</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment