diff options
author | Damiano Galassi <[email protected]> | 2019-06-08 17:46:01 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-06-08 17:46:01 +0200 |
commit | 727dc9879454c0aea3b2cf4aecbd54d95d8ae45b (patch) | |
tree | dcb787647dde0e6a520e8c834021eceba95999ad /macosx/Info.plist.m4 | |
parent | fd2c883de4cea7094c08fed7ea22418ec3472281 (diff) |
MacGui: fix queue sleep and shutdown on 10.14 and under sandbox.
Diffstat (limited to 'macosx/Info.plist.m4')
-rw-r--r-- | macosx/Info.plist.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4 index cb647b9bc..aa142fae4 100644 --- a/macosx/Info.plist.m4 +++ b/macosx/Info.plist.m4 @@ -72,5 +72,9 @@ GPLv2 license.</string> <false/> <key>NSUserNotificationAlertStyle</key> <string>alert</string> + <key>NSAppleEventsUsageDescription</key> + <string>HandBrake needs access to shut down or put the computer to sleep</string> + <key>NSAppleScriptEnabled</key> + <true/> </dict> </plist> |