]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Apple Script permissions error
authorAlan Third <alan@idiocy.org>
Sun, 7 Oct 2018 15:15:17 +0000 (16:15 +0100)
committerAlan 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

index 9960f085f6f36c3e9f52c5d821354f49501160bb..406d6f773137db694180472b7ae4afda51fa7678 100644 (file)
@@ -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>