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/> <true/>
</dict> </dict>
<key>NSCameraUsageDescription</key> <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> <key>NSAppleMusicUsageDescription</key>
<string>Damus needs access to your media library for playback statuses</string> <string>Damus needs access to your media library for playback statuses</string>
<key>NSMicrophoneUsageDescription</key> <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> </dict>
</plist> </plist>