|
@@ -40,12 +40,12 @@
|
|
<true/>
|
|
<true/>
|
|
<key>NSCameraUsageDescription</key>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Delta Chat uses your camera to take and send photos and videos and to scan QR codes.</string>
|
|
<string>Delta Chat uses your camera to take and send photos and videos and to scan QR codes.</string>
|
|
|
|
+ <key>NSContactsUsageDescription</key>
|
|
|
|
+ <string>Delta Chat uses your contacts to show a list of email addresses you can write to. Delta Chat has no server, your contacts are not sent anywhere.</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>Delta Chat needs the location permission in order to share your location for the timespan you have enabled location sharing.</string>
|
|
<string>Delta Chat needs the location permission in order to share your location for the timespan you have enabled location sharing.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Delta Chat needs the location permission in order to share your location for the timespan you have enabled location sharing.</string>
|
|
<string>Delta Chat needs the location permission in order to share your location for the timespan you have enabled location sharing.</string>
|
|
- <key>NSContactsUsageDescription</key>
|
|
|
|
- <string>Delta Chat uses your contacts to show a list of email addresses you can write to. Delta Chat has no server, your contacts are not sent anywhere.</string>
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Delta Chat uses your microphone to record and send voice messages and videos with sound.</string>
|
|
<string>Delta Chat uses your microphone to record and send voice messages and videos with sound.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
@@ -53,6 +53,7 @@
|
|
<key>UIBackgroundModes</key>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<array>
|
|
<string>fetch</string>
|
|
<string>fetch</string>
|
|
|
|
+ <string>location</string>
|
|
</array>
|
|
</array>
|
|
<key>UIFileSharingEnabled</key>
|
|
<key>UIFileSharingEnabled</key>
|
|
<true/>
|
|
<true/>
|