mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add NSAppleEventsUsageDescription
This is required to send Apple Events when built against the 10.14 SDK. Fixes #5727
This commit is contained in:
parent
b5b0e68044
commit
e35a30de0a
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue