projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f705c
)
Fix Apple Script permissions error
author
Alan Third
<alan@idiocy.org>
Sun, 7 Oct 2018 15:15:17 +0000
(16:15 +0100)
committer
Alan Third
<alan@idiocy.org>
Wed, 10 Oct 2018 20:50:53 +0000
(21:50 +0100)
* nextstep/templates/Info.plist.in: Add NSAppleEventsUsageDescription
message to enable AppleEvents usage.
nextstep/templates/Info.plist.in
patch
|
blob
|
history
diff --git
a/nextstep/templates/Info.plist.in
b/nextstep/templates/Info.plist.in
index 9960f085f6f36c3e9f52c5d821354f49501160bb..406d6f773137db694180472b7ae4afda51fa7678 100644
(file)
--- 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/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
+ <key>NSAppleEventsUsageDescription</key>
+ <string>Emacs requires permission to send AppleEvents to other applications.</string>
</dict>
</plist>