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

Update macOS podspec version requirement #9077

Merged
merged 1 commit into from
May 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shell/platform/darwin/macos/framework/FlutterMacOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Flutter is Google's portable UI toolkit for building beautiful, natively-compile
s.author = { 'Flutter Dev Team' => '[email protected]' }
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.13'
s.osx.deployment_target = '10.12'
s.vendored_frameworks = 'FlutterMacOS.framework'
end