|
@@ -5,9 +5,8 @@
|
|
|
<string name="import_contacts">Import device contacts</string>
|
|
|
<string name="import_contacts_message">To chat with contacts from your device open the settings menu and enable the Contacts option</string>
|
|
|
<string name="no_account_setup">No account set up</string>
|
|
|
- <!-- info plist keys need to pre prefixed with INFOPLIST., spaces need to be replaced with dots and dashes need to replaced with underscores -->
|
|
|
- <string name="INFOPLIST.Privacy._.Camera.Usage.Description">Allowing access to the camera lets you take photos and videos.</string>
|
|
|
- <string name="INFOPLIST.Privacy._.Contacts.Usage.Description">Allowing access to your address book lets you chat with contacts from your device.</string>
|
|
|
- <string name="INFOPLIST.Privacy.-.Microphone.Usage.Description">Allowing access to the microphone lets you record audio.</string>
|
|
|
- <string name="INFOPLIST.Privacy.-.Photo.Library.Usage.Description">Allowing access to the photo library allows you to upload images from it.</string>
|
|
|
+ <string name="INFOPLIST.NSCameraUsageDescription">Allowing access to the camera lets you take photos and videos.</string>
|
|
|
+ <string name="INFOPLIST.NSContactsUsageDescription">Allowing access to your address book lets you chat with contacts from your device.</string>
|
|
|
+ <string name="INFOPLIST.NSMicrophoneUsageDescription">Allowing access to the microphone lets you record audio.</string>
|
|
|
+ <string name="INFOPLIST.NSPhotoLibraryUsageDescription">Allowing access to the photo library allows you to upload images from it.</string>
|
|
|
</resources>
|