Explorar el Código

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 hace 7 años
padre
commit
19eba66fbe
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      README.md

+ 2
- 0
README.md Ver fichero

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>