Increase integration_test package minimum iOS version to 9.0 (#89621)

This commit is contained in:
Jenn Magder 2021-09-09 15:32:33 -07:00 committed by GitHub
parent 1d862ec7ea
commit b2889091e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,6 @@ LICENSE
s.dependency 'Flutter'
s.ios.framework = 'UIKit'
s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end