enable bg fetch in capabilities

This commit is contained in:
Ryan Nystrom
2017-08-12 23:00:31 -04:00
parent 034d76d9bf
commit 4d0312b2bf
2 changed files with 9 additions and 0 deletions

View File

@@ -1341,6 +1341,11 @@
DevelopmentTeam = 523C4DWBTH;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.BackgroundModes = {
enabled = 1;
};
};
};
297AE8471EC0D58A00B44A1F = {
CreatedOnToolsVersion = 8.3.2;

View File

@@ -41,6 +41,10 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>