1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +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

@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '11.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'