diff --git a/shell/platform/darwin/macos/framework/FlutterMacOS.podspec b/shell/platform/darwin/macos/framework/FlutterMacOS.podspec index 2ac734fd1355c4d10c1db872fc56850fe60c4aea..fce016d4434185ea05843c0f03570eb2511c2e27 100644 --- a/shell/platform/darwin/macos/framework/FlutterMacOS.podspec +++ b/shell/platform/darwin/macos/framework/FlutterMacOS.podspec @@ -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