Fix missing config for background fetch

This commit is contained in:
Paul Frazee 2023-01-24 19:59:40 -06:00
parent 869f6c4e0e
commit 079e1dbe18
2 changed files with 13 additions and 0 deletions

View file

@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.transistorsoft.fetch</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
@ -54,6 +58,10 @@
<string></string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Used to upload pictures and videos when composing posts, choosing avatars, and so on.</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>