Today I was reminded that apps on the Mac do not have to be Mach-O Executables: They can be scripts!
For example, a python script.
But what I found out that if the app is started directly from the terminal, the app starts as ARM64. But if starting from the Finder (i.e. launchd), it is launched as Intel.
Is there an Info.plist key that fixes this?