Skip to main content

From @talkingmoose 

Many thanks again!


• Regex looks for all Mac models compatible with macOS 26 Tahoe. May not be up-to-date with newly released models.
 https://gist.github.com/talkingmoose/3340d122ffd6b4fccb5f1319b7067f73

• Regex looks for all iPhone, iPad, and Apple Watch models compatible with iOS 26, iPadOS 26, and watchOS 26. May not be up-to-date with newly released models.
https://gist.github.com/talkingmoose/8626115822ca9f81463dd4e9e902ff9a

Thanks! I've made one for unsupported models as well so it doesn't need to be updated when new models are released:


^(iMac[1-9],\\d|iMac1[0-9],\\d|Macmini[1-8],\\d|MacPro[1-6],\\d|MacBookAir[1-9],\\d|MacBookPro[1-9],\\d|MacBookPro(10|11|12|13|14|15),[0-5]|MacBookPro16,3)


@mvu and ​@talkingmoose Thanks so much for this! Of course it helps if you set your Smart Group criteria to “model identifier - matches regex” instead of “model identifier - is”.  Took me a few minutes to figure out why my smart group wasn’t populating with anything, turns out I was holding it wrong.


Reply