diff options
Diffstat (limited to 'ios/app/Info.plist')
-rw-r--r-- | ios/app/Info.plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ios/app/Info.plist b/ios/app/Info.plist index bccc5afa0..dadcb12f4 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -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> |