Info.plist: Drop com.apple.security.cs.allow-jit key

This commit is contained in:
Matt Borgerson
2026-01-01 22:10:16 -07:00
committed by mborgerson
parent 6fd045be63
commit 33e5c97ab7

View File

@ -30,8 +30,6 @@
<string>NSApplication</string> <string>NSApplication</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>Microphone used for peripheral emulation, e.g. Xbox Live Communicator.</string> <string>Microphone used for peripheral emulation, e.g. Xbox Live Communicator.</string>
</dict> </dict>