| commit | 538f7b45c0c2c08124e9ea51a0947504f142a4f1 | [log] |
|---|---|---|
| author | Patrick Luby <plubius@libreoffice.org> | Fri Feb 02 16:06:21 2024 -0500 |
| committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | Mon Feb 05 09:03:56 2024 +0100 |
| tree | 56abe3edf0dd9ff65e140c03b72b8ae0409e67c3 | |
| parent | 4bc05eb49c064dcc019c70e564d0d5edbef67124 [diff] |
tdf#147291 add more default certificate manager application for macOS Add the following applications to the macOS GUI servers list: - Trusted Key Manager - CertEurope - SCInterface Manager and SmartCard tools Change-Id: Iec78171c6e82f0a072f5f06b79606560a8cc03cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162942 Tested-by: Jenkins Reviewed-by: Patrick Luby <guibomacdev@gmail.com> Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index d717ec9..b1a2cd5 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -128,6 +128,8 @@ namespace #elif defined MACOSX constexpr std::u16string_view aGUIServers[] = { u"/Applications/GPG Keychain.app", u"/Applications/Trusted Key Manager.app", // tdf#147291 u"/Applications/SCinterface/scManager.app", // tdf#147291 u"/System/Applications/Utilities/Keychain Access.app"}; #else constexpr std::u16string_view aGUIServers[]