Add NSAppleEventsUsageDescription

This is required to send Apple Events when built against the 10.14
SDK.

Fixes #5727
This commit is contained in:
Aaron Gyes 2019-03-07 12:00:09 -08:00
parent b5b0e68044
commit e35a30de0a

View file

@ -24,6 +24,8 @@
<string>public.app-category.productivity</string> <string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.6</string> <string>10.6</string>
<key>NSAppleEventsUsageDescription</key>
<string>A Terminal window with the fish shell running in it will be opened.</string>
<key>LSUIElement</key> <key>LSUIElement</key>
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>