Skip to content

Commit

Permalink
enable bg mode modes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed May 2, 2021
1 parent e25ab71 commit 295406a
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,29 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppleMusicUsageDescription</key>
<string>We don't access apple music</string>
<string>We don&apos;t access apple music</string>
<key>NSBonjourServices</key>
<array>
<string>_dartobservatory._tcp</string>
</array>
<key>NSCalendarsUsageDescription</key>
<string>We don't access your calendar</string>
<string>We don&apos;t access your calendar</string>
<key>NSContactsUsageDescription</key>
<string>We don't access your contacts</string>
<string>We don&apos;t access your contacts</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>We don't use location data</string>
<string>We don&apos;t use location data</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We don't use location data</string>
<string>We don&apos;t use location data</string>
<key>NSMotionUsageDescription</key>
<string>We don't access motion</string>
<string>We don&apos;t access motion</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>We don't access speech recognition</string>
<string>We don&apos;t access speech recognition</string>
<key>UIBackgroundModes</key>
<array/>
<array>
<string>fetch</string>
<string>processing</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -59,5 +63,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>it.notifi.notifi</string>
</array>
</dict>
</plist>

0 comments on commit 295406a

Please sign in to comment.