소스 검색

Merge pull request #809 from deltachat/save_to_photo_library

save images to photo library
nayooti 5 년 전
부모
커밋
ca190c671a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      deltachat-ios/Info.plist

+ 2 - 0
deltachat-ios/Info.plist

@@ -50,6 +50,8 @@
 	<string>Delta Chat uses your microphone to record and send voice messages and videos with sound.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
 	<string>Delta Chat will let you choose which photos from your library to send.</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>Delta Chat wants to save images to your photo library.</string>
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>fetch</string>