Selaa lähdekoodia

Merge pull request #195 from yonahforst/readme.-NSPhotoLibraryAddUsageDescription

Add `NSPhotoLibraryAddUsageDescription` for Info.plist doc
Mathieu Acthernoene 7 vuotta sitten
vanhempi
commit
68e323c8b4
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      README.md

+ 2
- 0
README.md Näytä tiedosto

@@ -230,6 +230,8 @@ So before submitting your app to the App Store, make sure that in your
230 230
 <string>Some description</string>
231 231
 <key>NSLocationWhenInUseUsageDescription</key>
232 232
 <string>Some description</string>
233
+<key>NSPhotoLibraryAddUsageDescription</key>
234
+<string>Some description</string>
233 235
 <key>NSPhotoLibraryUsageDescription</key>
234 236
 <string>Some description</string>
235 237
 <key>NSSpeechRecognitionUsageDescription</key>