Commit 30f2d215 by Administrator

UIBackgroundModes 移除权限

1 parent a293b024
...@@ -97,10 +97,10 @@ ...@@ -97,10 +97,10 @@
<string>_dartvm._tcp</string> <string>_dartvm._tcp</string>
<string>_dartobservatory._tcp</string> <string>_dartobservatory._tcp</string>
</array> </array>
<key>UIBackgroundModes</key> <!-- <key>UIBackgroundModes</key>
<array> <array>
<string>audio</string> <string>audio</string>
</array> </array> -->
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<true/> <true/>
</dict> </dict>
......
...@@ -97,10 +97,10 @@ ...@@ -97,10 +97,10 @@
<string>_dartvm._tcp</string> <string>_dartvm._tcp</string>
<string>_dartobservatory._tcp</string> <string>_dartobservatory._tcp</string>
</array> </array>
<key>UIBackgroundModes</key> <!-- <key>UIBackgroundModes</key>
<array> <array>
<string>audio</string> <string>audio</string>
</array> </array> -->
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<true/> <true/>
......
...@@ -98,11 +98,11 @@ ...@@ -98,11 +98,11 @@
<!-- 对于更新的Flutter版本,有时还需要添加以下行 --> <!-- 对于更新的Flutter版本,有时还需要添加以下行 -->
<string>_dartobservatory._tcp</string> <string>_dartobservatory._tcp</string>
</array> </array>
<key>UIBackgroundModes</key> <!-- <key>UIBackgroundModes</key>
<array> <array>
<string>audio</string> <string>audio</string>
</array> </array> -->
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<true/> <true/>
</dict> </dict>
</plist> </plist>
...@@ -98,10 +98,10 @@ ...@@ -98,10 +98,10 @@
<!-- 对于更新的Flutter版本,有时还需要添加以下行 --> <!-- 对于更新的Flutter版本,有时还需要添加以下行 -->
<string>_dartobservatory._tcp</string> <string>_dartobservatory._tcp</string>
</array> </array>
<key>UIBackgroundModes</key> <!-- <key>UIBackgroundModes</key>
<array> <array>
<string>audio</string> <string>audio</string>
</array> </array> -->
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<true/> <true/>
</dict> </dict>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!