From ed52e80620be6c1aa8d1e2df1003d4a16029ab15 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 7 Apr 2020 18:43:43 +0200 Subject: [PATCH] Test with adding missing permissions even not needed [ci ckip] --- .../linphone_package/macos/Info.plist.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/linphone-app/cmake_builder/linphone_package/macos/Info.plist.in b/linphone-app/cmake_builder/linphone_package/macos/Info.plist.in index 79ac82da2..6d492c0ca 100644 --- a/linphone-app/cmake_builder/linphone_package/macos/Info.plist.in +++ b/linphone-app/cmake_builder/linphone_package/macos/Info.plist.in @@ -11,7 +11,7 @@ CFBundleExecutable @EXECUTABLE_NAME@ CFBundleGetInfoString - @PACKAGE_VERSION@, (C) 2011-2018 @APPLICATION_NAME@ @APPLICATION_URL@ + @PACKAGE_VERSION@, (C) 2011-2020 @APPLICATION_NAME@ @APPLICATION_URL@ CFBundleIconFile @EXECUTABLE_NAME@.icns CFBundleIdentifier @@ -66,5 +66,15 @@ Getting files from Download folder for sending attachment NSAppleEventsUsageDescription Used for sending notifications and working with Appnap + NSBluetoothPeripheralUsageDescription + A user application wants to access bluetooth. + NSCalendarsUsageDescription + A user application wants to access calendars. + NSContactsUsageDescription + A user application wants to access contacts. + NSLocationWhenInUseUsageDescription + A user application wants to access location information. + NSRemindersUsageDescription + A user application wants to access the reminders.