Suppose I ask the user: “Do you want to run in 32-bit mode or 64-bit mode” and they select 32-bit. How to register this fact in the operating system? I looked at the arch command , but I don't need to write a script that wraps the binary. I suspect that there is a plist-y method, but I can not find the documentation (except for the arch).
source
share