mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-25 20:42:13 +00:00
* mobile: show skipped messages in the UI * ios: skipped messages alert and translations * android: skipped messages alert * android translation keys * more keys Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
11 lines
647 B
Plaintext
11 lines
647 B
Plaintext
/* Bundle name */
|
|
"CFBundleName" = "SimpleX";
|
|
/* Privacy - Camera Usage Description */
|
|
"NSCameraUsageDescription" = "SimpleX needs camera access to scan QR codes to connect to other users and for video calls.";
|
|
/* Privacy - Face ID Usage Description */
|
|
"NSFaceIDUsageDescription" = "SimpleX uses Face ID for local authentication";
|
|
/* Privacy - Microphone Usage Description */
|
|
"NSMicrophoneUsageDescription" = "SimpleX needs microphone access for audio and video calls.";
|
|
/* Privacy - Photo Library Additions Usage Description */
|
|
"NSPhotoLibraryAddUsageDescription" = "SimpleX needs access to Photo Library for saving captured and received media";
|