From 48522c7ddd9bb3d1bb6edf7d0e7e87071c06d7b3 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 2 Feb 2021 21:24:53 -0600 Subject: [PATCH] Move non-native app note to page --- helpers/app-files-scanner.js | 2 +- pages/apple-silicon-compatibility.vue | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/helpers/app-files-scanner.js b/helpers/app-files-scanner.js index d66f7d2..c191c0f 100644 --- a/helpers/app-files-scanner.js +++ b/helpers/app-files-scanner.js @@ -352,7 +352,7 @@ export default class AppFilesScanner { if (supportedBinaries !== 0 && unsupportedBinaries !== 0) { file.statusMessage = `🔶 App has some support. ` } else if ( unsupportedBinaries !== 0 ) { - file.statusMessage = `🔶 This app is not natively compatible with Apple Silicon and may only run via Rosetta 2 translation, however, software vendors will sometimes will ship separate install files for Intel and ARM instead of a single one. You can try submitting the download page link for an app and we'll scan that. You can request a manual review to determine the current status of the app on Rosetta 2. ` + file.statusMessage = `🔶 This app is not natively compatible with Apple Silicon and may only run via Rosetta 2 translation, however, software vendors will sometimes will ship separate install files for Intel and ARM instead of a single one. ` } else if ( supportedBinaries !== 0 ) { file.statusMessage = '✅ This app is natively compatible with Apple Silicon!' } diff --git a/pages/apple-silicon-compatibility.vue b/pages/apple-silicon-compatibility.vue index 37c1f77..9eb4e87 100644 --- a/pages/apple-silicon-compatibility.vue +++ b/pages/apple-silicon-compatibility.vue @@ -113,6 +113,16 @@ +
+ Non-native Apps (🔶) +
+

+ You can try getting the latest version from the developer's the download page scan that. + You can also request a manual review to determine the current status of the app on Rosetta 2. +

+
+
+
{{ appsBeingScanned }}