mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-13 08:24:22 +08:00
Allow Livebook Desktop to ask for mic and camera access (#2177)
This commit is contained in:
parent
b2ce588a1c
commit
7bcdd90b66
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue