Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fix ColorFeed sample by adding required Info.plist keys (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamons authored Apr 7, 2020
1 parent 6d8680b commit 6c133fa
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>CFBundleName</key>
<string>ColorFeed</string>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.xamarin.ColorFeed.refresh</string>
<string>com.xamarin.ColorFeed.cleaning_db</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
</array>
</dict>
</plist>

0 comments on commit 6c133fa

Please sign in to comment.