diff --git a/share/qt/Info.plist.cmake.in b/share/qt/Info.plist.cmake.in index a2e1e2214..5298a0919 100644 --- a/share/qt/Info.plist.cmake.in +++ b/share/qt/Info.plist.cmake.in @@ -1,103 +1,106 @@ LSMinimumSystemVersion 10.12.0 LSArchitecturePriority x86_64 CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE} CFBundlePackageType APPL CFBundleGetInfoString ${MACOSX_BUNDLE_INFO_STRING} CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} CFBundleVersion ${MACOSX_BUNDLE_BUNDLE_VERSION} CFBundleSignature ???? CFBundleExecutable ${MACOSX_BUNDLE_EXECUTABLE_NAME} CFBundleName ${MACOSX_BUNDLE_BUNDLE_NAME} LSHasLocalizedDisplayName CFBundleIdentifier ${MACOSX_BUNDLE_GUI_IDENTIFIER} CFBundleURLTypes CFBundleTypeRole Editor CFBundleURLName org.bitcoincash.BitcoinPayment CFBundleURLSchemes bitcoincash UTExportedTypeDeclarations UTTypeIdentifier org.bitcoincash.paymentrequest UTTypeDescription Bitcoin Cash payment request UTTypeConformsTo public.data UTTypeTagSpecification public.mime-type application/bitcoincash-paymentrequest public.filename-extension bitcoincashpaymentrequest CFBundleDocumentTypes CFBundleTypeRole Editor LSItemContentTypes org.bitcoincash.paymentrequest LSHandlerRank Owner NSPrincipalClass NSApplication NSHighResolutionCapable True + NSRequiresAquaSystemAppearance + True + LSApplicationCategoryType public.app-category.finance