Skip to content

Commit b288909

Browse files
authored
Increase integration_test package minimum iOS version to 9.0 (flutter#89621)
1 parent 1d862ec commit b288909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration_test/ios/integration_test.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ LICENSE
2020
s.dependency 'Flutter'
2121
s.ios.framework = 'UIKit'
2222

23-
s.platform = :ios, '8.0'
23+
s.platform = :ios, '9.0'
2424
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2525
end

0 commit comments

Comments
 (0)