Add LSMinimumSystemVersion to plist

Resolves interminable security prompts to access microphone.
This commit is contained in:
Allan Bazinet
2025-03-29 10:23:47 -07:00
parent f1c50fdf58
commit 6075fbc2c2

View File

@@ -38,5 +38,7 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
</dict>
</plist>