fix: update iOS purpose strings

This commit is contained in:
cogwheel0
2025-08-13 12:43:07 +05:30
parent 00b1f2795c
commit 37dece4263

View File

@@ -53,11 +53,11 @@
</dict>
<!-- Permissions -->
<key>NSMicrophoneUsageDescription</key>
<string>Conduit needs access to your microphone for voice input</string>
<string>Conduit uses the microphone to record voice messages and enable voice-to-text in chats. For example, when you hold the mic button in a conversation, we capture your speech to send as an audio message or transcript.</string>
<key>NSCameraUsageDescription</key>
<string>Conduit needs access to your camera to take photos for chat</string>
<string>Conduit uses the camera to take photos or videos you choose to share in chats. For example, you can snap a photo of a document and attach it to a message.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Conduit needs access to your photo library to select images for chat</string>
<string>Conduit needs access to your photo library so you can select existing images or videos to share in chats. For example, you can pick a screenshot to include in a conversation.</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>