Commit fe88459c by Administrator

no message

1 parent 579eafcc
...@@ -9,6 +9,9 @@ flutter run -d macos ...@@ -9,6 +9,9 @@ flutter run -d macos
flutter run -d 00008030-001C75810E42402E --release flutter run -d 00008030-001C75810E42402E --release
flutter run -d 00008140-001068C93AB8801C --release
修改 Flutter 工程的 ios/Podfile 文件,显式声明更高版本的 iOS 平台。 修改 Flutter 工程的 ios/Podfile 文件,显式声明更高版本的 iOS 平台。
...@@ -21,3 +24,6 @@ pod repo update ...@@ -21,3 +24,6 @@ pod repo update
pod install pod install
cd .. cd ..
flutter build ios --build-number=2511061
\ No newline at end of file \ No newline at end of file
...@@ -89,5 +89,11 @@ ...@@ -89,5 +89,11 @@
</array> </array>
<key>io.flutter.embedded_views_preview</key> <key>io.flutter.embedded_views_preview</key>
<true/> <true/>
<key>NSLocalNetworkUsageDescription</key>
<string>用于Flutter开发调试</string>
<key>NSBonjourServices</key>
<array>
<string>_dartobservatory._tcp</string>
</array>
</dict> </dict>
</plist> </plist>
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!