Allow Uploading Photos and Videos from Camera

Changelog-Added: Upload Photos and Videos from Camera
Closes: #840
This commit is contained in:
Joel Klabo
2023-03-29 20:04:20 -07:00
committed by William Casarin
parent b9fc3f90d1
commit 81683f980a
2 changed files with 22 additions and 1 deletions

View File

@@ -46,5 +46,9 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Damus needs access to your camera if you want to upload photos from it</string>
<key>NSMicrophoneUsageDescription</key>
<string>Damus needs access to your microphone if you want to upload recorded videos from it</string>
</dict>
</plist>