mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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
This commit is contained in:
parent
f02279849e
commit
f310ec580e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user