diff --git a/app/Info.plist.in b/app/Info.plist.in index ca6c7de41a..be256f9c40 100644 --- a/app/Info.plist.in +++ b/app/Info.plist.in @@ -1,40 +1,44 @@ CFBundleDevelopmentRegion English CFBundleExecutable ${MACOSX_BUNDLE_EXECUTABLE_NAME} CFBundleGetInfoString ${MACOSX_BUNDLE_INFO_STRING} CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE} CFBundleIdentifier ${MACOSX_BUNDLE_GUI_IDENTIFIER} CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString ${MACOSX_BUNDLE_LONG_VERSION_STRING} CFBundleName ${MACOSX_BUNDLE_BUNDLE_NAME} CFBundleDisplayName ${MACOSX_BUNDLE_DISPLAY_NAME} CFBundlePackageType APPL CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} CFBundleVersion ${MACOSX_BUNDLE_BUNDLE_VERSION} CSResourcesFileMapped LSRequiresCarbon NSAppSleepDisabled NSSupportsAutomaticTermination + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT}