The regex doesn't include future models so will break for new model
identifiers even though Big Sur will still run on them (since Apple's
requirements all say Model or newer). Here's a revised regex that allows
future models too:
(MacBookAir([6-9]|[1...
The regex doesn't include future models so will break for new model
identifiers even though Catalina will still run on them (since Apple's
requirements all say Model or newer). Here's a revised regex that allows
future models too:
(MacBookAir([5-9]|[...