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

Commit 11408ef

Browse files
Update macOS podspec version requirement (#9077)
The framework is currently built with a 10.12 deployment target, so the podspec can be at 10.12 rather than 10.13. The TODO is left because this is an update to the current reality rather than a final decision about what should be supported.
1 parent 66c6ae4 commit 11408ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/macos/framework/FlutterMacOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Flutter is Google's portable UI toolkit for building beautiful, natively-compile
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
1515
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
1616
# TODO: Decide what value should be here. See #33200.
17-
s.osx.deployment_target = '10.13'
17+
s.osx.deployment_target = '10.12'
1818
s.vendored_frameworks = 'FlutterMacOS.framework'
1919
end

0 commit comments

Comments
 (0)