-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to a current version of libcxx and libcxxabi #588
Update to a current version of libcxx and libcxxabi #588
Conversation
I believe this is good to go. Filed flutter/flutter#107492 to track updating the min deployment target. |
build/config/mac/mac_sdk.gni
Outdated
@@ -10,7 +10,7 @@ declare_args() { | |||
|
|||
# The MACOSX_DEPLOYMENT_TARGET variable used when compiling. | |||
# Must be of the form x.x.x for Info.plist files. | |||
mac_deployment_target = "10.11.0" | |||
mac_deployment_target = "10.12.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to 10.13? See flutter/flutter#107492 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should mac_sdk_min
also be bumped to 10.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it should if everything happily compiles...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated mac_sdk_min
to 10.13 and confirmed that the engine builds and runs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes to make this 10.13
a331a4b
to
de30581
Compare
This also updates the engine's minimum required version of macOS to 10.13
de30581
to
dca5607
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This also updates the engine's minimum required version of macOS to 10.13