Fix Apple Script permissions error
* nextstep/templates/Info.plist.in: Add NSAppleEventsUsageDescription message to enable AppleEvents usage.
This commit is contained in:
parent
19f705c438
commit
6e54762c37
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue