Browse Source

Add NSHighResolutionCapable flag to Atomic Editor info plist

Josh Engebretson 9 years ago
parent
commit
1c602dcbe8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Build/CMake/Modules/AtomicEditorInfo.plist.template

+ 2 - 0
Build/CMake/Modules/AtomicEditorInfo.plist.template

@@ -32,6 +32,8 @@
     <true/>
     <key>NSSupportsAutomaticGraphicsSwitching</key>
   	<true/>
+    <key>NSHighResolutionCapable</key>
+    <true/>
     <key>NSHumanReadableCopyright</key>
     <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
     <key>LSEnvironment</key>