Hello, I’m new here, apologies if this isn’t the correct place to post this.
We used to have an applicability relevance that would find a macOS for each version. It was:
name of operating system = “Mac OS X” and version of operating system as string starts with “10.15”
Now with BigSur, I want to create the same thing. However, I don’t have a BigSur machine on hand for testing at the moment, and have no idea if this line will still hold true. Would it be this now?
name of operating system = “Mac OS X” and version of operating system as string starts with “11”
I’m assuming Mac OS X change to something, but what? Mac OS XI? Also, would “11” still be correct?
Sorry again if this isn’t the right place, but thanks for any help!