diff options
author | Catchawink <threeeasywords@email.com> | 2019-12-13 16:10:23 -0500 |
---|---|---|
committer | Catchawink <threeeasywords@email.com> | 2019-12-13 19:15:50 -0500 |
commit | 5152afa70c8f07f63e9f9d9c2ff386ee6437ca1e (patch) | |
tree | cb39a606285443ea99afd97061b48017f54c2127 /misc/dist/osx_tools.app/Contents | |
parent | 12ee35737fc81a8775347daffd5af3db7ef016ee (diff) |
Added microphone and camera usage descriptions to macOS builds.
Diffstat (limited to 'misc/dist/osx_tools.app/Contents')
-rwxr-xr-x | misc/dist/osx_tools.app/Contents/Info.plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index bb22f1807c..4b1e8ebbf3 100755 --- a/misc/dist/osx_tools.app/Contents/Info.plist +++ b/misc/dist/osx_tools.app/Contents/Info.plist @@ -24,6 +24,10 @@ <string>godot</string> <key>CFBundleVersion</key> <string>3.2</string> + <key>NSMicrophoneUsageDescription</key> + <string>Microphone access is required to capture audio.</string> + <key>NSCameraUsageDescription</key> + <string>Camera access is required to capture video.</string> <key>NSRequiresAquaSystemAppearance</key> <false /> <key>NSHumanReadableCopyright</key> |