2022-09-26 00:32:57 +01:00
|
|
|
/* 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";
|
2023-11-20 22:24:19 +00:00
|
|
|
/* Privacy - Local Network Usage Description */
|
|
|
|
|
"NSLocalNetworkUsageDescription" = "SimpleX uses local network access to allow using user chat profile via desktop app on the same network.";
|
2022-09-26 00:32:57 +01:00
|
|
|
/* Privacy - Microphone Usage Description */
|
2022-11-25 13:50:26 +00:00
|
|
|
"NSMicrophoneUsageDescription" = "SimpleX needs microphone access for audio and video calls, and to record voice messages.";
|
2022-09-26 00:32:57 +01:00
|
|
|
/* Privacy - Photo Library Additions Usage Description */
|
|
|
|
|
"NSPhotoLibraryAddUsageDescription" = "SimpleX needs access to Photo Library for saving captured and received media";
|