Skip to content

Commit

Permalink
Disabling Mac OS X retina support due to weird rendering behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Schimmelmann committed May 2, 2015
1 parent 601dc04 commit 7d9e24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ make -j$JFLAG && make install

if [ -e MMapper/mmapper.app/Contents/Info.plist ]; then
# Mac OS X Retina support
perl -pi -e 's#<dict>#<dict>\n\t<key>NSPrincipalClass</key>\n\t<string>NSApplication</string>\n\t<key>NSHighResolutionCapable</key>\n\t<string>True</string>#' MMapper/mmapper.app/Contents/Info.plist
#perl -pi -e 's#<dict>#<dict>\n\t<key>NSPrincipalClass</key>\n\t<string>NSApplication</string>\n\t<key>NSHighResolutionCapable</key>\n\t<string>True</string>#' MMapper/mmapper.app/Contents/Info.plist
make package
fi

0 comments on commit 7d9e24b

Please sign in to comment.