From 4829b0f816d760eac6b8369f60912aaa42744a27 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 27 Jul 2020 13:26:04 -0700 Subject: [PATCH] fix: disable rosetta as Electron does not run under rosetta (#24670) --- shell/app/resources/mac/loginhelper-Info.plist | 2 ++ shell/browser/resources/mac/Info.plist | 2 ++ shell/common/resources/mac/Info.plist | 2 ++ shell/renderer/resources/mac/Info.plist | 2 ++ 4 files changed, 8 insertions(+) diff --git a/shell/app/resources/mac/loginhelper-Info.plist b/shell/app/resources/mac/loginhelper-Info.plist index 7a344988c673..8e106d0a91a5 100644 --- a/shell/app/resources/mac/loginhelper-Info.plist +++ b/shell/app/resources/mac/loginhelper-Info.plist @@ -12,5 +12,7 @@ APPL LSBackgroundOnly + LSRequiresNativeExecution + diff --git a/shell/browser/resources/mac/Info.plist b/shell/browser/resources/mac/Info.plist index 5a1d71cbc86c..425d45ca7418 100644 --- a/shell/browser/resources/mac/Info.plist +++ b/shell/browser/resources/mac/Info.plist @@ -40,5 +40,7 @@ This app needs access to the microphone NSCameraUsageDescription This app needs access to the camera + LSRequiresNativeExecution + diff --git a/shell/common/resources/mac/Info.plist b/shell/common/resources/mac/Info.plist index 1d585534067b..1e36258a95f9 100644 --- a/shell/common/resources/mac/Info.plist +++ b/shell/common/resources/mac/Info.plist @@ -14,5 +14,7 @@ CFBundleVersion ${ELECTRON_VERSION} + LSRequiresNativeExecution + diff --git a/shell/renderer/resources/mac/Info.plist b/shell/renderer/resources/mac/Info.plist index 2d39d2a9845a..e809926b6594 100644 --- a/shell/renderer/resources/mac/Info.plist +++ b/shell/renderer/resources/mac/Info.plist @@ -12,5 +12,7 @@ NSSupportsAutomaticGraphicsSwitching + LSRequiresNativeExecution +