未验证 提交 f310ec58 编写于 作者: S stuartmorgan 提交者: GitHub

Set FlutterMacOS podspec min version to 10.11 (#11306)

The framework is built using 10.11 as the deployment version; update the
podspec accordingly.

See https://github.com/flutter/flutter/issues/33200
上级 f0227984
......@@ -13,7 +13,6 @@ Flutter is Google's portable UI toolkit for building beautiful, natively-compile
s.license = { :type => 'MIT' }
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
# TODO: Decide what value should be here. See #33200.
s.osx.deployment_target = '10.12'
s.osx.deployment_target = '10.11'
s.vendored_frameworks = 'FlutterMacOS.framework'
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册