diff --git a/package.json b/package.json index 8707f84..bb71d1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "doesitarm", "version": "1.0.0", - "description": "Find out the latest app support for Apple Silicon and the Apple M1 Processor", + "description": "Find out the latest app support for Apple Silicon and the Apple M1 Pro and M1 Max Processors", "author": "Sam Carlton", "private": true, "ava": { diff --git a/pages-eleventy/app.11ty.js b/pages-eleventy/app.11ty.js index b177c6a..84d39fb 100644 --- a/pages-eleventy/app.11ty.js +++ b/pages-eleventy/app.11ty.js @@ -25,7 +25,7 @@ export const makeTitle = function ( app ) { } export const makeDescription = function ( app ) { - return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors.` + return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors.` } // https://stackoverflow.com/a/15069646/1397641 diff --git a/pages-eleventy/formula.11ty.js b/pages-eleventy/formula.11ty.js index 3e34c93..88485e1 100644 --- a/pages-eleventy/formula.11ty.js +++ b/pages-eleventy/formula.11ty.js @@ -17,7 +17,7 @@ export const makeTitle = function ( app ) { } export const makeDescription = function ( app ) { - return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors when installed via Homebrew. ` + return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. ` } class FormulaTemplate extends AppTemplate { diff --git a/pages/app/_slug/index.vue b/pages/app/_slug/index.vue index 94ff2e7..e5165f5 100644 --- a/pages/app/_slug/index.vue +++ b/pages/app/_slug/index.vue @@ -116,7 +116,7 @@ export default { { 'hid': 'description', 'name': 'description', - 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors` + 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors` }, // Twitter Card @@ -128,7 +128,7 @@ export default { { 'hid': 'twitter:description', 'property': 'twitter:description', - 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors` + 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors` }, { 'property': 'twitter:url', diff --git a/pages/apple-silicon-app-test.vue b/pages/apple-silicon-app-test.vue index 82ef76e..0b75af1 100644 --- a/pages/apple-silicon-app-test.vue +++ b/pages/apple-silicon-app-test.vue @@ -16,7 +16,7 @@

- Check for Apple Silicon compatibility for your apps before you buy an M1 Mac. + Check for Apple Silicon compatibility for your apps before you buy an M1 Pro or M1 Max Mac.

@@ -260,7 +260,7 @@ export default { return `Apple Silicon Compatibility Test Online` }, description () { - return `Check for Apple Silicon compatibility for any of your apps instantly before you buy an M1 Mac. ` + return `Check for Apple Silicon compatibility for any of your apps instantly before you buy an M1 Pro or M1 Max Mac. ` } }, mounted () { diff --git a/pages/benchmarks.vue b/pages/benchmarks.vue index d37f0fc..0a5ff19 100644 --- a/pages/benchmarks.vue +++ b/pages/benchmarks.vue @@ -186,7 +186,7 @@ export default { }, computed: { title () { - return `Benchmarks for Apple M1 and Apple Silicon - Does It ARM` + return `Benchmarks for Apple M1 Pro and M1 Max Processors and Apple Silicon - Does It ARM` }, description () { // const featuredAppsString = this.featuredApps.slice(0, 5).map(app => app.name).join(', ') diff --git a/pages/formula/_slug.vue b/pages/formula/_slug.vue index ac06160..36a8ab4 100644 --- a/pages/formula/_slug.vue +++ b/pages/formula/_slug.vue @@ -59,7 +59,7 @@ export default { { 'hid': 'description', 'name': 'description', - 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors when installed via Homebrew. ` + 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. ` }, // Twitter Card @@ -71,7 +71,7 @@ export default { { 'hid': 'twitter:description', 'property': 'twitter:description', - 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors when installed via Homebrew. ` + 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. ` }, { 'property': 'twitter:url', diff --git a/pages/game/_slug/index.vue b/pages/game/_slug/index.vue index 102f2ea..e3577b2 100644 --- a/pages/game/_slug/index.vue +++ b/pages/game/_slug/index.vue @@ -153,7 +153,7 @@ export default { { 'hid': 'description', 'name': 'description', - 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors for gaming. ` + 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors for gaming. ` }, // Twitter Card @@ -165,7 +165,7 @@ export default { { 'hid': 'twitter:description', 'property': 'twitter:description', - 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors for gaming. ` + 'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors for gaming. ` }, { 'property': 'twitter:url', diff --git a/pages/index.vue b/pages/index.vue index 48b0b7d..de03729 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -177,10 +177,10 @@ export default { }, computed: { title () { - return `Apple Silicon and Apple M1 app and game compatibility list` + return `Apple Silicon and Apple M1 Pro and M1 Max app and game compatibility list` }, description () { - return `List of compatibility apps and games for Apple Silicon and the Apple M1 including performance reports and benchmarks` + return `List of compatibility apps and games for Apple Silicon and the Apple M1 Pro and M1 Max Processors including performance reports and benchmarks` }, allList () { return [ diff --git a/pages/kind/_slug.vue b/pages/kind/_slug.vue index ce2eec2..94bced3 100644 --- a/pages/kind/_slug.vue +++ b/pages/kind/_slug.vue @@ -144,7 +144,7 @@ export default { return `List of ${this.pluralLabel || this.category.label} that work on Apple Silicon?` }, description () { - return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Processors. ` + return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Pro and M1 Max Processors. ` }, structuredData () { return { @@ -156,7 +156,7 @@ export default { return { // https://schema.org/Question "@type": "Question", - "name": `Does ${app.name} work on Apple Silicon and Apple M1 Macs?`, + "name": `Does ${app.name} work on Apple Silicon and Apple M1 Pro and M1 Max Macs?`, "acceptedAnswer": { // https://schema.org/Answer "@type": "Answer",