From a085530f96f4260927751b48c827e6c78e18f631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Fri, 1 Nov 2024 07:35:05 -0400 Subject: [PATCH] [macos] Prevent runing macintel version on aarch64 --- src/app/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/Info.plist.in b/src/app/Info.plist.in index 2288732821..d1f0344f9c 100644 --- a/src/app/Info.plist.in +++ b/src/app/Info.plist.in @@ -38,6 +38,8 @@ NSAppSleepDisabled + LSRequiresNativeExecution + NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT}