add in bg task to fill in missing days

This commit is contained in:
Trey t
2022-01-10 09:12:49 -06:00
parent 056d7e8097
commit 00b955b0bc
3 changed files with 8 additions and 4 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.88oak.Feels.dbUpdateMissing</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>processing</string>