We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987185a commit e7c973fCopy full SHA for e7c973f
appbundler/src/com/oracle/appbundler/AppBundlerTask.java
@@ -472,6 +472,7 @@ private void writeInfoPlist(File file) throws IOException {
472
writeProperty(xout, "CFBundleSignature", signature);
473
writeProperty(xout, "CFBundleVersion", version);
474
writeProperty(xout, "NSHumanReadableCopyright", copyright);
475
+ writeProperty(xout, "NSHighResolutionCapable", "true");
476
477
if (applicationCategory != null) {
478
writeProperty(xout, "LSApplicationCategoryType", applicationCategory);
0 commit comments