1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 23:08:59 +00:00

Upgrade macOS, iOS and Android runners (#1425)

Just removed the old `ios/`, `macos/` and `android/` folders and recreated them using `flutter create .`, then massaged the runners back into working order.
This commit is contained in:
Filip Hracek
2022-09-09 13:21:58 +02:00
committed by GitHub
parent 5f6bcf7158
commit 6329e7a148
21 changed files with 137 additions and 93 deletions

View File

@@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>