diff --git a/shell/app/resources/mac/loginhelper-Info.plist b/shell/app/resources/mac/loginhelper-Info.plist
index 7a344988c6..8e106d0a91 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 5a1d71cbc8..425d45ca74 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 1d58553406..1e36258a95 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 2d39d2a984..e809926b65 100644
--- a/shell/renderer/resources/mac/Info.plist
+++ b/shell/renderer/resources/mac/Info.plist
@@ -12,5 +12,7 @@
NSSupportsAutomaticGraphicsSwitching
+ LSRequiresNativeExecution
+