aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-02-07 10:03:28 +0100
committerEike Ziller <eike.ziller@qt.io>2019-02-07 10:03:28 +0100
commita0969a3c09f668db551088836b545745ca541491 (patch)
tree6750172e55bf5326fc39be19507e46fc1901caf0 /src/app
parent0f40b1fb5c3597a265400eefd94a51890077bbb3 (diff)
parent14f66e0eb52da61cca253adb8168e012944f1c92 (diff)
Merge remote-tracking branch 'origin/4.8' into 4.9
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app-Info.plist22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/app/app-Info.plist b/src/app/app-Info.plist
index 3d5a8be7a5..5d7142a863 100644
--- a/src/app/app-Info.plist
+++ b/src/app/app-Info.plist
@@ -254,5 +254,23 @@
<string>@SHORT_VERSION@</string>
<key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@</string>
-</dict>
-</plist>
+ <key>NSAppleEventsUsageDescription</key>
+ <string>This application wants to run AppleScript.</string>
+ <key>NSBluetoothPeripheralUsageDescription</key>
+ <string>A user application wants to access bluetooth.</string>
+ <key>NSCalendarsUsageDescription</key>
+ <string>A user application wants to access calendars.</string>
+ <key>NSCameraUsageDescription</key>
+ <string>A user application wants to access the camera.</string>
+ <key>NSContactsUsageDescription</key>
+ <string>A user application wants to access contacts.</string>
+ <key>NSLocationWhenInUseUsageDescription</key>
+ <string>A user application wants to access location information.</string>
+ <key>NSMicrophoneUsageDescription</key>
+ <string>A user application wants to access the microphone.</string>
+ <key>NSPhotoLibraryAddUsageDescription</key>
+ <string>A user application wants write access to the photo library.</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>A user application wants to access the photo library.</string>
+ <key>NSRemindersUsageDescription</key>
+ <string>A user application wants to access the reminders.</string>