Unverified Commit b2889091 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

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

parent 1d862ec7
......@@ -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
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