瀏覽代碼

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 7 年之前
父節點
當前提交
19eba66fbe
No account linked to committer's email address
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

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>