damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 17331301da473ad21c623bc55b7374afd8a320dc
parent 45904e1bf2871f15f16d229117f12f3c793f4d09
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 22 Oct 2023 09:35:00 +0800

Clarified camera and mic usage strings

Fixes: https://github.com/damus-io/damus/issues/1628

Diffstat:
Mdamus/Info.plist | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/damus/Info.plist b/damus/Info.plist @@ -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>