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 fe88459c
authored
2025-11-23 15:53:31 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
579eafcc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
README.md
ios/Runner/Info.plist
README.md
View file @
fe88459
...
...
@@ -9,6 +9,9 @@ flutter run -d macos
flutter run -d 00008030-001C75810E42402E --release
flutter run -d 00008140-001068C93AB8801C --release
修改 Flutter 工程的 ios/Podfile 文件,显式声明更高版本的 iOS 平台。
...
...
@@ -21,3 +24,6 @@ pod repo update
pod install
cd ..
flutter build ios --build-number=2511061
\ No newline at end of file
ios/Runner/Info.plist
View file @
fe88459
...
...
@@ -89,5 +89,11 @@
</array>
<key>
io.flutter.embedded_views_preview
</key>
<true/>
<key>
NSLocalNetworkUsageDescription
</key>
<string>
用于Flutter开发调试
</string>
<key>
NSBonjourServices
</key>
<array>
<string>
_dartobservatory._tcp
</string>
</array>
</dict>
</plist>
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