enable background fetch in plist

This commit is contained in:
Satindar Dhillon 2022-05-18 14:08:37 -07:00
parent b87f068193
commit 3cdf7b47f6

View file

@ -48,6 +48,10 @@
<string>Images from documents and annotations can be saved to the photo library.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Images from your photo library can be chosen by you to send as feedback.</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>