Skip to content
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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Lemonexe
Copy link
Contributor

@Lemonexe Lemonexe commented Jan 30, 2025

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, that osVersion can't distinguish Big Sur and those above. So targetting Catalina and below can be done just with the userAgent osVersion 🙂

Related Issue

Resolve #16693

Screenshots:

image

@coderabbitai ignore

@trezor trezor deleted a comment from coderabbitai bot Jan 30, 2025
"conditions": [
{
"os": {
"macos": "<10.16.0",
Copy link
Contributor Author

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!

@Lemonexe Lemonexe force-pushed the chore/message-system-catalina-deprecation branch from e5ac8e8 to fa356c3 Compare February 7, 2025 12:41
@trezor trezor deleted a comment from coderabbitai bot Feb 7, 2025
@trezor trezor deleted a comment from coderabbitai bot Feb 7, 2025
@Lemonexe Lemonexe force-pushed the chore/message-system-catalina-deprecation branch from fa356c3 to 2b28d95 Compare February 13, 2025 14:35
@Lemonexe Lemonexe marked this pull request as ready for review February 13, 2025 14:36
Copy link

github-actions bot commented Feb 13, 2025

🚀 Expo preview is ready!

  • Project → trezor-suite-preview
  • Platforms → android, ios
  • Scheme → trezorsuitelite
  • Runtime Version → 26
  • More info

Learn more about 𝝠 Expo Github Action

@Lemonexe Lemonexe force-pushed the chore/message-system-catalina-deprecation branch from 2b28d95 to fe61400 Compare February 13, 2025 14:40
@Lemonexe Lemonexe force-pushed the chore/message-system-catalina-deprecation branch from fe61400 to 90e6c92 Compare February 13, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display deprecation message for macOS Catalina and earlier
1 participant