diff --git a/krita/Info.plist.template b/krita/Info.plist.template index 55691ff2ab..eb204d6a11 100644 --- a/krita/Info.plist.template +++ b/krita/Info.plist.template @@ -1,80 +1,82 @@ NSPrincipalClass NSApplication NSHighResolutionCapable YES NSHighResolutionMagnifyAllowed NO 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} CFBundlePackageType APPL CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} CFBundleSignature KRTA CFBundleVersion ${MACOSX_BUNDLE_BUNDLE_VERSION} CSResourcesFileMapped LSRequiresCarbon + NSSupportsAutomaticGraphicsSwitching + NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} CFBundleDocumentTypes CFBundleTypeIconFile kra_SRCS CFBundleTypeExtensions kra KRA CFBundleTypeMIMETypes application/x-krita CFBundleTypeOSTypes CFBundleTypeName Krita File CFBundleTypeRole Editor CFBundleTypeExtensions ora ORA CFBundleTypeMIMETypes image/openraster CFBundleTypeName OpenRaster File CFBundleTypeRole Editor