diff options
| author | Alan Third | 2018-10-07 16:15:17 +0100 |
|---|---|---|
| committer | Alan Third | 2018-10-10 21:50:53 +0100 |
| commit | 6e54762c3726be9e11b4beb21214abcd4192783a (patch) | |
| tree | 44e80d512c10f96b8d0978d98ac76f64afc2fadf /nextstep | |
| parent | 19f705c438034d10bd206c142faea83a02c8a885 (diff) | |
| download | emacs-6e54762c3726be9e11b4beb21214abcd4192783a.tar.gz emacs-6e54762c3726be9e11b4beb21214abcd4192783a.zip | |
Fix Apple Script permissions error
* nextstep/templates/Info.plist.in: Add NSAppleEventsUsageDescription
message to enable AppleEvents usage.
Diffstat (limited to 'nextstep')
| -rw-r--r-- | nextstep/templates/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in index 9960f085f6f..406d6f77313 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in | |||
| @@ -675,5 +675,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | |||
| 675 | </array> | 675 | </array> |
| 676 | <key>NSAppleScriptEnabled</key> | 676 | <key>NSAppleScriptEnabled</key> |
| 677 | <string>YES</string> | 677 | <string>YES</string> |
| 678 | <key>NSAppleEventsUsageDescription</key> | ||
| 679 | <string>Emacs requires permission to send AppleEvents to other applications.</string> | ||
| 678 | </dict> | 680 | </dict> |
| 679 | </plist> | 681 | </plist> |