Enable background refresh

This commit is contained in:
Maurice Parker 2019-04-23 11:27:57 -05:00
parent 66e4180a8c
commit c4f624df0c
2 changed files with 9 additions and 0 deletions

View File

@ -1830,6 +1830,11 @@
CreatedOnToolsVersion = 9.3;
DevelopmentTeam = SHJK2V3AJG;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.BackgroundModes = {
enabled = 1;
};
};
};
840D61902029031D009BC708 = {
CreatedOnToolsVersion = 9.3;

View File

@ -48,6 +48,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>