Skip to content

Commit

Permalink
[Resources] Apparently we have to list background tasks in Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jun 14, 2022
1 parent 0e61f01 commit c2eaf10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Zebra/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@
<array>
<string>fetch</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.getzbra.zebra.source-refresh-task</string>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
Expand Down

0 comments on commit c2eaf10

Please sign in to comment.