Shipping LLVM bitcode is mandatory for the AppStore, Apple can then compile that bitcode to binaries for different hardware.
That's why if you are shipping code to the AppStore, you probably don't really care whether Apple uses x86, ARM, RiscV, powerpc, or all of them in different devices. Producing working binaries becomes Apple's job.
Should be a lot easier this time. Most libraries that people use are already used on iOS (so already work on ARM) and there's a lot less assembly in normal software than there used to be.