Просмотр исходного кода

fixed #5672 - incorrect microphone entitlement on macOS

Eugene 4 месяцев назад
Родитель
Сommit
4a5087afc1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build/mac/entitlements.plist

+ 1 - 1
build/mac/entitlements.plist

@@ -8,7 +8,7 @@
     <true/>
     <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
     <true/>
-    <key>com.apple.security.device.microphone</key>
+    <key>com.apple.security.device.audio-input</key>
     <true/>
     <key>com.apple.security.device.camera</key>
     <true/>