From d1739c8c735bcf890167c63b5559f2610e5a017a Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 29 Jun 2022 13:43:37 +0200 Subject: [PATCH] tdf#126961 fix access to the macOS address book Having the personal-information.addressbook entitlement is not enough. Without the plist key NSContactsUsageDescription, macOS will not ask the user to grant access and the request is implicitly denied without any feedback/logging. Change-Id: I954fa86b35a128f08e5c498191bc0949e0edeebf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136619 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- sysui/desktop/macosx/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index e50d7a20c4dd..6593139019fc 100644 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1959,6 +1959,8 @@ @MACOSX_DEPLOYMENT_TARGET@.0 NSHighResolutionCapable + NSContactsUsageDescription + You can add your contacts as a data source for mail merge or similar operations.