mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 15:21:53 +03:00
added required NSPhotoLibraryUsageDescription key
This commit is contained in:
parent
71e15e9cab
commit
d4f37343a2
1 changed files with 2 additions and 0 deletions
|
@ -93,5 +93,7 @@
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
|
<string>This app does not require access to the photo library.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue