Skip to content

Commit

Permalink
Allow Livebook Desktop to ask for mic and camera access (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek authored Aug 24, 2023
1 parent b2ce588 commit 7bcdd90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rel/app/macos/App.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 4 additions & 0 deletions rel/app/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 7bcdd90

Please sign in to comment.