Ver código fonte

Add `NSPhotoLibraryAddUsageDescription` for Info.plist doc

I recently got issue in some version of iOS (apparently 10?) with this key missing.
Not sure why I needed that but as it feel redundant with the key below, but this avoid some crashes I found with sentry :)
Maxime Thirouin 8 anos atrás
pai
commit
19eba66fbe
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      README.md

+ 2
- 0
README.md Ver arquivo

230
 <string>Some description</string>
230
 <string>Some description</string>
231
 <key>NSLocationWhenInUseUsageDescription</key>
231
 <key>NSLocationWhenInUseUsageDescription</key>
232
 <string>Some description</string>
232
 <string>Some description</string>
233
+<key>NSPhotoLibraryAddUsageDescription</key>
234
+<string>Some description</string>
233
 <key>NSPhotoLibraryUsageDescription</key>
235
 <key>NSPhotoLibraryUsageDescription</key>
234
 <string>Some description</string>
236
 <string>Some description</string>
235
 <key>NSSpeechRecognitionUsageDescription</key>
237
 <key>NSSpeechRecognitionUsageDescription</key>