mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Update M1 Verbiage
This commit is contained in:
parent
b0a3007a4d
commit
9d5ce6b07f
10 changed files with 16 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "doesitarm",
|
"name": "doesitarm",
|
||||||
"version": "1.0.0",
|
"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",
|
"author": "Sam Carlton",
|
||||||
"private": true,
|
"private": true,
|
||||||
"ava": {
|
"ava": {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ export const makeTitle = function ( app ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const makeDescription = 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
|
// https://stackoverflow.com/a/15069646/1397641
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ export const makeTitle = function ( app ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const makeDescription = 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 {
|
class FormulaTemplate extends AppTemplate {
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ export default {
|
||||||
{
|
{
|
||||||
'hid': 'description',
|
'hid': 'description',
|
||||||
'name': '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
|
// Twitter Card
|
||||||
|
|
@ -128,7 +128,7 @@ export default {
|
||||||
{
|
{
|
||||||
'hid': 'twitter:description',
|
'hid': 'twitter:description',
|
||||||
'property': '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',
|
'property': 'twitter:url',
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="subtitle md:text-xl text-center">
|
<h2 class="subtitle md:text-xl text-center">
|
||||||
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.
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -260,7 +260,7 @@ export default {
|
||||||
return `Apple Silicon Compatibility Test Online`
|
return `Apple Silicon Compatibility Test Online`
|
||||||
},
|
},
|
||||||
description () {
|
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 () {
|
mounted () {
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
title () {
|
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 () {
|
description () {
|
||||||
// const featuredAppsString = this.featuredApps.slice(0, 5).map(app => app.name).join(', ')
|
// const featuredAppsString = this.featuredApps.slice(0, 5).map(app => app.name).join(', ')
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ export default {
|
||||||
{
|
{
|
||||||
'hid': 'description',
|
'hid': 'description',
|
||||||
'name': '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
|
// Twitter Card
|
||||||
|
|
@ -71,7 +71,7 @@ export default {
|
||||||
{
|
{
|
||||||
'hid': 'twitter:description',
|
'hid': 'twitter:description',
|
||||||
'property': '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',
|
'property': 'twitter:url',
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ export default {
|
||||||
{
|
{
|
||||||
'hid': 'description',
|
'hid': 'description',
|
||||||
'name': '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
|
// Twitter Card
|
||||||
|
|
@ -165,7 +165,7 @@ export default {
|
||||||
{
|
{
|
||||||
'hid': 'twitter:description',
|
'hid': 'twitter:description',
|
||||||
'property': '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',
|
'property': 'twitter:url',
|
||||||
|
|
|
||||||
|
|
@ -177,10 +177,10 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
title () {
|
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 () {
|
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 () {
|
allList () {
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ export default {
|
||||||
return `List of ${this.pluralLabel || this.category.label} that work on Apple Silicon?`
|
return `List of ${this.pluralLabel || this.category.label} that work on Apple Silicon?`
|
||||||
},
|
},
|
||||||
description () {
|
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 () {
|
structuredData () {
|
||||||
return {
|
return {
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
// https://schema.org/Question
|
// https://schema.org/Question
|
||||||
"@type": "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": {
|
"acceptedAnswer": {
|
||||||
// https://schema.org/Answer
|
// https://schema.org/Answer
|
||||||
"@type": "Answer",
|
"@type": "Answer",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue