Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 30f2d215
authored
2026-01-22 15:52:01 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
UIBackgroundModes 移除权限
1 parent
a293b024
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
ios/Runner/Base.lproj/Info.plist
ios/Runner/Info.plist
ios/Runner/en.lproj/Info.plist
ios/Runner/zh-Hans.lproj/Info.plist
ios/Runner/Base.lproj/Info.plist
View file @
30f2d21
...
...
@@ -97,10 +97,10 @@
<string>
_dartvm._tcp
</string>
<string>
_dartobservatory._tcp
</string>
</array>
<key>
UIBackgroundModes
</key>
<
!-- <
key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</array>
-->
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<true/>
</dict>
...
...
ios/Runner/Info.plist
View file @
30f2d21
...
...
@@ -97,10 +97,10 @@
<string>
_dartvm._tcp
</string>
<string>
_dartobservatory._tcp
</string>
</array>
<key>
UIBackgroundModes
</key>
<
!-- <
key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</array>
-->
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<true/>
...
...
ios/Runner/en.lproj/Info.plist
View file @
30f2d21
...
...
@@ -98,11 +98,11 @@
<!-- 对于更新的Flutter版本,有时还需要添加以下行 -->
<string>
_dartobservatory._tcp
</string>
</array>
<key>
UIBackgroundModes
</key>
<
!-- <
key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
</array>
-->
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<true/>
</dict>
</plist>
ios/Runner/zh-Hans.lproj/Info.plist
View file @
30f2d21
...
...
@@ -98,10 +98,10 @@
<!-- 对于更新的Flutter版本,有时还需要添加以下行 -->
<string>
_dartobservatory._tcp
</string>
</array>
<key>
UIBackgroundModes
</key>
<
!-- <
key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</array>
-->
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<true/>
</dict>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment