Skip to content

Commit

Permalink
Bump local podspec's iOS deployment target from 7.0 to 8.0 (#10662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryzhoujw authored and cbracken committed Aug 12, 2019
1 parent 0ce28b1 commit a50ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/darwin/ios/framework/Flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Flutter provides an easy and productive way to build and deploy high-performance
s.license = { :type => 'MIT' }
s.author = { 'Flutter Dev Team' => '[email protected]' }
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'Flutter.framework'
end

0 comments on commit a50ec07

Please sign in to comment.