mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
enable background fetch in plist
This commit is contained in:
parent
b87f068193
commit
3cdf7b47f6
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue