MakeMKV Retina

The place to discuss Mac OS X version of MakeMKV
Post Reply
stoplis
Posts: 1
Joined: Sat Aug 18, 2012 10:46 am

MakeMKV Retina

Post by stoplis »

If you have a retina macbook pro the text is really bad in this program, but you can fix it.
Right click on the icon and select 'Show Package Contents'.
Open 'Contents'.
Open 'Info.plist' in text edit.
Paste the following:

Code: Select all

	<key>NSHighResolutionCapable</key>
	<string>true</string>
after the line:

Code: Select all

	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
Save and exit.
Then make a copy of MakeMKV.
Delete the original.
Rename the new from 'MakeMKV copy' to 'MakeMKV'

Now when you open it you will see all nice smooth text.
Claudio
Posts: 41
Joined: Sat Sep 12, 2009 4:21 am

Re: MakeMKV Retina

Post by Claudio »

Thank you very much for this post. Works for me, though the main icon and toolbar icons need to be re drawn in Retina resolution.

I hope the next release includes these updates :D
Post Reply