That could be done, but it would require more work with no obvious benefit.
Only the Java launcher needs to be universal from the perspective of the OS. > On Mar 7, 2024, at 1:24 PM, Michael Hall <mik3h...@gmail.com> wrote: > > Not directly in response to your prior. But curious, are you doing something > like described here? > > https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary > > If not why not? > > It indicates > >> For universal binaries, the system prefers to execute the slice that is >> native to the current platform. > > Isn’t that saying the OS will just do the right thing?