Allow Livebook Desktop to ask for mic and camera access (#2177)

This commit is contained in:
Mateusz Front 2023-08-24 16:25:58 +02:00 committed by GitHub
parent b2ce588a1c
commit 7bcdd90b66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -10,5 +10,9 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

View file

@ -69,5 +69,9 @@
</dict>
</dict>
</array>
<key>NSMicrophoneUsageDescription</key>
<string>Allow microphone access for Elixir code</string>
<key>NSCameraUsageDescription</key>
<string>Allow camera access for Elixir code</string>
</dict>
</plist>