Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a50ec07

Browse files
jerryzhoujwcbracken
authored andcommitted
Bump local podspec's iOS deployment target from 7.0 to 8.0 (#10662)
1 parent 0ce28b1 commit a50ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Flutter provides an easy and productive way to build and deploy high-performance
1313
s.license = { :type => 'MIT' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
1515
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
16-
s.ios.deployment_target = '7.0'
16+
s.ios.deployment_target = '8.0'
1717
s.vendored_frameworks = 'Flutter.framework'
1818
end

0 commit comments

Comments
 (0)