1
0
mirror of git://jb55.com/damus synced 2024-09-16 02:03:45 +00:00

Clarified camera and mic usage strings

Fixes: https://github.com/damus-io/damus/issues/1628
This commit is contained in:
William Casarin 2023-10-22 09:35:00 +08:00
parent 45904e1bf2
commit 17331301da

View File

@ -67,10 +67,10 @@
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Damus needs access to your camera if you want to upload photos from it</string>
<string>Damus needs access to your camera for creating photo posts</string>
<key>NSAppleMusicUsageDescription</key>
<string>Damus needs access to your media library for playback statuses</string>
<key>NSMicrophoneUsageDescription</key>
<string>Damus needs access to your microphone if you want to upload recorded videos from it</string>
<string>Damus needs access to your microphone for creating video recording posts</string>
</dict>
</plist>