Browse Source

Added NSHighResolutionCapable to info.plists.

Mark Sibly 9 years ago
parent
commit
9ed0758b79
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/mx2cc/buildproduct.monkey2
  2. 1 0
      src/ted2/buildproduct.monkey2

+ 1 - 0
src/mx2cc/buildproduct.monkey2

@@ -459,6 +459,7 @@ Class GccBuildProduct Extends BuildProduct
 					plist+="~t<string>"+appName+"</string>~n"
 					plist+="~t<key>CFBundlePackageType</key>~n"
 					plist+="~t<string>APPL</string>~n"
+					plist+="~t<key>NSHighResolutionCapable</key> <true/>~n"
 					plist+="</dict>~n"
 					plist+="</plist>~n"
 					

+ 1 - 0
src/ted2/buildproduct.monkey2

@@ -389,6 +389,7 @@ Class MacosProduct Extends DesktopProduct
 		plist+="~t<string>"+AppName+"</string>~n"
 		plist+="~t<key>CFBundlePackageType</key>~n"
 		plist+="~t<string>APPL</string>~n"
+		plist+="~t<key>NSHighResolutionCapable</key> <true/>~n"
 		plist+="</dict>~n"
 		plist+="</plist>~n"