mirror of
https://github.com/akiyosi/goneovim.git
synced 2025-06-20 16:15:46 +02:00
Add LSEnvironment to Info.plist to disable async preemption on macOS (related to #577)
This commit is contained in:
parent
cfaa0ca8e3
commit
23fa98a2cc
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
<string>public.app-category.developer-tools</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>LSEnvironment</key>
|
||||
<dict>
|
||||
<key>GODEBUG</key>
|
||||
<string>asyncpreemptoff=1</string>
|
||||
</dict>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue