mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-28 15:23:54 +08:00
enable bg fetch in capabilities
This commit is contained in:
@@ -1341,6 +1341,11 @@
|
||||
DevelopmentTeam = 523C4DWBTH;
|
||||
LastSwiftMigration = 0900;
|
||||
ProvisioningStyle = Automatic;
|
||||
SystemCapabilities = {
|
||||
com.apple.BackgroundModes = {
|
||||
enabled = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
297AE8471EC0D58A00B44A1F = {
|
||||
CreatedOnToolsVersion = 8.3.2;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user