[MacOS] Add NSMicrophoneUsageDescription to swift launcher plist

This commit is contained in:
Roland Rossgotterer
2019-10-28 09:46:28 +01:00
committed by Mat Sutcliffe
parent f602fa50cf
commit 6e5638d15e

View File

@@ -24,5 +24,7 @@
<string>NSApplication</string> <string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key> <key>NSSupportsAutomaticGraphicsSwitching</key>
<true/> <true/>
<key>NSMicrophoneUsageDescription</key>
<string>This application needs access to your Microphone for Vatsim Voice.</string>
</dict> </dict>
</plist> </plist>