Add LSEnvironment to Info.plist to disable async preemption on macOS (related to #577)

This commit is contained in:
akiyosi 2025-04-12 12:39:45 +09:00
parent cfaa0ca8e3
commit 23fa98a2cc

View file

@ -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>