From 3eb64ed7518eaa984b66c72db3b6d361f5488be8 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 6 Sep 2012 20:19:31 +0000
Subject: [PATCH] make graphics look nice on retina displays

---
 utils/misc/gmsh_app.plist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/misc/gmsh_app.plist b/utils/misc/gmsh_app.plist
index b2c673866c..ef82fe9cb0 100644
--- a/utils/misc/gmsh_app.plist
+++ b/utils/misc/gmsh_app.plist
@@ -11,6 +11,7 @@
     <key>CFBundleSignature</key><string>GMSH</string>
     <key>CFBundleGetInfoString</key><string>Gmsh GMSH_VERSION, Copyright 1997-2012 C. Geuzaine and J.-F. Remacle</string>
     <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>
+    <key>NSHighResolutionCapable</key><true/>
     <key>CFBundleDocumentTypes</key>
     <array>
       <dict>
-- 
GitLab