-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Chore/message system catalina deprecation #16741
Conversation
"conditions": [ | ||
{ | ||
"os": { | ||
"macos": "<10.16.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.
this should theoretically be correct, but it must be verified.
I guess that osVersion
is using the first column in https://en.wikipedia.org/wiki/MacOS_version_history#Releases
So 10.15.x and below is what we want to target. Idk if Big Sur is 11 or 10.16, but it should work nevertheless.
This needs to be confirmed!
e5ac8e8
to
fa356c3
Compare
fa356c3
to
2b28d95
Compare
🚀 Expo preview is ready!
|
2b28d95
to
fe61400
Compare
fe61400
to
90e6c92
Compare
Closing because of #16985. Most of our users on Catalina will be on 10.15.7 as that is the latest Catalina version. So they cannot be targeted without displaying the message to all Mac users. |
Description
Add message to warn Catalina users that they mustn't update their Suite to 25.3.x, as it'll probably stop working.
Although message-system does not yet support
desktopOsVersion
(from nodeJS, added in #15789), this is fine, because the issue was, thatosVersion
can't distinguish Big Sur and those above. So targetting Catalina and below can be done just with the userAgentosVersion
🙂Related Issue
Resolve #16693
Screenshots:
@coderabbitai ignore