Update for M3 Verbiage

This commit is contained in:
Sam Carlton 2023-10-30 20:08:06 -05:00 committed by GitHub
parent fbbea96d79
commit fa7ca3804b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ function makeTitle ( listing ) {
function makeDescription ( listing ) { function makeDescription ( listing ) {
// const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage // const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage
const processorsVerbiage = 'Apple M2 and M1 Ultra' const processorsVerbiage = 'Apple M3 Max and M2 Ultra'
return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.` return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.`
} }