Unverified Commit 8231592d authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Update minimum iOS version in plugin_test (#91099)

parent 64841f63
......@@ -131,7 +131,7 @@ class _FlutterProject {
throw TaskResult.failure('podspec file missing at ${podspec.path}');
}
final String versionString = target == 'ios'
? "s.platform = :ios, '8.0'"
? "s.platform = :ios, '9.0'"
: "s.platform = :osx, '10.11'";
String podspecContent = podspec.readAsStringSync();
if (!podspecContent.contains(versionString)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment